MiniCPM-V icon indicating copy to clipboard operation
MiniCPM-V copied to clipboard

[BUG] <title>error:unknown argument: --video

Open pily1 opened this issue 1 year ago • 1 comments

是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this?

  • [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions

该问题是否在FAQ中有解答? | Is there an existing answer for this in FAQ?

  • [X] 我已经搜索过FAQ | I have searched FAQ

当前行为 | Current Behavior

when use this command ./llama-minicpmv-cli -m ./models/ggml-model-Q5_K_M.gguf --mmproj ./models/mmproj-model-f16.gguf -c 4096 --temp 0.7 --top-p 0.8 --top-k 100 --repeat-penalty 1.05 --video ./test.mp4 -p "please descripe the video"

it outputs the error error:unknown argument: --video

期望行为 | Expected Behavior

output the description of the video

复现方法 | Steps To Reproduce

./llama-minicpmv-cli -m ./models/ggml-model-Q5_K_M.gguf --mmproj ./models/mmproj-model-f16.gguf -c 4096 --temp 0.7 --top-p 0.8 --top-k 100 --repeat-penalty 1.05 --video ./test.mp4 -p "please descripe the video"

运行环境 | Environment

- OS:
- Python:
- Transformers:
- PyTorch:
- CUDA (`python -c 'import torch; print(torch.version.cuda)'`):

备注 | Anything else?

I find the "--video" in the llama.cpp folder,I can't find it

pily1 avatar Sep 06 '24 08:09 pily1

hello,Do you use our fork of llamacpp?

LDLINGLINGLING avatar Sep 14 '24 07:09 LDLINGLINGLING