Stirling-PDF
Stirling-PDF copied to clipboard
add org functionality to teams
Description of Changes
Checklist
General
- [ ] I have read the Contribution Guidelines
- [ ] I have read the Stirling-PDF Developer Guide (if applicable)
- [ ] I have read the How to add new languages to Stirling-PDF (if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
Documentation
- [ ] I have updated relevant docs on Stirling-PDF's doc repo (if functionality has heavily changed)
- [ ] I have read the section Add New Translation Tags (for new translation tags only)
UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR)
Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the Testing Guide for more details.
无论是:
pip install vllm==0.10.1
pip install vllm[video]
还是使用作者您提供的vllm版本,都不支持这个--limit-mm-per-prompt image=5,video=2 参数呢:
vllm serve /openbayes/input/input0/MiniCPM-V-4_5 --dtype auto --max-model-len 4096 --api-key token-abc123 --gpu_memory_utilization 0.9 --trust-remote-code --limit-mm-per-prompt image=5,video=2
INFO 08-28 09:52:25 [__init__.py:241] Automatically detected platform cuda.
usage: vllm serve [model_tag] [options]
vllm serve: error: argument --limit-mm-per-prompt: Value image=5,video=2 cannot be converted to <function loads at 0x7f0cd5906660>.
是的,我们没有额外适配,是否支持视频理解要看openwebui社区。