Skip to content

Commit

Permalink
updata window readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tc-mb committed Oct 16, 2024
1 parent 1781edb commit 0ae6bdc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/llava/README-minicpmv2.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,20 @@ brew install ffmpeg
brew install pkg-config
```

### Window
Compiling from source code on window with `make` will be a little more complicated, but using `cmake` will be more convenient.

CPU:
```
cmake -B build
cmake --build build --config Release -t llama-minicpmv-cli
```
CUDA:
```
cmake -B build -DLLAMA_CUDA=ON
cmake --build build --config Release -t llama-minicpmv-cli
```

### Android

#### Build on Android device using Termux
Expand Down

0 comments on commit 0ae6bdc

Please sign in to comment.