Views
No views yet
<think></think> blocks in its output. Meanwhile, specifying enable_thinking=False is no longer required.| Ru Arena Hard | ruIFeval* | ruBFCL | |
|---|---|---|---|
| T-pro-it-2.1 | 93.8 | 80.7 | 66.0 |
| T-pro-it-2.1-Q8_0 | 94.2 | 80.8 | 65.8 |
| T-pro-it-2.1-Q6_K | 93.4 | 80.0 | 65.9 |
| T-pro-it-2.1-Q5_K_M | 92.7 | 81.4 | 65.7 |
| T-pro-it-2.1-Q5_K_S | 92.3 | 80.4 | 65.2 |
| T-pro-it-2.1-Q5_0 | 93.8 | 79.9 | 64.8 |
| T-pro-it-2.1-Q4_K_M | 92.6 | 80.7 | 64.8 |
Recommendation: choose the highest-quality quantisation that fits your hardware (VRAM / RAM).
Filename (→ -gguf) | Quant method | Bits | Size (GB) |
|---|---|---|---|
T-pro-it-2.1-q8_0 | Q8_0 | 8 | 34.8 |
T-pro-it-2.1-q6_k | Q6_K | 6 | 26.9 |
T-pro-it-2.1-q5_k_m | Q5_K_M | 5 | 23.2 |
T-pro-it-2.1-q5_k_s | Q5_K_S | 5 | 22.6 |
T-pro-it-2.1-q5_0 | Q5_0 | 5 | 22.6 |
T-pro-it-2.1-q4_k_m | Q4_K_M | 4 | 19.8 |
llama.cpp and install it following the official guide. We follow the latest version of llama.cpp.
In the following demonstration, we assume that you are running commands under the repository llama.cpp../llama-cli -hf t-tech/T-pro-it-2.1-GGUF:Q8_0 --jinja --color -ngl 99 -fa -sm row --temp 0.6 --presence-penalty 1.0 -c 40960 -n 32768 --no-context-shiftollama run t-tech/T-pro-it-2.1:q8_0