File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ cd llama.cpp
15
15
Convert PyTorch model to gguf files (You can also download the converted [ gguf] ( https://huggingface.co/openbmb/MiniCPM-Llama3-V-2_5-gguf ) by us)
16
16
17
17
``` bash
18
- python ./examples/minicpmv /minicpmv-surgery.py -m ../MiniCPM-Llama3-V-2_5
19
- python ./examples/minicpmv /minicpmv-convert-image-encoder-to-gguf.py -m ../MiniCPM-Llama3-V-2_5 --minicpmv-projector ../MiniCPM-Llama3-V-2_5/minicpmv.projector --output-dir ../MiniCPM-Llama3-V-2_5/ --image-mean 0.5 0.5 0.5 --image-std 0.5 0.5 0.5 --minicpmv_version 2
18
+ python ./examples/llava /minicpmv-surgery.py -m ../MiniCPM-Llama3-V-2_5
19
+ python ./examples/llava /minicpmv-convert-image-encoder-to-gguf.py -m ../MiniCPM-Llama3-V-2_5 --minicpmv-projector ../MiniCPM-Llama3-V-2_5/minicpmv.projector --output-dir ../MiniCPM-Llama3-V-2_5/ --image-mean 0.5 0.5 0.5 --image-std 0.5 0.5 0.5 --minicpmv_version 2
20
20
python ./convert_hf_to_gguf.py ../MiniCPM-Llama3-V-2_5/model
21
21
22
22
# quantize int4 version
You can’t perform that action at this time.
0 commit comments