Views
No views yet
Requires a llama.cpp build with
solar_open2supportStock llama.cpp does not yet support this architecture. Build from the fork that adds it:Fork: https://github.com/vcruz305/llama.cpp (branchsolar-open2-support)bash1git clone -b solar-open2-support https://github.com/vcruz305/llama.cpp 2cd llama.cpp 3cmake -B build -DGGML_CUDA=ON && cmake --build build -j
transformers reference.--no-mmap for the large quants - default mmap double-allocates host+device
and can exceed unified memory:1llama-cli -m Solar-Open2-250B-Q2_K.gguf --no-mmap -ngl 999 \
2 -p "The capital of France is"--rpc host:port --no-mmap -ts 0.5,0.5) or on a
larger-memory machine.| Rung | Notes |
|---|---|
| Q8_0 | near-lossless reference |
| Q4_K_M | recommended quality (multi-box / big-RAM) |
| Q2_K | fits a single GB10; PPL 5.93 |
| IQ4_XS / IQ3_XXS / IQ2_M / IQ1_M | imatrix low-bit rungs |
kimi-linear.cpp, MoE from deepseek-v3, gating from
qwen3next.cpp.