Views
No views yet
| File | Size | Description |
|---|---|---|
agent-nemo-qwen2vl-q4_k_m.gguf | ~1.4 GB | Language model (Q4_K_M quantization) |
mmproj-agent-nemo-qwen2vl-f16.gguf | ~600 MB | Vision encoder (F16) |
1from llama_cpp import Llama
2from llama_cpp.llama_chat_format import Qwen25VLChatHandler
3
4handler = Qwen25VLChatHandler(clip_model_path="mmproj-agent-nemo-qwen2vl-f16.gguf")
5llm = Llama(model_path="agent-nemo-qwen2vl-q4_k_m.gguf", chat_handler=handler, n_ctx=4096)1# Using the Agent Nemo download script:
2./scripts/download_model.sh
3
4# Or manually:
5huggingface-cli download yashsikdar/agent-nemo-qwen2vl-gguf --local-dir ~/.agent-nemo/models/