Views
No views yet
llama-server -m Jan-v2-VL-max-Instruct-FP8_Q8_0.gguf --mmproj mmproj-Jan-v2-VL-max-Instruct-FP8_F16.gguf| Quant type | File Size | |
|---|---|---|
| Jan-v2-VL-max-Instruct-FP8_Q4_K_S | 4 bits per weight | 17.5 GB |
| Jan-v2-VL-max-Instruct-FP8_Q4_K_M | 4 bits per weight | 18.6 GB |
| Jan-v2-VL-max-Instruct-FP8_Q5_K_S | 5 bits per weight | 21.1 GB |
| Jan-v2-VL-max-Instruct-FP8_Q5_K_M | 5 bits per weight | 21.7 GB |
| Jan-v2-VL-max-Instruct-FP8_Q6_K | 6 bits per weight | 25.1 GB |
| Jan-v2-VL-max-Instruct-FP8_Q8_0 | 8 bits per weight | 32.5 GB |
| Jan-v2-VL-max-Instruct-FP8_F16 | 16 bits per weight | 61.1 GB |
| Quant type | File Size | |
|---|---|---|
| mmproj-Jan-v2-VL-max-Instruct-FP8_Q8_0 | 8 bits per weight | 712 MB |
| mmproj-Jan-v2-VL-max-Instruct-FP8_F16 | 16 bits per weight | 1.08 GB |

1# Exact versions used in our evals
2pip install vllm==0.12.0
3pip install transformers==4.57.1
4pip install "git+https://github.com/vllm-project/llm-compressor.git@1abfd9eb34a2941e82f47cbd595f1aab90280c80"1vllm serve Menlo/Jan-v2-VL-max-Instruct-FP8 \
2 --host 0.0.0.0 \
3 --port 1234 \
4 -dp 1 \
5 --enable-auto-tool-choice \
6 --tool-call-parser hermes
7 1temperature: 0.7
2top_p: 0.8
3top_k: 20
4repetition_penalty: 1.0
5presence_penalty: 0.0Updated Soon