mmnga commited on
Commit
c5383d2
·
verified ·
1 Parent(s): dc8f976

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -18,6 +18,7 @@ imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingfac
18
  ```
19
  git clone https://github.com/ggerganov/llama.cpp.git
20
  cd llama.cpp
21
- make -j
22
- build/bin/llama-qwen2vl-cli -m QVQ-72B-Preview-IQ4_NL.gguf --mmproj qvq-72b-preview-vision.gguf -p "どんな景色ですか?何が映ってます?" --image test-image.png
 
23
  ```
 
18
  ```
19
  git clone https://github.com/ggerganov/llama.cpp.git
20
  cd llama.cpp
21
+ cmake -B build -DGGML_CUDA=ON
22
+ cmake --build build --config Release
23
+ build/bin/llama-qwen2vl-cli -m QVQ-72B-Preview-IQ4_NL.gguf --mmproj qvq-72b-preview-vision.gguf -p "どんな景色ですか?何が映ってます?" --image test-image.png
24
  ```