OpenBMB / llama.cpp

Port of Facebook's LLaMA model in C/C++
MIT License
68 stars 12 forks source link

Bug: 运行MiniCPM-V-2_6-gguf出错 #29

Closed ly19970621 closed 2 days ago

ly19970621 commented 1 month ago

What happened?

运行 ./llama-minicpmv-cli -m /workspace/OpenBMB/MiniCPM-V-2_6-gguf/ggml-model-f16.gguf --mmproj /workspace/OpenBMB/MiniCPM-V-2_6-gguf/ggml-model-f16.gguf -c 4096 --temp 0.7 --top-p 0.8 --top-k 100 --repeat-penalty 1.05 --image ../70.png -p "What is in the image?"

出现

Log start key general.description not found in file terminate called after throwing an instance of 'std::runtime_error' what(): Missing required key: general.description Aborted (core dumped)

请问这个是什么问题?

Name and Version

./llama-cli --version

version: 0 (unknown) built with cc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 for x86_64-linux-gnu

What operating system are you seeing the problem on?

No response

Relevant log output

No response

github-actions[bot] commented 2 days ago

This issue was closed because it has been inactive for 14 days since being marked as stale.