File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ cd llama.cpp
1515Convert PyTorch model to gguf files (You can also download the converted [ gguf] ( https://huggingface.co/openbmb/MiniCPM-Llama3-V-2_5-gguf ) by us)
1616
1717``` 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
2020python ./convert_hf_to_gguf.py ../MiniCPM-Llama3-V-2_5/model
2121
2222# quantize int4 version
You can’t perform that action at this time.
0 commit comments