Safetensors
GGUF
English
Chinese
qwen3_5_text
qwen3.6
dsv4pro
glm
sft
rl
coding
fp8
mtp
imatrix
conversational
Instructions to use nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding:Q8_0 # Run inference directly in the terminal: llama cli -hf nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding:Q8_0
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding:Q8_0 # Run inference directly in the terminal: llama cli -hf nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding:Q8_0
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding:Q8_0 # Run inference directly in the terminal: ./llama-cli -hf nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding:Q8_0
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding:Q8_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding:Q8_0
Use Docker
docker model run hf.co/nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding:Q8_0
- LM Studio
- Jan
- Ollama
How to use nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding with Ollama:
ollama run hf.co/nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding:Q8_0
- Unsloth Studio
How to use nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding to start chatting
- Pi
How to use nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding:Q8_0
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding:Q8_0" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding with Docker Model Runner:
docker model run hf.co/nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding:Q8_0
- Lemonade
How to use nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding:Q8_0
Run and chat with the model
lemonade run user.Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding-Q8_0
List all available models
lemonade list
- Hermes Agent
How to use nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding:Q8_0
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding:Q8_0
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding:Q8_0
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "nerkyor/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding:Q8_0" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
copy GGUF artifacts from standalone repo batch 3
Browse files- .gitattributes +11 -0
- GGUF/Q4_LynnStyle/eval/mtp/selected_eval_route.json +307 -0
- GGUF/Q4_LynnStyle/eval/quality_mtp_smoke.summary.json +20 -0
- GGUF/Q4_LynnStyle/lynnstyle/q4_tensor_type_match_report.md +531 -0
- GGUF/Q4_LynnStyle/lynnstyle/q4_tensor_types.txt +7 -0
- GGUF/Q4_LynnStyle/lynnstyle/quant_manifest.json +13 -0
- GGUF/Q5_LynnStyle/Q5-imatrix-MTP-00001-of-00004.gguf +3 -0
- GGUF/Q5_LynnStyle/Q5-imatrix-MTP-00002-of-00004.gguf +3 -0
- GGUF/Q5_LynnStyle/Q5-imatrix-MTP-00003-of-00004.gguf +3 -0
- GGUF/Q5_LynnStyle/Q5-imatrix-MTP-00004-of-00004.gguf +3 -0
- GGUF/Q5_LynnStyle/Q5-imatrix-MTP-draft.gguf +3 -0
- GGUF/Q5_LynnStyle/Q5-imatrix-MTP.manifest.json +51 -0
- GGUF/Q5_LynnStyle/SHA256SUMS +6 -0
- GGUF/Q5_LynnStyle/eval/coding100.summary.json +19 -0
- GGUF/Q5_LynnStyle/eval/gpqa198.summary.json +18 -0
- GGUF/Q5_LynnStyle/eval/lbc100.summary.json +35 -0
- GGUF/Q5_LynnStyle/eval/mmlu500.summary.json +247 -0
- GGUF/Q5_LynnStyle/eval/mtp/matrix.log +30 -0
- GGUF/Q5_LynnStyle/eval/mtp/mtp_acceptance_matrix.json +1157 -0
- GGUF/Q5_LynnStyle/eval/mtp/mtp_acceptance_matrix.md +19 -0
- GGUF/Q5_LynnStyle/eval/mtp/mtp_settings.json +25 -0
- GGUF/Q5_LynnStyle/eval/mtp/selected_eval_route.json +271 -0
- GGUF/Q5_LynnStyle/eval/quality_mtp_smoke.summary.json +20 -0
- GGUF/Q5_LynnStyle/lynnstyle/q5_tensor_type_match_report.md +531 -0
- GGUF/Q5_LynnStyle/lynnstyle/q5_tensor_types.txt +7 -0
- GGUF/Q5_LynnStyle/lynnstyle/quant_manifest.json +13 -0
- GGUF/Q8_0/Q8-MTP-00001-of-00005.gguf +3 -0
- GGUF/Q8_0/Q8-MTP-00002-of-00005.gguf +3 -0
- GGUF/Q8_0/Q8-MTP-00003-of-00005.gguf +3 -0
- GGUF/Q8_0/Q8-MTP-00004-of-00005.gguf +3 -0
- GGUF/Q8_0/Q8-MTP-00005-of-00005.gguf +3 -0
- GGUF/Q8_0/Q8-MTP-draft.gguf +3 -0
- GGUF/Q8_0/Q8-MTP.manifest.json +13 -0
- GGUF/Q8_0/SHA256SUMS +5 -0
- GGUF/Q8_0/eval/coding100.summary.json +25 -0
- GGUF/Q8_0/eval/gpqa198.summary.json +12 -0
- GGUF/Q8_0/eval/lbc100.summary.json +22 -0
- GGUF/Q8_0/eval/mmlu500.summary.json +12 -0
- GGUF/Q8_0/eval/mtp/matrix.log +30 -0
- GGUF/Q8_0/eval/mtp/mtp_acceptance_matrix.json +1157 -0
- GGUF/Q8_0/eval/mtp/mtp_acceptance_matrix.md +19 -0
.gitattributes
CHANGED
|
@@ -43,3 +43,14 @@ GGUF/Q4_LynnStyle/Q4-imatrix-MTP-00003-of-00004.gguf filter=lfs diff=lfs merge=l
|
|
| 43 |
GGUF/Q4_LynnStyle/Q4-imatrix-MTP-00004-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
GGUF/Q4_LynnStyle/Q4-imatrix-MTP-draft-q4.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
GGUF/Q4_LynnStyle/Q4-imatrix-MTP-draft.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
GGUF/Q4_LynnStyle/Q4-imatrix-MTP-00004-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
GGUF/Q4_LynnStyle/Q4-imatrix-MTP-draft-q4.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
GGUF/Q4_LynnStyle/Q4-imatrix-MTP-draft.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
GGUF/Q5_LynnStyle/Q5-imatrix-MTP-00001-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
GGUF/Q5_LynnStyle/Q5-imatrix-MTP-00002-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
GGUF/Q5_LynnStyle/Q5-imatrix-MTP-00003-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
GGUF/Q5_LynnStyle/Q5-imatrix-MTP-00004-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
GGUF/Q5_LynnStyle/Q5-imatrix-MTP-draft.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
GGUF/Q8_0/Q8-MTP-00001-of-00005.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
GGUF/Q8_0/Q8-MTP-00002-of-00005.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
GGUF/Q8_0/Q8-MTP-00003-of-00005.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
GGUF/Q8_0/Q8-MTP-00004-of-00005.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
GGUF/Q8_0/Q8-MTP-00005-of-00005.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
GGUF/Q8_0/Q8-MTP-draft.gguf filter=lfs diff=lfs merge=lfs -text
|
GGUF/Q4_LynnStyle/eval/mtp/selected_eval_route.json
ADDED
|
@@ -0,0 +1,307 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"chosen": {
|
| 3 |
+
"label": "c4_nomtp",
|
| 4 |
+
"c": 4,
|
| 5 |
+
"n": null,
|
| 6 |
+
"mtp": false,
|
| 7 |
+
"port": 19540,
|
| 8 |
+
"requests": 8,
|
| 9 |
+
"ok": 8,
|
| 10 |
+
"errors": 0,
|
| 11 |
+
"nonempty_content": 8,
|
| 12 |
+
"nonempty_any": 8,
|
| 13 |
+
"completion_tokens": 2155,
|
| 14 |
+
"wall_sec": 18.502,
|
| 15 |
+
"api_completion_tokens_per_sec": 116.471,
|
| 16 |
+
"server": {
|
| 17 |
+
"draft_acceptance_events": 0,
|
| 18 |
+
"draft_acceptance_weighted": null,
|
| 19 |
+
"draft_accepted_tokens": null,
|
| 20 |
+
"draft_generated_tokens": null,
|
| 21 |
+
"eval_tokens": 2416,
|
| 22 |
+
"eval_ms": 61442.77,
|
| 23 |
+
"eval_tokens_per_sec": 39.321,
|
| 24 |
+
"model_loaded": true,
|
| 25 |
+
"mtp_initialized": false
|
| 26 |
+
},
|
| 27 |
+
"responses": [
|
| 28 |
+
{
|
| 29 |
+
"ok": true,
|
| 30 |
+
"elapsed_sec": 3.729,
|
| 31 |
+
"content_len": 57,
|
| 32 |
+
"reasoning_len": 135,
|
| 33 |
+
"completion_tokens": 118,
|
| 34 |
+
"total_tokens": 144,
|
| 35 |
+
"finish_reason": "stop"
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"ok": true,
|
| 39 |
+
"elapsed_sec": 8.239,
|
| 40 |
+
"content_len": 82,
|
| 41 |
+
"reasoning_len": 378,
|
| 42 |
+
"completion_tokens": 272,
|
| 43 |
+
"total_tokens": 311,
|
| 44 |
+
"finish_reason": "stop"
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"ok": true,
|
| 48 |
+
"elapsed_sec": 5.477,
|
| 49 |
+
"content_len": 43,
|
| 50 |
+
"reasoning_len": 285,
|
| 51 |
+
"completion_tokens": 176,
|
| 52 |
+
"total_tokens": 206,
|
| 53 |
+
"finish_reason": "stop"
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"ok": true,
|
| 57 |
+
"elapsed_sec": 11.809,
|
| 58 |
+
"content_len": 654,
|
| 59 |
+
"reasoning_len": 286,
|
| 60 |
+
"completion_tokens": 380,
|
| 61 |
+
"total_tokens": 416,
|
| 62 |
+
"finish_reason": "stop"
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"ok": true,
|
| 66 |
+
"elapsed_sec": 12.225,
|
| 67 |
+
"content_len": 252,
|
| 68 |
+
"reasoning_len": 679,
|
| 69 |
+
"completion_tokens": 384,
|
| 70 |
+
"total_tokens": 424,
|
| 71 |
+
"finish_reason": "length"
|
| 72 |
+
},
|
| 73 |
+
{
|
| 74 |
+
"ok": true,
|
| 75 |
+
"elapsed_sec": 1.78,
|
| 76 |
+
"content_len": 4,
|
| 77 |
+
"reasoning_len": 77,
|
| 78 |
+
"completion_tokens": 59,
|
| 79 |
+
"total_tokens": 88,
|
| 80 |
+
"finish_reason": "stop"
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"ok": true,
|
| 84 |
+
"elapsed_sec": 9.816,
|
| 85 |
+
"content_len": 327,
|
| 86 |
+
"reasoning_len": 608,
|
| 87 |
+
"completion_tokens": 382,
|
| 88 |
+
"total_tokens": 410,
|
| 89 |
+
"finish_reason": "stop"
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"ok": true,
|
| 93 |
+
"elapsed_sec": 9.295,
|
| 94 |
+
"content_len": 318,
|
| 95 |
+
"reasoning_len": 418,
|
| 96 |
+
"completion_tokens": 384,
|
| 97 |
+
"total_tokens": 417,
|
| 98 |
+
"finish_reason": "length"
|
| 99 |
+
}
|
| 100 |
+
],
|
| 101 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/175_27b_q4_lynnstyle_v2calib_lbc30_gate_20260706/Q4_LYNN_DENSE_mtp_acceptance_matrix/c4_nomtp/server.log"
|
| 102 |
+
},
|
| 103 |
+
"fastest_mtp": {
|
| 104 |
+
"label": "c4_n3",
|
| 105 |
+
"c": 4,
|
| 106 |
+
"n": 3,
|
| 107 |
+
"mtp": true,
|
| 108 |
+
"port": 19543,
|
| 109 |
+
"requests": 8,
|
| 110 |
+
"ok": 8,
|
| 111 |
+
"errors": 0,
|
| 112 |
+
"nonempty_content": 8,
|
| 113 |
+
"nonempty_any": 8,
|
| 114 |
+
"completion_tokens": 2139,
|
| 115 |
+
"wall_sec": 25.803,
|
| 116 |
+
"api_completion_tokens_per_sec": 82.896,
|
| 117 |
+
"server": {
|
| 118 |
+
"draft_acceptance_events": 8,
|
| 119 |
+
"draft_acceptance_weighted": 0.887014,
|
| 120 |
+
"draft_accepted_tokens": 1209,
|
| 121 |
+
"draft_generated_tokens": 1363,
|
| 122 |
+
"eval_tokens": 2400,
|
| 123 |
+
"eval_ms": 87138.14,
|
| 124 |
+
"eval_tokens_per_sec": 27.542,
|
| 125 |
+
"model_loaded": true,
|
| 126 |
+
"mtp_initialized": true
|
| 127 |
+
},
|
| 128 |
+
"responses": [
|
| 129 |
+
{
|
| 130 |
+
"ok": true,
|
| 131 |
+
"elapsed_sec": 6.519,
|
| 132 |
+
"content_len": 57,
|
| 133 |
+
"reasoning_len": 135,
|
| 134 |
+
"completion_tokens": 117,
|
| 135 |
+
"total_tokens": 143,
|
| 136 |
+
"finish_reason": "stop"
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"ok": true,
|
| 140 |
+
"elapsed_sec": 13.969,
|
| 141 |
+
"content_len": 594,
|
| 142 |
+
"reasoning_len": 239,
|
| 143 |
+
"completion_tokens": 346,
|
| 144 |
+
"total_tokens": 382,
|
| 145 |
+
"finish_reason": "stop"
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"ok": true,
|
| 149 |
+
"elapsed_sec": 13.973,
|
| 150 |
+
"content_len": 439,
|
| 151 |
+
"reasoning_len": 376,
|
| 152 |
+
"completion_tokens": 333,
|
| 153 |
+
"total_tokens": 373,
|
| 154 |
+
"finish_reason": "stop"
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"ok": true,
|
| 158 |
+
"elapsed_sec": 9.831,
|
| 159 |
+
"content_len": 40,
|
| 160 |
+
"reasoning_len": 269,
|
| 161 |
+
"completion_tokens": 174,
|
| 162 |
+
"total_tokens": 204,
|
| 163 |
+
"finish_reason": "stop"
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"ok": true,
|
| 167 |
+
"elapsed_sec": 2.717,
|
| 168 |
+
"content_len": 4,
|
| 169 |
+
"reasoning_len": 87,
|
| 170 |
+
"completion_tokens": 68,
|
| 171 |
+
"total_tokens": 97,
|
| 172 |
+
"finish_reason": "stop"
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"ok": true,
|
| 176 |
+
"elapsed_sec": 19.355,
|
| 177 |
+
"content_len": 57,
|
| 178 |
+
"reasoning_len": 590,
|
| 179 |
+
"completion_tokens": 375,
|
| 180 |
+
"total_tokens": 414,
|
| 181 |
+
"finish_reason": "stop"
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"ok": true,
|
| 185 |
+
"elapsed_sec": 10.605,
|
| 186 |
+
"content_len": 308,
|
| 187 |
+
"reasoning_len": 485,
|
| 188 |
+
"completion_tokens": 342,
|
| 189 |
+
"total_tokens": 370,
|
| 190 |
+
"finish_reason": "stop"
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"ok": true,
|
| 194 |
+
"elapsed_sec": 11.828,
|
| 195 |
+
"content_len": 248,
|
| 196 |
+
"reasoning_len": 472,
|
| 197 |
+
"completion_tokens": 384,
|
| 198 |
+
"total_tokens": 417,
|
| 199 |
+
"finish_reason": "length"
|
| 200 |
+
}
|
| 201 |
+
],
|
| 202 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/175_27b_q4_lynnstyle_v2calib_lbc30_gate_20260706/Q4_LYNN_DENSE_mtp_acceptance_matrix/c4_n3/server.log"
|
| 203 |
+
},
|
| 204 |
+
"fastest_no_mtp": {
|
| 205 |
+
"label": "c4_nomtp",
|
| 206 |
+
"c": 4,
|
| 207 |
+
"n": null,
|
| 208 |
+
"mtp": false,
|
| 209 |
+
"port": 19540,
|
| 210 |
+
"requests": 8,
|
| 211 |
+
"ok": 8,
|
| 212 |
+
"errors": 0,
|
| 213 |
+
"nonempty_content": 8,
|
| 214 |
+
"nonempty_any": 8,
|
| 215 |
+
"completion_tokens": 2155,
|
| 216 |
+
"wall_sec": 18.502,
|
| 217 |
+
"api_completion_tokens_per_sec": 116.471,
|
| 218 |
+
"server": {
|
| 219 |
+
"draft_acceptance_events": 0,
|
| 220 |
+
"draft_acceptance_weighted": null,
|
| 221 |
+
"draft_accepted_tokens": null,
|
| 222 |
+
"draft_generated_tokens": null,
|
| 223 |
+
"eval_tokens": 2416,
|
| 224 |
+
"eval_ms": 61442.77,
|
| 225 |
+
"eval_tokens_per_sec": 39.321,
|
| 226 |
+
"model_loaded": true,
|
| 227 |
+
"mtp_initialized": false
|
| 228 |
+
},
|
| 229 |
+
"responses": [
|
| 230 |
+
{
|
| 231 |
+
"ok": true,
|
| 232 |
+
"elapsed_sec": 3.729,
|
| 233 |
+
"content_len": 57,
|
| 234 |
+
"reasoning_len": 135,
|
| 235 |
+
"completion_tokens": 118,
|
| 236 |
+
"total_tokens": 144,
|
| 237 |
+
"finish_reason": "stop"
|
| 238 |
+
},
|
| 239 |
+
{
|
| 240 |
+
"ok": true,
|
| 241 |
+
"elapsed_sec": 8.239,
|
| 242 |
+
"content_len": 82,
|
| 243 |
+
"reasoning_len": 378,
|
| 244 |
+
"completion_tokens": 272,
|
| 245 |
+
"total_tokens": 311,
|
| 246 |
+
"finish_reason": "stop"
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"ok": true,
|
| 250 |
+
"elapsed_sec": 5.477,
|
| 251 |
+
"content_len": 43,
|
| 252 |
+
"reasoning_len": 285,
|
| 253 |
+
"completion_tokens": 176,
|
| 254 |
+
"total_tokens": 206,
|
| 255 |
+
"finish_reason": "stop"
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"ok": true,
|
| 259 |
+
"elapsed_sec": 11.809,
|
| 260 |
+
"content_len": 654,
|
| 261 |
+
"reasoning_len": 286,
|
| 262 |
+
"completion_tokens": 380,
|
| 263 |
+
"total_tokens": 416,
|
| 264 |
+
"finish_reason": "stop"
|
| 265 |
+
},
|
| 266 |
+
{
|
| 267 |
+
"ok": true,
|
| 268 |
+
"elapsed_sec": 12.225,
|
| 269 |
+
"content_len": 252,
|
| 270 |
+
"reasoning_len": 679,
|
| 271 |
+
"completion_tokens": 384,
|
| 272 |
+
"total_tokens": 424,
|
| 273 |
+
"finish_reason": "length"
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"ok": true,
|
| 277 |
+
"elapsed_sec": 1.78,
|
| 278 |
+
"content_len": 4,
|
| 279 |
+
"reasoning_len": 77,
|
| 280 |
+
"completion_tokens": 59,
|
| 281 |
+
"total_tokens": 88,
|
| 282 |
+
"finish_reason": "stop"
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"ok": true,
|
| 286 |
+
"elapsed_sec": 9.816,
|
| 287 |
+
"content_len": 327,
|
| 288 |
+
"reasoning_len": 608,
|
| 289 |
+
"completion_tokens": 382,
|
| 290 |
+
"total_tokens": 410,
|
| 291 |
+
"finish_reason": "stop"
|
| 292 |
+
},
|
| 293 |
+
{
|
| 294 |
+
"ok": true,
|
| 295 |
+
"elapsed_sec": 9.295,
|
| 296 |
+
"content_len": 318,
|
| 297 |
+
"reasoning_len": 418,
|
| 298 |
+
"completion_tokens": 384,
|
| 299 |
+
"total_tokens": 417,
|
| 300 |
+
"finish_reason": "length"
|
| 301 |
+
}
|
| 302 |
+
],
|
| 303 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/175_27b_q4_lynnstyle_v2calib_lbc30_gate_20260706/Q4_LYNN_DENSE_mtp_acceptance_matrix/c4_nomtp/server.log"
|
| 304 |
+
},
|
| 305 |
+
"stable_rows": 15,
|
| 306 |
+
"source": "/root/autodl-tmp/step37-27b-distill/runs/175_27b_q4_lynnstyle_v2calib_lbc30_gate_20260706/Q4_LYNN_DENSE_mtp_acceptance_matrix/mtp_acceptance_matrix.json"
|
| 307 |
+
}
|
GGUF/Q4_LynnStyle/eval/quality_mtp_smoke.summary.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"target": "Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding-Q4_LYNN_DENSE",
|
| 3 |
+
"n": 3,
|
| 4 |
+
"ok": 3,
|
| 5 |
+
"all_ok": true,
|
| 6 |
+
"hf_mtp_sidecar_exists": false,
|
| 7 |
+
"hf_mtp_sidecar_bytes": null,
|
| 8 |
+
"gguf_mtp_server": {
|
| 9 |
+
"mtp_requested": true,
|
| 10 |
+
"mtp_enabled": false,
|
| 11 |
+
"spec_type": "draft-mtp",
|
| 12 |
+
"n_max": 1,
|
| 13 |
+
"p_min": 0.6,
|
| 14 |
+
"draft_model": null,
|
| 15 |
+
"draft_model_bytes": null
|
| 16 |
+
},
|
| 17 |
+
"split_mtp_draft_gguf_exists": false,
|
| 18 |
+
"split_mtp_draft_gguf_bytes": null,
|
| 19 |
+
"generated_at": "2026-07-06T18:45:32+0800"
|
| 20 |
+
}
|
GGUF/Q4_LynnStyle/lynnstyle/q4_tensor_type_match_report.md
ADDED
|
@@ -0,0 +1,531 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# 27B Dense tensor-type match report
|
| 2 |
+
|
| 3 |
+
tier: q4
|
| 4 |
+
config: models/Qwen3.6-27B-DSV4Pro-GLM-55XH-Coding-SFT-RL-Final55True-v3-merged-bf16/config.json
|
| 5 |
+
gguf: quantized/Qwen3.6-27B-DSV4Pro-GLM-55XH-Coding-SFT-RL-Final55True-v3/Q8_0/Qwen3.6-27B-DSV4Pro-GLM-55XH-Coding-SFT-RL-Final55True-v3-Q8_0.gguf
|
| 6 |
+
num_tensor_names_seen: 755
|
| 7 |
+
|
| 8 |
+
## early layers q8_0 hard protect
|
| 9 |
+
|
| 10 |
+
rule: `^blk\.(0|1|2|3)\..*\.weight=q8_0`
|
| 11 |
+
|
| 12 |
+
matches: 47
|
| 13 |
+
|
| 14 |
+
- blk.0.attn_gate.weight
|
| 15 |
+
- blk.0.attn_norm.weight
|
| 16 |
+
- blk.0.attn_qkv.weight
|
| 17 |
+
- blk.0.ffn_down.weight
|
| 18 |
+
- blk.0.ffn_gate.weight
|
| 19 |
+
- blk.0.ffn_up.weight
|
| 20 |
+
- blk.0.post_attention_norm.weight
|
| 21 |
+
- blk.0.ssm_alpha.weight
|
| 22 |
+
- blk.0.ssm_beta.weight
|
| 23 |
+
- blk.0.ssm_conv1d.weight
|
| 24 |
+
- blk.0.ssm_norm.weight
|
| 25 |
+
- blk.0.ssm_out.weight
|
| 26 |
+
- blk.1.attn_gate.weight
|
| 27 |
+
- blk.1.attn_norm.weight
|
| 28 |
+
- blk.1.attn_qkv.weight
|
| 29 |
+
- blk.1.ffn_down.weight
|
| 30 |
+
- blk.1.ffn_gate.weight
|
| 31 |
+
- blk.1.ffn_up.weight
|
| 32 |
+
- blk.1.post_attention_norm.weight
|
| 33 |
+
- blk.1.ssm_alpha.weight
|
| 34 |
+
- blk.1.ssm_beta.weight
|
| 35 |
+
- blk.1.ssm_conv1d.weight
|
| 36 |
+
- blk.1.ssm_norm.weight
|
| 37 |
+
- blk.1.ssm_out.weight
|
| 38 |
+
- blk.2.attn_gate.weight
|
| 39 |
+
- blk.2.attn_norm.weight
|
| 40 |
+
- blk.2.attn_qkv.weight
|
| 41 |
+
- blk.2.ffn_down.weight
|
| 42 |
+
- blk.2.ffn_gate.weight
|
| 43 |
+
- blk.2.ffn_up.weight
|
| 44 |
+
- blk.2.post_attention_norm.weight
|
| 45 |
+
- blk.2.ssm_alpha.weight
|
| 46 |
+
- blk.2.ssm_beta.weight
|
| 47 |
+
- blk.2.ssm_conv1d.weight
|
| 48 |
+
- blk.2.ssm_norm.weight
|
| 49 |
+
- blk.2.ssm_out.weight
|
| 50 |
+
- blk.3.attn_k.weight
|
| 51 |
+
- blk.3.attn_k_norm.weight
|
| 52 |
+
- blk.3.attn_norm.weight
|
| 53 |
+
- blk.3.attn_output.weight
|
| 54 |
+
- blk.3.attn_q.weight
|
| 55 |
+
- blk.3.attn_q_norm.weight
|
| 56 |
+
- blk.3.attn_v.weight
|
| 57 |
+
- blk.3.ffn_down.weight
|
| 58 |
+
- blk.3.ffn_gate.weight
|
| 59 |
+
- blk.3.ffn_up.weight
|
| 60 |
+
- blk.3.post_attention_norm.weight
|
| 61 |
+
|
| 62 |
+
## last four layers q8_0 hard protect
|
| 63 |
+
|
| 64 |
+
rule: `^blk\.(60|61|62|63)\..*\.weight=q8_0`
|
| 65 |
+
|
| 66 |
+
matches: 47
|
| 67 |
+
|
| 68 |
+
- blk.60.attn_gate.weight
|
| 69 |
+
- blk.60.attn_norm.weight
|
| 70 |
+
- blk.60.attn_qkv.weight
|
| 71 |
+
- blk.60.ffn_down.weight
|
| 72 |
+
- blk.60.ffn_gate.weight
|
| 73 |
+
- blk.60.ffn_up.weight
|
| 74 |
+
- blk.60.post_attention_norm.weight
|
| 75 |
+
- blk.60.ssm_alpha.weight
|
| 76 |
+
- blk.60.ssm_beta.weight
|
| 77 |
+
- blk.60.ssm_conv1d.weight
|
| 78 |
+
- blk.60.ssm_norm.weight
|
| 79 |
+
- blk.60.ssm_out.weight
|
| 80 |
+
- blk.61.attn_gate.weight
|
| 81 |
+
- blk.61.attn_norm.weight
|
| 82 |
+
- blk.61.attn_qkv.weight
|
| 83 |
+
- blk.61.ffn_down.weight
|
| 84 |
+
- blk.61.ffn_gate.weight
|
| 85 |
+
- blk.61.ffn_up.weight
|
| 86 |
+
- blk.61.post_attention_norm.weight
|
| 87 |
+
- blk.61.ssm_alpha.weight
|
| 88 |
+
- blk.61.ssm_beta.weight
|
| 89 |
+
- blk.61.ssm_conv1d.weight
|
| 90 |
+
- blk.61.ssm_norm.weight
|
| 91 |
+
- blk.61.ssm_out.weight
|
| 92 |
+
- blk.62.attn_gate.weight
|
| 93 |
+
- blk.62.attn_norm.weight
|
| 94 |
+
- blk.62.attn_qkv.weight
|
| 95 |
+
- blk.62.ffn_down.weight
|
| 96 |
+
- blk.62.ffn_gate.weight
|
| 97 |
+
- blk.62.ffn_up.weight
|
| 98 |
+
- blk.62.post_attention_norm.weight
|
| 99 |
+
- blk.62.ssm_alpha.weight
|
| 100 |
+
- blk.62.ssm_beta.weight
|
| 101 |
+
- blk.62.ssm_conv1d.weight
|
| 102 |
+
- blk.62.ssm_norm.weight
|
| 103 |
+
- blk.62.ssm_out.weight
|
| 104 |
+
- blk.63.attn_k.weight
|
| 105 |
+
- blk.63.attn_k_norm.weight
|
| 106 |
+
- blk.63.attn_norm.weight
|
| 107 |
+
- blk.63.attn_output.weight
|
| 108 |
+
- blk.63.attn_q.weight
|
| 109 |
+
- blk.63.attn_q_norm.weight
|
| 110 |
+
- blk.63.attn_v.weight
|
| 111 |
+
- blk.63.ffn_down.weight
|
| 112 |
+
- blk.63.ffn_gate.weight
|
| 113 |
+
- blk.63.ffn_up.weight
|
| 114 |
+
- blk.63.post_attention_norm.weight
|
| 115 |
+
|
| 116 |
+
## late shoulder layers q6_k protect
|
| 117 |
+
|
| 118 |
+
rule: `^blk\.(56|57|58|59)\..*\.weight=q6_k`
|
| 119 |
+
|
| 120 |
+
matches: 47
|
| 121 |
+
|
| 122 |
+
- blk.56.attn_gate.weight
|
| 123 |
+
- blk.56.attn_norm.weight
|
| 124 |
+
- blk.56.attn_qkv.weight
|
| 125 |
+
- blk.56.ffn_down.weight
|
| 126 |
+
- blk.56.ffn_gate.weight
|
| 127 |
+
- blk.56.ffn_up.weight
|
| 128 |
+
- blk.56.post_attention_norm.weight
|
| 129 |
+
- blk.56.ssm_alpha.weight
|
| 130 |
+
- blk.56.ssm_beta.weight
|
| 131 |
+
- blk.56.ssm_conv1d.weight
|
| 132 |
+
- blk.56.ssm_norm.weight
|
| 133 |
+
- blk.56.ssm_out.weight
|
| 134 |
+
- blk.57.attn_gate.weight
|
| 135 |
+
- blk.57.attn_norm.weight
|
| 136 |
+
- blk.57.attn_qkv.weight
|
| 137 |
+
- blk.57.ffn_down.weight
|
| 138 |
+
- blk.57.ffn_gate.weight
|
| 139 |
+
- blk.57.ffn_up.weight
|
| 140 |
+
- blk.57.post_attention_norm.weight
|
| 141 |
+
- blk.57.ssm_alpha.weight
|
| 142 |
+
- blk.57.ssm_beta.weight
|
| 143 |
+
- blk.57.ssm_conv1d.weight
|
| 144 |
+
- blk.57.ssm_norm.weight
|
| 145 |
+
- blk.57.ssm_out.weight
|
| 146 |
+
- blk.58.attn_gate.weight
|
| 147 |
+
- blk.58.attn_norm.weight
|
| 148 |
+
- blk.58.attn_qkv.weight
|
| 149 |
+
- blk.58.ffn_down.weight
|
| 150 |
+
- blk.58.ffn_gate.weight
|
| 151 |
+
- blk.58.ffn_up.weight
|
| 152 |
+
- blk.58.post_attention_norm.weight
|
| 153 |
+
- blk.58.ssm_alpha.weight
|
| 154 |
+
- blk.58.ssm_beta.weight
|
| 155 |
+
- blk.58.ssm_conv1d.weight
|
| 156 |
+
- blk.58.ssm_norm.weight
|
| 157 |
+
- blk.58.ssm_out.weight
|
| 158 |
+
- blk.59.attn_k.weight
|
| 159 |
+
- blk.59.attn_k_norm.weight
|
| 160 |
+
- blk.59.attn_norm.weight
|
| 161 |
+
- blk.59.attn_output.weight
|
| 162 |
+
- blk.59.attn_q.weight
|
| 163 |
+
- blk.59.attn_q_norm.weight
|
| 164 |
+
- blk.59.attn_v.weight
|
| 165 |
+
- blk.59.ffn_down.weight
|
| 166 |
+
- blk.59.ffn_gate.weight
|
| 167 |
+
- blk.59.ffn_up.weight
|
| 168 |
+
- blk.59.post_attention_norm.weight
|
| 169 |
+
|
| 170 |
+
## middle full-attention projections q5_k protect
|
| 171 |
+
|
| 172 |
+
rule: `^blk\.(7|11|15|19|23|27|31|35|39|43|47|51|55)\.(attn_q|attn_k|attn_v|attn_output)\.weight=q5_k`
|
| 173 |
+
|
| 174 |
+
matches: 52
|
| 175 |
+
|
| 176 |
+
- blk.11.attn_k.weight
|
| 177 |
+
- blk.11.attn_output.weight
|
| 178 |
+
- blk.11.attn_q.weight
|
| 179 |
+
- blk.11.attn_v.weight
|
| 180 |
+
- blk.15.attn_k.weight
|
| 181 |
+
- blk.15.attn_output.weight
|
| 182 |
+
- blk.15.attn_q.weight
|
| 183 |
+
- blk.15.attn_v.weight
|
| 184 |
+
- blk.19.attn_k.weight
|
| 185 |
+
- blk.19.attn_output.weight
|
| 186 |
+
- blk.19.attn_q.weight
|
| 187 |
+
- blk.19.attn_v.weight
|
| 188 |
+
- blk.23.attn_k.weight
|
| 189 |
+
- blk.23.attn_output.weight
|
| 190 |
+
- blk.23.attn_q.weight
|
| 191 |
+
- blk.23.attn_v.weight
|
| 192 |
+
- blk.27.attn_k.weight
|
| 193 |
+
- blk.27.attn_output.weight
|
| 194 |
+
- blk.27.attn_q.weight
|
| 195 |
+
- blk.27.attn_v.weight
|
| 196 |
+
- blk.31.attn_k.weight
|
| 197 |
+
- blk.31.attn_output.weight
|
| 198 |
+
- blk.31.attn_q.weight
|
| 199 |
+
- blk.31.attn_v.weight
|
| 200 |
+
- blk.35.attn_k.weight
|
| 201 |
+
- blk.35.attn_output.weight
|
| 202 |
+
- blk.35.attn_q.weight
|
| 203 |
+
- blk.35.attn_v.weight
|
| 204 |
+
- blk.39.attn_k.weight
|
| 205 |
+
- blk.39.attn_output.weight
|
| 206 |
+
- blk.39.attn_q.weight
|
| 207 |
+
- blk.39.attn_v.weight
|
| 208 |
+
- blk.43.attn_k.weight
|
| 209 |
+
- blk.43.attn_output.weight
|
| 210 |
+
- blk.43.attn_q.weight
|
| 211 |
+
- blk.43.attn_v.weight
|
| 212 |
+
- blk.47.attn_k.weight
|
| 213 |
+
- blk.47.attn_output.weight
|
| 214 |
+
- blk.47.attn_q.weight
|
| 215 |
+
- blk.47.attn_v.weight
|
| 216 |
+
- blk.51.attn_k.weight
|
| 217 |
+
- blk.51.attn_output.weight
|
| 218 |
+
- blk.51.attn_q.weight
|
| 219 |
+
- blk.51.attn_v.weight
|
| 220 |
+
- blk.55.attn_k.weight
|
| 221 |
+
- blk.55.attn_output.weight
|
| 222 |
+
- blk.55.attn_q.weight
|
| 223 |
+
- blk.55.attn_v.weight
|
| 224 |
+
- blk.7.attn_k.weight
|
| 225 |
+
- blk.7.attn_output.weight
|
| 226 |
+
- blk.7.attn_q.weight
|
| 227 |
+
- blk.7.attn_v.weight
|
| 228 |
+
|
| 229 |
+
## middle linear-attention gates q5_k protect
|
| 230 |
+
|
| 231 |
+
rule: `^blk\.(4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32|33|34|35|36|37|38|39|40|41|42|43|44|45|46|47|48|49|50|51|52|53|54|55)\.attn_gate\.weight=q5_k`
|
| 232 |
+
|
| 233 |
+
matches: 39
|
| 234 |
+
|
| 235 |
+
- blk.10.attn_gate.weight
|
| 236 |
+
- blk.12.attn_gate.weight
|
| 237 |
+
- blk.13.attn_gate.weight
|
| 238 |
+
- blk.14.attn_gate.weight
|
| 239 |
+
- blk.16.attn_gate.weight
|
| 240 |
+
- blk.17.attn_gate.weight
|
| 241 |
+
- blk.18.attn_gate.weight
|
| 242 |
+
- blk.20.attn_gate.weight
|
| 243 |
+
- blk.21.attn_gate.weight
|
| 244 |
+
- blk.22.attn_gate.weight
|
| 245 |
+
- blk.24.attn_gate.weight
|
| 246 |
+
- blk.25.attn_gate.weight
|
| 247 |
+
- blk.26.attn_gate.weight
|
| 248 |
+
- blk.28.attn_gate.weight
|
| 249 |
+
- blk.29.attn_gate.weight
|
| 250 |
+
- blk.30.attn_gate.weight
|
| 251 |
+
- blk.32.attn_gate.weight
|
| 252 |
+
- blk.33.attn_gate.weight
|
| 253 |
+
- blk.34.attn_gate.weight
|
| 254 |
+
- blk.36.attn_gate.weight
|
| 255 |
+
- blk.37.attn_gate.weight
|
| 256 |
+
- blk.38.attn_gate.weight
|
| 257 |
+
- blk.4.attn_gate.weight
|
| 258 |
+
- blk.40.attn_gate.weight
|
| 259 |
+
- blk.41.attn_gate.weight
|
| 260 |
+
- blk.42.attn_gate.weight
|
| 261 |
+
- blk.44.attn_gate.weight
|
| 262 |
+
- blk.45.attn_gate.weight
|
| 263 |
+
- blk.46.attn_gate.weight
|
| 264 |
+
- blk.48.attn_gate.weight
|
| 265 |
+
- blk.49.attn_gate.weight
|
| 266 |
+
- blk.5.attn_gate.weight
|
| 267 |
+
- blk.50.attn_gate.weight
|
| 268 |
+
- blk.52.attn_gate.weight
|
| 269 |
+
- blk.53.attn_gate.weight
|
| 270 |
+
- blk.54.attn_gate.weight
|
| 271 |
+
- blk.6.attn_gate.weight
|
| 272 |
+
- blk.8.attn_gate.weight
|
| 273 |
+
- blk.9.attn_gate.weight
|
| 274 |
+
|
| 275 |
+
## middle linear-attention qkv q5_k protect
|
| 276 |
+
|
| 277 |
+
rule: `^blk\.(4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32|33|34|35|36|37|38|39|40|41|42|43|44|45|46|47|48|49|50|51|52|53|54|55)\.attn_qkv\.weight=q5_k`
|
| 278 |
+
|
| 279 |
+
matches: 39
|
| 280 |
+
|
| 281 |
+
- blk.10.attn_qkv.weight
|
| 282 |
+
- blk.12.attn_qkv.weight
|
| 283 |
+
- blk.13.attn_qkv.weight
|
| 284 |
+
- blk.14.attn_qkv.weight
|
| 285 |
+
- blk.16.attn_qkv.weight
|
| 286 |
+
- blk.17.attn_qkv.weight
|
| 287 |
+
- blk.18.attn_qkv.weight
|
| 288 |
+
- blk.20.attn_qkv.weight
|
| 289 |
+
- blk.21.attn_qkv.weight
|
| 290 |
+
- blk.22.attn_qkv.weight
|
| 291 |
+
- blk.24.attn_qkv.weight
|
| 292 |
+
- blk.25.attn_qkv.weight
|
| 293 |
+
- blk.26.attn_qkv.weight
|
| 294 |
+
- blk.28.attn_qkv.weight
|
| 295 |
+
- blk.29.attn_qkv.weight
|
| 296 |
+
- blk.30.attn_qkv.weight
|
| 297 |
+
- blk.32.attn_qkv.weight
|
| 298 |
+
- blk.33.attn_qkv.weight
|
| 299 |
+
- blk.34.attn_qkv.weight
|
| 300 |
+
- blk.36.attn_qkv.weight
|
| 301 |
+
- blk.37.attn_qkv.weight
|
| 302 |
+
- blk.38.attn_qkv.weight
|
| 303 |
+
- blk.4.attn_qkv.weight
|
| 304 |
+
- blk.40.attn_qkv.weight
|
| 305 |
+
- blk.41.attn_qkv.weight
|
| 306 |
+
- blk.42.attn_qkv.weight
|
| 307 |
+
- blk.44.attn_qkv.weight
|
| 308 |
+
- blk.45.attn_qkv.weight
|
| 309 |
+
- blk.46.attn_qkv.weight
|
| 310 |
+
- blk.48.attn_qkv.weight
|
| 311 |
+
- blk.49.attn_qkv.weight
|
| 312 |
+
- blk.5.attn_qkv.weight
|
| 313 |
+
- blk.50.attn_qkv.weight
|
| 314 |
+
- blk.52.attn_qkv.weight
|
| 315 |
+
- blk.53.attn_qkv.weight
|
| 316 |
+
- blk.54.attn_qkv.weight
|
| 317 |
+
- blk.6.attn_qkv.weight
|
| 318 |
+
- blk.8.attn_qkv.weight
|
| 319 |
+
- blk.9.attn_qkv.weight
|
| 320 |
+
|
| 321 |
+
## middle SSM tensor family q5_k protect
|
| 322 |
+
|
| 323 |
+
rule: `^blk\.(4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32|33|34|35|36|37|38|39|40|41|42|43|44|45|46|47|48|49|50|51|52|53|54|55)\.ssm_(alpha|beta|conv1d|norm|out)\.weight=q5_k`
|
| 324 |
+
|
| 325 |
+
matches: 195
|
| 326 |
+
|
| 327 |
+
- blk.10.ssm_alpha.weight
|
| 328 |
+
- blk.10.ssm_beta.weight
|
| 329 |
+
- blk.10.ssm_conv1d.weight
|
| 330 |
+
- blk.10.ssm_norm.weight
|
| 331 |
+
- blk.10.ssm_out.weight
|
| 332 |
+
- blk.12.ssm_alpha.weight
|
| 333 |
+
- blk.12.ssm_beta.weight
|
| 334 |
+
- blk.12.ssm_conv1d.weight
|
| 335 |
+
- blk.12.ssm_norm.weight
|
| 336 |
+
- blk.12.ssm_out.weight
|
| 337 |
+
- blk.13.ssm_alpha.weight
|
| 338 |
+
- blk.13.ssm_beta.weight
|
| 339 |
+
- blk.13.ssm_conv1d.weight
|
| 340 |
+
- blk.13.ssm_norm.weight
|
| 341 |
+
- blk.13.ssm_out.weight
|
| 342 |
+
- blk.14.ssm_alpha.weight
|
| 343 |
+
- blk.14.ssm_beta.weight
|
| 344 |
+
- blk.14.ssm_conv1d.weight
|
| 345 |
+
- blk.14.ssm_norm.weight
|
| 346 |
+
- blk.14.ssm_out.weight
|
| 347 |
+
- blk.16.ssm_alpha.weight
|
| 348 |
+
- blk.16.ssm_beta.weight
|
| 349 |
+
- blk.16.ssm_conv1d.weight
|
| 350 |
+
- blk.16.ssm_norm.weight
|
| 351 |
+
- blk.16.ssm_out.weight
|
| 352 |
+
- blk.17.ssm_alpha.weight
|
| 353 |
+
- blk.17.ssm_beta.weight
|
| 354 |
+
- blk.17.ssm_conv1d.weight
|
| 355 |
+
- blk.17.ssm_norm.weight
|
| 356 |
+
- blk.17.ssm_out.weight
|
| 357 |
+
- blk.18.ssm_alpha.weight
|
| 358 |
+
- blk.18.ssm_beta.weight
|
| 359 |
+
- blk.18.ssm_conv1d.weight
|
| 360 |
+
- blk.18.ssm_norm.weight
|
| 361 |
+
- blk.18.ssm_out.weight
|
| 362 |
+
- blk.20.ssm_alpha.weight
|
| 363 |
+
- blk.20.ssm_beta.weight
|
| 364 |
+
- blk.20.ssm_conv1d.weight
|
| 365 |
+
- blk.20.ssm_norm.weight
|
| 366 |
+
- blk.20.ssm_out.weight
|
| 367 |
+
- blk.21.ssm_alpha.weight
|
| 368 |
+
- blk.21.ssm_beta.weight
|
| 369 |
+
- blk.21.ssm_conv1d.weight
|
| 370 |
+
- blk.21.ssm_norm.weight
|
| 371 |
+
- blk.21.ssm_out.weight
|
| 372 |
+
- blk.22.ssm_alpha.weight
|
| 373 |
+
- blk.22.ssm_beta.weight
|
| 374 |
+
- blk.22.ssm_conv1d.weight
|
| 375 |
+
- blk.22.ssm_norm.weight
|
| 376 |
+
- blk.22.ssm_out.weight
|
| 377 |
+
- blk.24.ssm_alpha.weight
|
| 378 |
+
- blk.24.ssm_beta.weight
|
| 379 |
+
- blk.24.ssm_conv1d.weight
|
| 380 |
+
- blk.24.ssm_norm.weight
|
| 381 |
+
- blk.24.ssm_out.weight
|
| 382 |
+
- blk.25.ssm_alpha.weight
|
| 383 |
+
- blk.25.ssm_beta.weight
|
| 384 |
+
- blk.25.ssm_conv1d.weight
|
| 385 |
+
- blk.25.ssm_norm.weight
|
| 386 |
+
- blk.25.ssm_out.weight
|
| 387 |
+
- blk.26.ssm_alpha.weight
|
| 388 |
+
- blk.26.ssm_beta.weight
|
| 389 |
+
- blk.26.ssm_conv1d.weight
|
| 390 |
+
- blk.26.ssm_norm.weight
|
| 391 |
+
- blk.26.ssm_out.weight
|
| 392 |
+
- blk.28.ssm_alpha.weight
|
| 393 |
+
- blk.28.ssm_beta.weight
|
| 394 |
+
- blk.28.ssm_conv1d.weight
|
| 395 |
+
- blk.28.ssm_norm.weight
|
| 396 |
+
- blk.28.ssm_out.weight
|
| 397 |
+
- blk.29.ssm_alpha.weight
|
| 398 |
+
- blk.29.ssm_beta.weight
|
| 399 |
+
- blk.29.ssm_conv1d.weight
|
| 400 |
+
- blk.29.ssm_norm.weight
|
| 401 |
+
- blk.29.ssm_out.weight
|
| 402 |
+
- blk.30.ssm_alpha.weight
|
| 403 |
+
- blk.30.ssm_beta.weight
|
| 404 |
+
- blk.30.ssm_conv1d.weight
|
| 405 |
+
- blk.30.ssm_norm.weight
|
| 406 |
+
- blk.30.ssm_out.weight
|
| 407 |
+
- blk.32.ssm_alpha.weight
|
| 408 |
+
- blk.32.ssm_beta.weight
|
| 409 |
+
- blk.32.ssm_conv1d.weight
|
| 410 |
+
- blk.32.ssm_norm.weight
|
| 411 |
+
- blk.32.ssm_out.weight
|
| 412 |
+
- blk.33.ssm_alpha.weight
|
| 413 |
+
- blk.33.ssm_beta.weight
|
| 414 |
+
- blk.33.ssm_conv1d.weight
|
| 415 |
+
- blk.33.ssm_norm.weight
|
| 416 |
+
- blk.33.ssm_out.weight
|
| 417 |
+
- blk.34.ssm_alpha.weight
|
| 418 |
+
- blk.34.ssm_beta.weight
|
| 419 |
+
- blk.34.ssm_conv1d.weight
|
| 420 |
+
- blk.34.ssm_norm.weight
|
| 421 |
+
- blk.34.ssm_out.weight
|
| 422 |
+
- blk.36.ssm_alpha.weight
|
| 423 |
+
- blk.36.ssm_beta.weight
|
| 424 |
+
- blk.36.ssm_conv1d.weight
|
| 425 |
+
- blk.36.ssm_norm.weight
|
| 426 |
+
- blk.36.ssm_out.weight
|
| 427 |
+
- blk.37.ssm_alpha.weight
|
| 428 |
+
- blk.37.ssm_beta.weight
|
| 429 |
+
- blk.37.ssm_conv1d.weight
|
| 430 |
+
- blk.37.ssm_norm.weight
|
| 431 |
+
- blk.37.ssm_out.weight
|
| 432 |
+
- blk.38.ssm_alpha.weight
|
| 433 |
+
- blk.38.ssm_beta.weight
|
| 434 |
+
- blk.38.ssm_conv1d.weight
|
| 435 |
+
- blk.38.ssm_norm.weight
|
| 436 |
+
- blk.38.ssm_out.weight
|
| 437 |
+
- blk.4.ssm_alpha.weight
|
| 438 |
+
- blk.4.ssm_beta.weight
|
| 439 |
+
- blk.4.ssm_conv1d.weight
|
| 440 |
+
- blk.4.ssm_norm.weight
|
| 441 |
+
- blk.4.ssm_out.weight
|
| 442 |
+
- blk.40.ssm_alpha.weight
|
| 443 |
+
- blk.40.ssm_beta.weight
|
| 444 |
+
- blk.40.ssm_conv1d.weight
|
| 445 |
+
- blk.40.ssm_norm.weight
|
| 446 |
+
- blk.40.ssm_out.weight
|
| 447 |
+
- blk.41.ssm_alpha.weight
|
| 448 |
+
- blk.41.ssm_beta.weight
|
| 449 |
+
- blk.41.ssm_conv1d.weight
|
| 450 |
+
- blk.41.ssm_norm.weight
|
| 451 |
+
- blk.41.ssm_out.weight
|
| 452 |
+
- blk.42.ssm_alpha.weight
|
| 453 |
+
- blk.42.ssm_beta.weight
|
| 454 |
+
- blk.42.ssm_conv1d.weight
|
| 455 |
+
- blk.42.ssm_norm.weight
|
| 456 |
+
- blk.42.ssm_out.weight
|
| 457 |
+
- blk.44.ssm_alpha.weight
|
| 458 |
+
- blk.44.ssm_beta.weight
|
| 459 |
+
- blk.44.ssm_conv1d.weight
|
| 460 |
+
- blk.44.ssm_norm.weight
|
| 461 |
+
- blk.44.ssm_out.weight
|
| 462 |
+
- blk.45.ssm_alpha.weight
|
| 463 |
+
- blk.45.ssm_beta.weight
|
| 464 |
+
- blk.45.ssm_conv1d.weight
|
| 465 |
+
- blk.45.ssm_norm.weight
|
| 466 |
+
- blk.45.ssm_out.weight
|
| 467 |
+
- blk.46.ssm_alpha.weight
|
| 468 |
+
- blk.46.ssm_beta.weight
|
| 469 |
+
- blk.46.ssm_conv1d.weight
|
| 470 |
+
- blk.46.ssm_norm.weight
|
| 471 |
+
- blk.46.ssm_out.weight
|
| 472 |
+
- blk.48.ssm_alpha.weight
|
| 473 |
+
- blk.48.ssm_beta.weight
|
| 474 |
+
- blk.48.ssm_conv1d.weight
|
| 475 |
+
- blk.48.ssm_norm.weight
|
| 476 |
+
- blk.48.ssm_out.weight
|
| 477 |
+
- blk.49.ssm_alpha.weight
|
| 478 |
+
- blk.49.ssm_beta.weight
|
| 479 |
+
- blk.49.ssm_conv1d.weight
|
| 480 |
+
- blk.49.ssm_norm.weight
|
| 481 |
+
- blk.49.ssm_out.weight
|
| 482 |
+
- blk.5.ssm_alpha.weight
|
| 483 |
+
- blk.5.ssm_beta.weight
|
| 484 |
+
- blk.5.ssm_conv1d.weight
|
| 485 |
+
- blk.5.ssm_norm.weight
|
| 486 |
+
- blk.5.ssm_out.weight
|
| 487 |
+
- blk.50.ssm_alpha.weight
|
| 488 |
+
- blk.50.ssm_beta.weight
|
| 489 |
+
- blk.50.ssm_conv1d.weight
|
| 490 |
+
- blk.50.ssm_norm.weight
|
| 491 |
+
- blk.50.ssm_out.weight
|
| 492 |
+
- blk.52.ssm_alpha.weight
|
| 493 |
+
- blk.52.ssm_beta.weight
|
| 494 |
+
- blk.52.ssm_conv1d.weight
|
| 495 |
+
- blk.52.ssm_norm.weight
|
| 496 |
+
- blk.52.ssm_out.weight
|
| 497 |
+
- blk.53.ssm_alpha.weight
|
| 498 |
+
- blk.53.ssm_beta.weight
|
| 499 |
+
- blk.53.ssm_conv1d.weight
|
| 500 |
+
- blk.53.ssm_norm.weight
|
| 501 |
+
- blk.53.ssm_out.weight
|
| 502 |
+
- blk.54.ssm_alpha.weight
|
| 503 |
+
- blk.54.ssm_beta.weight
|
| 504 |
+
- blk.54.ssm_conv1d.weight
|
| 505 |
+
- blk.54.ssm_norm.weight
|
| 506 |
+
- blk.54.ssm_out.weight
|
| 507 |
+
- blk.6.ssm_alpha.weight
|
| 508 |
+
- blk.6.ssm_beta.weight
|
| 509 |
+
- blk.6.ssm_conv1d.weight
|
| 510 |
+
- blk.6.ssm_norm.weight
|
| 511 |
+
- blk.6.ssm_out.weight
|
| 512 |
+
- blk.8.ssm_alpha.weight
|
| 513 |
+
- blk.8.ssm_beta.weight
|
| 514 |
+
- blk.8.ssm_conv1d.weight
|
| 515 |
+
- blk.8.ssm_norm.weight
|
| 516 |
+
- blk.8.ssm_out.weight
|
| 517 |
+
- blk.9.ssm_alpha.weight
|
| 518 |
+
- blk.9.ssm_beta.weight
|
| 519 |
+
- blk.9.ssm_conv1d.weight
|
| 520 |
+
- blk.9.ssm_norm.weight
|
| 521 |
+
- blk.9.ssm_out.weight
|
| 522 |
+
|
| 523 |
+
## Quantize command shape
|
| 524 |
+
|
| 525 |
+
Use with final accepted BF16 GGUF, not an intermediate candidate:
|
| 526 |
+
|
| 527 |
+
```bash
|
| 528 |
+
llama-quantize --imatrix CALIB.imatrix --output-tensor-type q8_0 --token-embedding-type q8_0 --tensor-type-file runs/145_27b_gguf_lynnstyle_rules_20260705/q4_tensor_types.txt MODEL-F16.gguf MODEL-Q4_K_M-LynnDense.gguf q4_k_m THREADS
|
| 529 |
+
```
|
| 530 |
+
|
| 531 |
+
Run `--dry-run` first and archive the dry-run log.
|
GGUF/Q4_LynnStyle/lynnstyle/q4_tensor_types.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
^blk\.(0|1|2|3)\..*\.weight=q8_0
|
| 2 |
+
^blk\.(60|61|62|63)\..*\.weight=q8_0
|
| 3 |
+
^blk\.(56|57|58|59)\..*\.weight=q6_k
|
| 4 |
+
^blk\.(7|11|15|19|23|27|31|35|39|43|47|51|55)\.(attn_q|attn_k|attn_v|attn_output)\.weight=q5_k
|
| 5 |
+
^blk\.(4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32|33|34|35|36|37|38|39|40|41|42|43|44|45|46|47|48|49|50|51|52|53|54|55)\.attn_gate\.weight=q5_k
|
| 6 |
+
^blk\.(4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32|33|34|35|36|37|38|39|40|41|42|43|44|45|46|47|48|49|50|51|52|53|54|55)\.attn_qkv\.weight=q5_k
|
| 7 |
+
^blk\.(4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32|33|34|35|36|37|38|39|40|41|42|43|44|45|46|47|48|49|50|51|52|53|54|55)\.ssm_(alpha|beta|conv1d|norm|out)\.weight=q5_k
|
GGUF/Q4_LynnStyle/lynnstyle/quant_manifest.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"tier": "q4",
|
| 3 |
+
"target": "Q4_LYNN_DENSE",
|
| 4 |
+
"base_qtype": "Q4_K_M",
|
| 5 |
+
"file": "/root/autodl-tmp/step37-27b-distill/quantized/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding/GGUF-LynnStyle-v2calib/Q4_LYNN_DENSE/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding-Q4_LYNN_DENSE.gguf",
|
| 6 |
+
"bytes": 19575379360,
|
| 7 |
+
"sha256": "3a9af361e6891a78df61de134c91dfe27c27640839ac177b43c2a14fba77b189",
|
| 8 |
+
"tensor_type_file": "/root/autodl-tmp/step37-27b-distill/runs/175_27b_q4_lynnstyle_v2calib_lbc30_gate_20260706/q4_tensor_types.txt",
|
| 9 |
+
"tensor_match_report": "/root/autodl-tmp/step37-27b-distill/runs/175_27b_q4_lynnstyle_v2calib_lbc30_gate_20260706/q4_tensor_type_match_report.md",
|
| 10 |
+
"imatrix": "/root/autodl-tmp/step37-27b-distill/quantized/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding/GGUF-LynnStyle-v2calib/imatrix/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding-lynnstyle-interleaved-20260706-ch512.imatrix.gguf",
|
| 11 |
+
"generated_at": "2026-07-06T18:39:07+0800",
|
| 12 |
+
"policy": "LynnStyle Dense protected GGUF: layer-position + tensor-family protection, not one-size quantization."
|
| 13 |
+
}
|
GGUF/Q5_LynnStyle/Q5-imatrix-MTP-00001-of-00004.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d40f639d28ffdafaaaa2b64526aa3c3c8e2e8b24982ce57816bb464a1036574
|
| 3 |
+
size 5368709120
|
GGUF/Q5_LynnStyle/Q5-imatrix-MTP-00002-of-00004.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1717bd65c4bde45479b1a6bcbc21d791b1fdd5916ff888d8e8657a65ff9e5795
|
| 3 |
+
size 5368709120
|
GGUF/Q5_LynnStyle/Q5-imatrix-MTP-00003-of-00004.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a448daf3391b5a27bbd0bcbb829883e3ba0a19e47153a456f6b996911d424837
|
| 3 |
+
size 5368709120
|
GGUF/Q5_LynnStyle/Q5-imatrix-MTP-00004-of-00004.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d73472f071db747f50e4f2fa29492baca7c6eeb1f0f5405ea7d23485ced5415c
|
| 3 |
+
size 4962162080
|
GGUF/Q5_LynnStyle/Q5-imatrix-MTP-draft.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb18a96292d43f746b39f2e3e8998e477788b5b7659d98a7cc192e9e753c8fd4
|
| 3 |
+
size 3164005344
|
GGUF/Q5_LynnStyle/Q5-imatrix-MTP.manifest.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"artifact": "Q5 LynnStyle Dense GGUF",
|
| 3 |
+
"model": "Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding",
|
| 4 |
+
"source_file": "/root/autodl-tmp/step37-27b-distill/quantized/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding/GGUF-LynnStyle-v2calib/Q5_LYNN_DENSE/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding-Q5_LYNN_DENSE.gguf",
|
| 5 |
+
"source_bytes": 21068289440,
|
| 6 |
+
"source_sha256": "a2f790fc4352f1aa3b1df3eb3438a31f85ab2b37a039d69ffd3970e8abb6ab61",
|
| 7 |
+
"split_prefix": "Q5-imatrix-MTP",
|
| 8 |
+
"split_bytes": 5368709120,
|
| 9 |
+
"chunks": [
|
| 10 |
+
{
|
| 11 |
+
"name": "Q5-imatrix-MTP-00001-of-00004.gguf",
|
| 12 |
+
"bytes": 5368709120,
|
| 13 |
+
"sha256": "1d40f639d28ffdafaaaa2b64526aa3c3c8e2e8b24982ce57816bb464a1036574"
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"name": "Q5-imatrix-MTP-00002-of-00004.gguf",
|
| 17 |
+
"bytes": 5368709120,
|
| 18 |
+
"sha256": "1717bd65c4bde45479b1a6bcbc21d791b1fdd5916ff888d8e8657a65ff9e5795"
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"name": "Q5-imatrix-MTP-00003-of-00004.gguf",
|
| 22 |
+
"bytes": 5368709120,
|
| 23 |
+
"sha256": "a448daf3391b5a27bbd0bcbb829883e3ba0a19e47153a456f6b996911d424837"
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"name": "Q5-imatrix-MTP-00004-of-00004.gguf",
|
| 27 |
+
"bytes": 4962162080,
|
| 28 |
+
"sha256": "d73472f071db747f50e4f2fa29492baca7c6eeb1f0f5405ea7d23485ced5415c"
|
| 29 |
+
}
|
| 30 |
+
],
|
| 31 |
+
"mtp_draft": {
|
| 32 |
+
"name": "Q5-imatrix-MTP-draft.gguf",
|
| 33 |
+
"bytes": 3164005344,
|
| 34 |
+
"sha256": "fb18a96292d43f746b39f2e3e8998e477788b5b7659d98a7cc192e9e753c8fd4"
|
| 35 |
+
},
|
| 36 |
+
"quant_manifest": {
|
| 37 |
+
"tier": "q5",
|
| 38 |
+
"target": "Q5_LYNN_DENSE",
|
| 39 |
+
"base_qtype": "Q5_K_M",
|
| 40 |
+
"file": "/root/autodl-tmp/step37-27b-distill/quantized/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding/GGUF-LynnStyle-v2calib/Q5_LYNN_DENSE/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding-Q5_LYNN_DENSE.gguf",
|
| 41 |
+
"bytes": 21068289440,
|
| 42 |
+
"sha256": "a2f790fc4352f1aa3b1df3eb3438a31f85ab2b37a039d69ffd3970e8abb6ab61",
|
| 43 |
+
"tensor_type_file": "/root/autodl-tmp/step37-27b-distill/runs/153_27b_q5_lynnstyle_v2calib_lbc30_gate_20260706/q5_tensor_types.txt",
|
| 44 |
+
"tensor_match_report": "/root/autodl-tmp/step37-27b-distill/runs/153_27b_q5_lynnstyle_v2calib_lbc30_gate_20260706/q5_tensor_type_match_report.md",
|
| 45 |
+
"imatrix": "/root/autodl-tmp/step37-27b-distill/quantized/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding/GGUF-LynnStyle-v2calib/imatrix/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding-lynnstyle-interleaved-20260706-ch512.imatrix.gguf",
|
| 46 |
+
"generated_at": "2026-07-06T11:17:12+0800",
|
| 47 |
+
"policy": "LynnStyle Dense protected GGUF: layer-position + tensor-family protection, not one-size quantization."
|
| 48 |
+
},
|
| 49 |
+
"policy": "LynnStyle Dense explicit core-layer/tensor-family protection plus interleaved imatrix calibration.",
|
| 50 |
+
"generated_at": "2026-07-06T18:01:43+0800"
|
| 51 |
+
}
|
GGUF/Q5_LynnStyle/SHA256SUMS
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
1d40f639d28ffdafaaaa2b64526aa3c3c8e2e8b24982ce57816bb464a1036574 Q5-imatrix-MTP-00001-of-00004.gguf
|
| 2 |
+
1717bd65c4bde45479b1a6bcbc21d791b1fdd5916ff888d8e8657a65ff9e5795 Q5-imatrix-MTP-00002-of-00004.gguf
|
| 3 |
+
a448daf3391b5a27bbd0bcbb829883e3ba0a19e47153a456f6b996911d424837 Q5-imatrix-MTP-00003-of-00004.gguf
|
| 4 |
+
d73472f071db747f50e4f2fa29492baca7c6eeb1f0f5405ea7d23485ced5415c Q5-imatrix-MTP-00004-of-00004.gguf
|
| 5 |
+
fb18a96292d43f746b39f2e3e8998e477788b5b7659d98a7cc192e9e753c8fd4 Q5-imatrix-MTP-draft.gguf
|
| 6 |
+
e0e7c8b4bd7204839c26dde708e5a7f8db5d28f49e7176a37e13a0fa4323b0e7 Q5-imatrix-MTP.manifest.json
|
GGUF/Q5_LynnStyle/eval/coding100.summary.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": "Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding-Q5_LYNN_DENSE",
|
| 3 |
+
"summary": {
|
| 4 |
+
"total": "57/100",
|
| 5 |
+
"byLang": {
|
| 6 |
+
"python": "0/10",
|
| 7 |
+
"javascript": "6/10",
|
| 8 |
+
"typescript": "8/10",
|
| 9 |
+
"rust": "8/10",
|
| 10 |
+
"go": "0/10",
|
| 11 |
+
"cpp": "7/10",
|
| 12 |
+
"sql": "0/10",
|
| 13 |
+
"bash": "8/10",
|
| 14 |
+
"css": "10/10",
|
| 15 |
+
"html": "10/10"
|
| 16 |
+
}
|
| 17 |
+
},
|
| 18 |
+
"n": 100
|
| 19 |
+
}
|
GGUF/Q5_LynnStyle/eval/gpqa198.summary.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": "step37-27b-q5-lynn",
|
| 3 |
+
"endpoint": "http://127.0.0.1:18181/v1",
|
| 4 |
+
"parser": "content_only_tail_explicit_v2",
|
| 5 |
+
"parser_note": "Answers are extracted from final content with tail/explicit-answer priority; reasoning_content is stored separately and never prepended to answer text.",
|
| 6 |
+
"n": 198,
|
| 7 |
+
"correct": 156,
|
| 8 |
+
"accuracy": 0.7878787878787878,
|
| 9 |
+
"elapsed_sec": 5650.033,
|
| 10 |
+
"qps": 0.035,
|
| 11 |
+
"parse_fail": 0,
|
| 12 |
+
"errors": 0,
|
| 13 |
+
"timeouts": 0,
|
| 14 |
+
"finish_reason_counts": {
|
| 15 |
+
"length": 29,
|
| 16 |
+
"stop": 169
|
| 17 |
+
}
|
| 18 |
+
}
|
GGUF/Q5_LynnStyle/eval/lbc100.summary.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": "Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding-Q5_LYNN_DENSE",
|
| 3 |
+
"n": 100,
|
| 4 |
+
"passed": 75,
|
| 5 |
+
"accuracy": 0.75,
|
| 6 |
+
"notes": {
|
| 7 |
+
"wrong_answer_case": 16,
|
| 8 |
+
"runtime_error_case": 5,
|
| 9 |
+
"PASS": 75,
|
| 10 |
+
"error": 1,
|
| 11 |
+
"timeout_case": 3
|
| 12 |
+
},
|
| 13 |
+
"difficulty": {
|
| 14 |
+
"hard": "25/46",
|
| 15 |
+
"medium": "27/31",
|
| 16 |
+
"easy": "23/23"
|
| 17 |
+
},
|
| 18 |
+
"elapsed_sec": 2116.1875002384186,
|
| 19 |
+
"args": {
|
| 20 |
+
"data_dir": "/root/autodl-tmp/step37-27b-distill/eval-data/livecodebench_code_generation_lite_sample100",
|
| 21 |
+
"base_url": "http://127.0.0.1:18520/v1",
|
| 22 |
+
"model": "Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding-Q5_LYNN_DENSE",
|
| 23 |
+
"out": "/root/autodl-tmp/step37-27b-distill/runs/154_27b_Q5_LYNN_DENSE_v2calib_full_eval_20260706/Q5_LYNN_DENSE/lbc100/lbc100.jsonl",
|
| 24 |
+
"sample": 100,
|
| 25 |
+
"seed": 20260519,
|
| 26 |
+
"concurrency": 4,
|
| 27 |
+
"timeout": 1200.0,
|
| 28 |
+
"max_tokens": 32768,
|
| 29 |
+
"temperature": 0.6,
|
| 30 |
+
"top_p": 0.95,
|
| 31 |
+
"case_timeout": 15.0,
|
| 32 |
+
"max_private_cases": 30,
|
| 33 |
+
"only_testtype": null
|
| 34 |
+
}
|
| 35 |
+
}
|
GGUF/Q5_LynnStyle/eval/mmlu500.summary.json
ADDED
|
@@ -0,0 +1,247 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": "step37-27b-q5-lynn",
|
| 3 |
+
"endpoint": "http://127.0.0.1:18181/v1",
|
| 4 |
+
"parser": "content_only_tail_explicit_v2",
|
| 5 |
+
"parser_note": "Answers are extracted from final content after stripping think spans, with tail/explicit-answer priority.",
|
| 6 |
+
"n": 500,
|
| 7 |
+
"subset": "all",
|
| 8 |
+
"shots": 5,
|
| 9 |
+
"correct": 461,
|
| 10 |
+
"accuracy": 0.922,
|
| 11 |
+
"elapsed_sec": 2056.523,
|
| 12 |
+
"qps": 0.2431,
|
| 13 |
+
"by_subject": {
|
| 14 |
+
"abstract_algebra": {
|
| 15 |
+
"acc": 1.0,
|
| 16 |
+
"n": 4
|
| 17 |
+
},
|
| 18 |
+
"anatomy": {
|
| 19 |
+
"acc": 1.0,
|
| 20 |
+
"n": 5
|
| 21 |
+
},
|
| 22 |
+
"astronomy": {
|
| 23 |
+
"acc": 1.0,
|
| 24 |
+
"n": 5
|
| 25 |
+
},
|
| 26 |
+
"business_ethics": {
|
| 27 |
+
"acc": 0.8,
|
| 28 |
+
"n": 5
|
| 29 |
+
},
|
| 30 |
+
"clinical_knowledge": {
|
| 31 |
+
"acc": 0.8889,
|
| 32 |
+
"n": 9
|
| 33 |
+
},
|
| 34 |
+
"college_biology": {
|
| 35 |
+
"acc": 1.0,
|
| 36 |
+
"n": 5
|
| 37 |
+
},
|
| 38 |
+
"college_chemistry": {
|
| 39 |
+
"acc": 1.0,
|
| 40 |
+
"n": 2
|
| 41 |
+
},
|
| 42 |
+
"college_computer_science": {
|
| 43 |
+
"acc": 1.0,
|
| 44 |
+
"n": 5
|
| 45 |
+
},
|
| 46 |
+
"college_mathematics": {
|
| 47 |
+
"acc": 1.0,
|
| 48 |
+
"n": 3
|
| 49 |
+
},
|
| 50 |
+
"college_medicine": {
|
| 51 |
+
"acc": 0.6667,
|
| 52 |
+
"n": 6
|
| 53 |
+
},
|
| 54 |
+
"computer_security": {
|
| 55 |
+
"acc": 1.0,
|
| 56 |
+
"n": 10
|
| 57 |
+
},
|
| 58 |
+
"conceptual_physics": {
|
| 59 |
+
"acc": 1.0,
|
| 60 |
+
"n": 6
|
| 61 |
+
},
|
| 62 |
+
"econometrics": {
|
| 63 |
+
"acc": 0.8571,
|
| 64 |
+
"n": 7
|
| 65 |
+
},
|
| 66 |
+
"electrical_engineering": {
|
| 67 |
+
"acc": 0.6667,
|
| 68 |
+
"n": 6
|
| 69 |
+
},
|
| 70 |
+
"elementary_mathematics": {
|
| 71 |
+
"acc": 1.0,
|
| 72 |
+
"n": 5
|
| 73 |
+
},
|
| 74 |
+
"formal_logic": {
|
| 75 |
+
"acc": 1.0,
|
| 76 |
+
"n": 4
|
| 77 |
+
},
|
| 78 |
+
"global_facts": {
|
| 79 |
+
"acc": 0.75,
|
| 80 |
+
"n": 8
|
| 81 |
+
},
|
| 82 |
+
"high_school_biology": {
|
| 83 |
+
"acc": 1.0,
|
| 84 |
+
"n": 9
|
| 85 |
+
},
|
| 86 |
+
"high_school_chemistry": {
|
| 87 |
+
"acc": 1.0,
|
| 88 |
+
"n": 7
|
| 89 |
+
},
|
| 90 |
+
"high_school_computer_science": {
|
| 91 |
+
"acc": 1.0,
|
| 92 |
+
"n": 2
|
| 93 |
+
},
|
| 94 |
+
"high_school_european_history": {
|
| 95 |
+
"acc": 0.7143,
|
| 96 |
+
"n": 7
|
| 97 |
+
},
|
| 98 |
+
"high_school_geography": {
|
| 99 |
+
"acc": 1.0,
|
| 100 |
+
"n": 6
|
| 101 |
+
},
|
| 102 |
+
"high_school_government_and_politics": {
|
| 103 |
+
"acc": 1.0,
|
| 104 |
+
"n": 8
|
| 105 |
+
},
|
| 106 |
+
"high_school_macroeconomics": {
|
| 107 |
+
"acc": 1.0,
|
| 108 |
+
"n": 11
|
| 109 |
+
},
|
| 110 |
+
"high_school_mathematics": {
|
| 111 |
+
"acc": 1.0,
|
| 112 |
+
"n": 13
|
| 113 |
+
},
|
| 114 |
+
"high_school_microeconomics": {
|
| 115 |
+
"acc": 1.0,
|
| 116 |
+
"n": 12
|
| 117 |
+
},
|
| 118 |
+
"high_school_physics": {
|
| 119 |
+
"acc": 1.0,
|
| 120 |
+
"n": 4
|
| 121 |
+
},
|
| 122 |
+
"high_school_psychology": {
|
| 123 |
+
"acc": 1.0,
|
| 124 |
+
"n": 18
|
| 125 |
+
},
|
| 126 |
+
"high_school_statistics": {
|
| 127 |
+
"acc": 0.9167,
|
| 128 |
+
"n": 12
|
| 129 |
+
},
|
| 130 |
+
"high_school_us_history": {
|
| 131 |
+
"acc": 1.0,
|
| 132 |
+
"n": 7
|
| 133 |
+
},
|
| 134 |
+
"high_school_world_history": {
|
| 135 |
+
"acc": 0.8889,
|
| 136 |
+
"n": 9
|
| 137 |
+
},
|
| 138 |
+
"human_aging": {
|
| 139 |
+
"acc": 0.8889,
|
| 140 |
+
"n": 9
|
| 141 |
+
},
|
| 142 |
+
"human_sexuality": {
|
| 143 |
+
"acc": 1.0,
|
| 144 |
+
"n": 3
|
| 145 |
+
},
|
| 146 |
+
"international_law": {
|
| 147 |
+
"acc": 1.0,
|
| 148 |
+
"n": 2
|
| 149 |
+
},
|
| 150 |
+
"jurisprudence": {
|
| 151 |
+
"acc": 1.0,
|
| 152 |
+
"n": 1
|
| 153 |
+
},
|
| 154 |
+
"logical_fallacies": {
|
| 155 |
+
"acc": 1.0,
|
| 156 |
+
"n": 2
|
| 157 |
+
},
|
| 158 |
+
"machine_learning": {
|
| 159 |
+
"acc": 1.0,
|
| 160 |
+
"n": 6
|
| 161 |
+
},
|
| 162 |
+
"management": {
|
| 163 |
+
"acc": 0.8333,
|
| 164 |
+
"n": 6
|
| 165 |
+
},
|
| 166 |
+
"marketing": {
|
| 167 |
+
"acc": 0.9167,
|
| 168 |
+
"n": 12
|
| 169 |
+
},
|
| 170 |
+
"medical_genetics": {
|
| 171 |
+
"acc": 1.0,
|
| 172 |
+
"n": 1
|
| 173 |
+
},
|
| 174 |
+
"miscellaneous": {
|
| 175 |
+
"acc": 1.0,
|
| 176 |
+
"n": 30
|
| 177 |
+
},
|
| 178 |
+
"moral_disputes": {
|
| 179 |
+
"acc": 1.0,
|
| 180 |
+
"n": 13
|
| 181 |
+
},
|
| 182 |
+
"moral_scenarios": {
|
| 183 |
+
"acc": 0.878,
|
| 184 |
+
"n": 41
|
| 185 |
+
},
|
| 186 |
+
"nutrition": {
|
| 187 |
+
"acc": 0.9091,
|
| 188 |
+
"n": 11
|
| 189 |
+
},
|
| 190 |
+
"philosophy": {
|
| 191 |
+
"acc": 0.9167,
|
| 192 |
+
"n": 12
|
| 193 |
+
},
|
| 194 |
+
"prehistory": {
|
| 195 |
+
"acc": 1.0,
|
| 196 |
+
"n": 10
|
| 197 |
+
},
|
| 198 |
+
"professional_accounting": {
|
| 199 |
+
"acc": 0.8889,
|
| 200 |
+
"n": 9
|
| 201 |
+
},
|
| 202 |
+
"professional_law": {
|
| 203 |
+
"acc": 0.8421,
|
| 204 |
+
"n": 57
|
| 205 |
+
},
|
| 206 |
+
"professional_medicine": {
|
| 207 |
+
"acc": 1.0,
|
| 208 |
+
"n": 11
|
| 209 |
+
},
|
| 210 |
+
"professional_psychology": {
|
| 211 |
+
"acc": 0.9333,
|
| 212 |
+
"n": 15
|
| 213 |
+
},
|
| 214 |
+
"public_relations": {
|
| 215 |
+
"acc": 0.5,
|
| 216 |
+
"n": 2
|
| 217 |
+
},
|
| 218 |
+
"security_studies": {
|
| 219 |
+
"acc": 0.9286,
|
| 220 |
+
"n": 14
|
| 221 |
+
},
|
| 222 |
+
"sociology": {
|
| 223 |
+
"acc": 1.0,
|
| 224 |
+
"n": 3
|
| 225 |
+
},
|
| 226 |
+
"us_foreign_policy": {
|
| 227 |
+
"acc": 1.0,
|
| 228 |
+
"n": 3
|
| 229 |
+
},
|
| 230 |
+
"virology": {
|
| 231 |
+
"acc": 0.3333,
|
| 232 |
+
"n": 3
|
| 233 |
+
},
|
| 234 |
+
"world_religions": {
|
| 235 |
+
"acc": 0.75,
|
| 236 |
+
"n": 4
|
| 237 |
+
}
|
| 238 |
+
},
|
| 239 |
+
"parse_fail": 0,
|
| 240 |
+
"errors": 0,
|
| 241 |
+
"finish": {
|
| 242 |
+
"stop": 500,
|
| 243 |
+
"length": 0,
|
| 244 |
+
"error": 0,
|
| 245 |
+
"other": 0
|
| 246 |
+
}
|
| 247 |
+
}
|
GGUF/Q5_LynnStyle/eval/mtp/matrix.log
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[matrix] start c1_nomtp port=19500
|
| 2 |
+
[matrix] done c1_nomtp ok=4/4 nonempty_any=4 api_tps=54.553 accept=None
|
| 3 |
+
[matrix] start c1_n1 port=19501
|
| 4 |
+
[matrix] done c1_n1 ok=4/4 nonempty_any=4 api_tps=61.588 accept=0.931034
|
| 5 |
+
[matrix] start c1_n2 port=19502
|
| 6 |
+
[matrix] done c1_n2 ok=4/4 nonempty_any=4 api_tps=66.44 accept=0.928943
|
| 7 |
+
[matrix] start c1_n3 port=19503
|
| 8 |
+
[matrix] done c1_n3 ok=4/4 nonempty_any=4 api_tps=68.078 accept=0.895928
|
| 9 |
+
[matrix] start c1_n4 port=19504
|
| 10 |
+
[matrix] done c1_n4 ok=4/4 nonempty_any=4 api_tps=67.097 accept=0.860759
|
| 11 |
+
[matrix] start c2_nomtp port=19505
|
| 12 |
+
[matrix] done c2_nomtp ok=4/4 nonempty_any=4 api_tps=71.172 accept=None
|
| 13 |
+
[matrix] start c2_n1 port=19506
|
| 14 |
+
[matrix] done c2_n1 ok=4/4 nonempty_any=4 api_tps=65.157 accept=0.941634
|
| 15 |
+
[matrix] start c2_n2 port=19507
|
| 16 |
+
[matrix] done c2_n2 ok=4/4 nonempty_any=4 api_tps=73.264 accept=0.928687
|
| 17 |
+
[matrix] start c2_n3 port=19508
|
| 18 |
+
[matrix] done c2_n3 ok=4/4 nonempty_any=4 api_tps=69.29 accept=0.918033
|
| 19 |
+
[matrix] start c2_n4 port=19509
|
| 20 |
+
[matrix] done c2_n4 ok=4/4 nonempty_any=4 api_tps=76.176 accept=0.874525
|
| 21 |
+
[matrix] start c4_nomtp port=19510
|
| 22 |
+
[matrix] done c4_nomtp ok=8/8 nonempty_any=8 api_tps=100.98 accept=None
|
| 23 |
+
[matrix] start c4_n1 port=19511
|
| 24 |
+
[matrix] done c4_n1 ok=8/8 nonempty_any=8 api_tps=66.023 accept=0.931896
|
| 25 |
+
[matrix] start c4_n2 port=19512
|
| 26 |
+
[matrix] done c4_n2 ok=8/8 nonempty_any=8 api_tps=70.167 accept=0.905764
|
| 27 |
+
[matrix] start c4_n3 port=19513
|
| 28 |
+
[matrix] done c4_n3 ok=8/8 nonempty_any=8 api_tps=71.49 accept=0.896641
|
| 29 |
+
[matrix] start c4_n4 port=19514
|
| 30 |
+
[matrix] done c4_n4 ok=8/8 nonempty_any=8 api_tps=70.093 accept=0.86089
|
GGUF/Q5_LynnStyle/eval/mtp/mtp_acceptance_matrix.json
ADDED
|
@@ -0,0 +1,1157 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"label": "c1_nomtp",
|
| 4 |
+
"c": 1,
|
| 5 |
+
"n": null,
|
| 6 |
+
"mtp": false,
|
| 7 |
+
"port": 19500,
|
| 8 |
+
"requests": 4,
|
| 9 |
+
"ok": 4,
|
| 10 |
+
"errors": 0,
|
| 11 |
+
"nonempty_content": 4,
|
| 12 |
+
"nonempty_any": 4,
|
| 13 |
+
"completion_tokens": 1087,
|
| 14 |
+
"wall_sec": 19.925,
|
| 15 |
+
"api_completion_tokens_per_sec": 54.553,
|
| 16 |
+
"server": {
|
| 17 |
+
"draft_acceptance_events": 0,
|
| 18 |
+
"draft_acceptance_weighted": null,
|
| 19 |
+
"draft_accepted_tokens": null,
|
| 20 |
+
"draft_generated_tokens": null,
|
| 21 |
+
"eval_tokens": 1228,
|
| 22 |
+
"eval_ms": 19286.35,
|
| 23 |
+
"eval_tokens_per_sec": 63.672,
|
| 24 |
+
"model_loaded": true,
|
| 25 |
+
"mtp_initialized": false
|
| 26 |
+
},
|
| 27 |
+
"responses": [
|
| 28 |
+
{
|
| 29 |
+
"ok": true,
|
| 30 |
+
"elapsed_sec": 2.373,
|
| 31 |
+
"content_len": 75,
|
| 32 |
+
"reasoning_len": 134,
|
| 33 |
+
"completion_tokens": 126,
|
| 34 |
+
"total_tokens": 152,
|
| 35 |
+
"finish_reason": "stop"
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"ok": true,
|
| 39 |
+
"elapsed_sec": 5.342,
|
| 40 |
+
"content_len": 389,
|
| 41 |
+
"reasoning_len": 338,
|
| 42 |
+
"completion_tokens": 291,
|
| 43 |
+
"total_tokens": 331,
|
| 44 |
+
"finish_reason": "stop"
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"ok": true,
|
| 48 |
+
"elapsed_sec": 5.287,
|
| 49 |
+
"content_len": 97,
|
| 50 |
+
"reasoning_len": 365,
|
| 51 |
+
"completion_tokens": 286,
|
| 52 |
+
"total_tokens": 325,
|
| 53 |
+
"finish_reason": "stop"
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"ok": true,
|
| 57 |
+
"elapsed_sec": 6.918,
|
| 58 |
+
"content_len": 409,
|
| 59 |
+
"reasoning_len": 424,
|
| 60 |
+
"completion_tokens": 384,
|
| 61 |
+
"total_tokens": 420,
|
| 62 |
+
"finish_reason": "length"
|
| 63 |
+
}
|
| 64 |
+
],
|
| 65 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/153_27b_q5_lynnstyle_v2calib_lbc30_gate_20260706/Q5_LYNN_DENSE_mtp_acceptance_matrix/c1_nomtp/server.log"
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"label": "c1_n1",
|
| 69 |
+
"c": 1,
|
| 70 |
+
"n": 1,
|
| 71 |
+
"mtp": true,
|
| 72 |
+
"port": 19501,
|
| 73 |
+
"requests": 4,
|
| 74 |
+
"ok": 4,
|
| 75 |
+
"errors": 0,
|
| 76 |
+
"nonempty_content": 3,
|
| 77 |
+
"nonempty_any": 4,
|
| 78 |
+
"completion_tokens": 1214,
|
| 79 |
+
"wall_sec": 19.712,
|
| 80 |
+
"api_completion_tokens_per_sec": 61.588,
|
| 81 |
+
"server": {
|
| 82 |
+
"draft_acceptance_events": 4,
|
| 83 |
+
"draft_acceptance_weighted": 0.931034,
|
| 84 |
+
"draft_accepted_tokens": 486,
|
| 85 |
+
"draft_generated_tokens": 522,
|
| 86 |
+
"eval_tokens": 1355,
|
| 87 |
+
"eval_ms": 18809.29,
|
| 88 |
+
"eval_tokens_per_sec": 72.039,
|
| 89 |
+
"model_loaded": true,
|
| 90 |
+
"mtp_initialized": true
|
| 91 |
+
},
|
| 92 |
+
"responses": [
|
| 93 |
+
{
|
| 94 |
+
"ok": true,
|
| 95 |
+
"elapsed_sec": 2.129,
|
| 96 |
+
"content_len": 54,
|
| 97 |
+
"reasoning_len": 139,
|
| 98 |
+
"completion_tokens": 117,
|
| 99 |
+
"total_tokens": 143,
|
| 100 |
+
"finish_reason": "stop"
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"ok": true,
|
| 104 |
+
"elapsed_sec": 4.939,
|
| 105 |
+
"content_len": 339,
|
| 106 |
+
"reasoning_len": 486,
|
| 107 |
+
"completion_tokens": 329,
|
| 108 |
+
"total_tokens": 369,
|
| 109 |
+
"finish_reason": "stop"
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"ok": true,
|
| 113 |
+
"elapsed_sec": 6.481,
|
| 114 |
+
"content_len": 0,
|
| 115 |
+
"reasoning_len": 652,
|
| 116 |
+
"completion_tokens": 384,
|
| 117 |
+
"total_tokens": 423,
|
| 118 |
+
"finish_reason": "length"
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"ok": true,
|
| 122 |
+
"elapsed_sec": 6.163,
|
| 123 |
+
"content_len": 162,
|
| 124 |
+
"reasoning_len": 765,
|
| 125 |
+
"completion_tokens": 384,
|
| 126 |
+
"total_tokens": 420,
|
| 127 |
+
"finish_reason": "length"
|
| 128 |
+
}
|
| 129 |
+
],
|
| 130 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/153_27b_q5_lynnstyle_v2calib_lbc30_gate_20260706/Q5_LYNN_DENSE_mtp_acceptance_matrix/c1_n1/server.log"
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"label": "c1_n2",
|
| 134 |
+
"c": 1,
|
| 135 |
+
"n": 2,
|
| 136 |
+
"mtp": true,
|
| 137 |
+
"port": 19502,
|
| 138 |
+
"requests": 4,
|
| 139 |
+
"ok": 4,
|
| 140 |
+
"errors": 0,
|
| 141 |
+
"nonempty_content": 4,
|
| 142 |
+
"nonempty_any": 4,
|
| 143 |
+
"completion_tokens": 1021,
|
| 144 |
+
"wall_sec": 15.367,
|
| 145 |
+
"api_completion_tokens_per_sec": 66.44,
|
| 146 |
+
"server": {
|
| 147 |
+
"draft_acceptance_events": 4,
|
| 148 |
+
"draft_acceptance_weighted": 0.928943,
|
| 149 |
+
"draft_accepted_tokens": 536,
|
| 150 |
+
"draft_generated_tokens": 577,
|
| 151 |
+
"eval_tokens": 1162,
|
| 152 |
+
"eval_ms": 14783.29,
|
| 153 |
+
"eval_tokens_per_sec": 78.602,
|
| 154 |
+
"model_loaded": true,
|
| 155 |
+
"mtp_initialized": true
|
| 156 |
+
},
|
| 157 |
+
"responses": [
|
| 158 |
+
{
|
| 159 |
+
"ok": true,
|
| 160 |
+
"elapsed_sec": 2.052,
|
| 161 |
+
"content_len": 73,
|
| 162 |
+
"reasoning_len": 136,
|
| 163 |
+
"completion_tokens": 126,
|
| 164 |
+
"total_tokens": 152,
|
| 165 |
+
"finish_reason": "stop"
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"ok": true,
|
| 169 |
+
"elapsed_sec": 3.294,
|
| 170 |
+
"content_len": 154,
|
| 171 |
+
"reasoning_len": 393,
|
| 172 |
+
"completion_tokens": 222,
|
| 173 |
+
"total_tokens": 262,
|
| 174 |
+
"finish_reason": "stop"
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"ok": true,
|
| 178 |
+
"elapsed_sec": 4.567,
|
| 179 |
+
"content_len": 65,
|
| 180 |
+
"reasoning_len": 423,
|
| 181 |
+
"completion_tokens": 289,
|
| 182 |
+
"total_tokens": 328,
|
| 183 |
+
"finish_reason": "stop"
|
| 184 |
+
},
|
| 185 |
+
{
|
| 186 |
+
"ok": true,
|
| 187 |
+
"elapsed_sec": 5.453,
|
| 188 |
+
"content_len": 129,
|
| 189 |
+
"reasoning_len": 761,
|
| 190 |
+
"completion_tokens": 384,
|
| 191 |
+
"total_tokens": 420,
|
| 192 |
+
"finish_reason": "length"
|
| 193 |
+
}
|
| 194 |
+
],
|
| 195 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/153_27b_q5_lynnstyle_v2calib_lbc30_gate_20260706/Q5_LYNN_DENSE_mtp_acceptance_matrix/c1_n2/server.log"
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"label": "c1_n3",
|
| 199 |
+
"c": 1,
|
| 200 |
+
"n": 3,
|
| 201 |
+
"mtp": true,
|
| 202 |
+
"port": 19503,
|
| 203 |
+
"requests": 4,
|
| 204 |
+
"ok": 4,
|
| 205 |
+
"errors": 0,
|
| 206 |
+
"nonempty_content": 4,
|
| 207 |
+
"nonempty_any": 4,
|
| 208 |
+
"completion_tokens": 1025,
|
| 209 |
+
"wall_sec": 15.056,
|
| 210 |
+
"api_completion_tokens_per_sec": 68.078,
|
| 211 |
+
"server": {
|
| 212 |
+
"draft_acceptance_events": 4,
|
| 213 |
+
"draft_acceptance_weighted": 0.895928,
|
| 214 |
+
"draft_accepted_tokens": 594,
|
| 215 |
+
"draft_generated_tokens": 663,
|
| 216 |
+
"eval_tokens": 1166,
|
| 217 |
+
"eval_ms": 14427.52,
|
| 218 |
+
"eval_tokens_per_sec": 80.818,
|
| 219 |
+
"model_loaded": true,
|
| 220 |
+
"mtp_initialized": true
|
| 221 |
+
},
|
| 222 |
+
"responses": [
|
| 223 |
+
{
|
| 224 |
+
"ok": true,
|
| 225 |
+
"elapsed_sec": 2.078,
|
| 226 |
+
"content_len": 70,
|
| 227 |
+
"reasoning_len": 136,
|
| 228 |
+
"completion_tokens": 125,
|
| 229 |
+
"total_tokens": 151,
|
| 230 |
+
"finish_reason": "stop"
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"ok": true,
|
| 234 |
+
"elapsed_sec": 3.798,
|
| 235 |
+
"content_len": 212,
|
| 236 |
+
"reasoning_len": 402,
|
| 237 |
+
"completion_tokens": 260,
|
| 238 |
+
"total_tokens": 300,
|
| 239 |
+
"finish_reason": "stop"
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"ok": true,
|
| 243 |
+
"elapsed_sec": 3.99,
|
| 244 |
+
"content_len": 74,
|
| 245 |
+
"reasoning_len": 350,
|
| 246 |
+
"completion_tokens": 256,
|
| 247 |
+
"total_tokens": 295,
|
| 248 |
+
"finish_reason": "stop"
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"ok": true,
|
| 252 |
+
"elapsed_sec": 5.19,
|
| 253 |
+
"content_len": 273,
|
| 254 |
+
"reasoning_len": 618,
|
| 255 |
+
"completion_tokens": 384,
|
| 256 |
+
"total_tokens": 420,
|
| 257 |
+
"finish_reason": "length"
|
| 258 |
+
}
|
| 259 |
+
],
|
| 260 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/153_27b_q5_lynnstyle_v2calib_lbc30_gate_20260706/Q5_LYNN_DENSE_mtp_acceptance_matrix/c1_n3/server.log"
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"label": "c1_n4",
|
| 264 |
+
"c": 1,
|
| 265 |
+
"n": 4,
|
| 266 |
+
"mtp": true,
|
| 267 |
+
"port": 19504,
|
| 268 |
+
"requests": 4,
|
| 269 |
+
"ok": 4,
|
| 270 |
+
"errors": 0,
|
| 271 |
+
"nonempty_content": 4,
|
| 272 |
+
"nonempty_any": 4,
|
| 273 |
+
"completion_tokens": 1035,
|
| 274 |
+
"wall_sec": 15.425,
|
| 275 |
+
"api_completion_tokens_per_sec": 67.097,
|
| 276 |
+
"server": {
|
| 277 |
+
"draft_acceptance_events": 4,
|
| 278 |
+
"draft_acceptance_weighted": 0.860759,
|
| 279 |
+
"draft_accepted_tokens": 612,
|
| 280 |
+
"draft_generated_tokens": 711,
|
| 281 |
+
"eval_tokens": 1176,
|
| 282 |
+
"eval_ms": 14805.52,
|
| 283 |
+
"eval_tokens_per_sec": 79.43,
|
| 284 |
+
"model_loaded": true,
|
| 285 |
+
"mtp_initialized": true
|
| 286 |
+
},
|
| 287 |
+
"responses": [
|
| 288 |
+
{
|
| 289 |
+
"ok": true,
|
| 290 |
+
"elapsed_sec": 1.971,
|
| 291 |
+
"content_len": 54,
|
| 292 |
+
"reasoning_len": 136,
|
| 293 |
+
"completion_tokens": 115,
|
| 294 |
+
"total_tokens": 141,
|
| 295 |
+
"finish_reason": "stop"
|
| 296 |
+
},
|
| 297 |
+
{
|
| 298 |
+
"ok": true,
|
| 299 |
+
"elapsed_sec": 4.164,
|
| 300 |
+
"content_len": 374,
|
| 301 |
+
"reasoning_len": 351,
|
| 302 |
+
"completion_tokens": 297,
|
| 303 |
+
"total_tokens": 337,
|
| 304 |
+
"finish_reason": "stop"
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"ok": true,
|
| 308 |
+
"elapsed_sec": 4.01,
|
| 309 |
+
"content_len": 80,
|
| 310 |
+
"reasoning_len": 328,
|
| 311 |
+
"completion_tokens": 239,
|
| 312 |
+
"total_tokens": 278,
|
| 313 |
+
"finish_reason": "stop"
|
| 314 |
+
},
|
| 315 |
+
{
|
| 316 |
+
"ok": true,
|
| 317 |
+
"elapsed_sec": 5.279,
|
| 318 |
+
"content_len": 150,
|
| 319 |
+
"reasoning_len": 759,
|
| 320 |
+
"completion_tokens": 384,
|
| 321 |
+
"total_tokens": 420,
|
| 322 |
+
"finish_reason": "length"
|
| 323 |
+
}
|
| 324 |
+
],
|
| 325 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/153_27b_q5_lynnstyle_v2calib_lbc30_gate_20260706/Q5_LYNN_DENSE_mtp_acceptance_matrix/c1_n4/server.log"
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"label": "c2_nomtp",
|
| 329 |
+
"c": 2,
|
| 330 |
+
"n": null,
|
| 331 |
+
"mtp": false,
|
| 332 |
+
"port": 19505,
|
| 333 |
+
"requests": 4,
|
| 334 |
+
"ok": 4,
|
| 335 |
+
"errors": 0,
|
| 336 |
+
"nonempty_content": 3,
|
| 337 |
+
"nonempty_any": 4,
|
| 338 |
+
"completion_tokens": 1036,
|
| 339 |
+
"wall_sec": 14.556,
|
| 340 |
+
"api_completion_tokens_per_sec": 71.172,
|
| 341 |
+
"server": {
|
| 342 |
+
"draft_acceptance_events": 0,
|
| 343 |
+
"draft_acceptance_weighted": null,
|
| 344 |
+
"draft_accepted_tokens": null,
|
| 345 |
+
"draft_generated_tokens": null,
|
| 346 |
+
"eval_tokens": 1177,
|
| 347 |
+
"eval_ms": 22504.86,
|
| 348 |
+
"eval_tokens_per_sec": 52.3,
|
| 349 |
+
"model_loaded": true,
|
| 350 |
+
"mtp_initialized": false
|
| 351 |
+
},
|
| 352 |
+
"responses": [
|
| 353 |
+
{
|
| 354 |
+
"ok": true,
|
| 355 |
+
"elapsed_sec": 2.781,
|
| 356 |
+
"content_len": 54,
|
| 357 |
+
"reasoning_len": 136,
|
| 358 |
+
"completion_tokens": 115,
|
| 359 |
+
"total_tokens": 141,
|
| 360 |
+
"finish_reason": "stop"
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"ok": true,
|
| 364 |
+
"elapsed_sec": 7.375,
|
| 365 |
+
"content_len": 437,
|
| 366 |
+
"reasoning_len": 344,
|
| 367 |
+
"completion_tokens": 311,
|
| 368 |
+
"total_tokens": 351,
|
| 369 |
+
"finish_reason": "stop"
|
| 370 |
+
},
|
| 371 |
+
{
|
| 372 |
+
"ok": true,
|
| 373 |
+
"elapsed_sec": 5.663,
|
| 374 |
+
"content_len": 79,
|
| 375 |
+
"reasoning_len": 302,
|
| 376 |
+
"completion_tokens": 226,
|
| 377 |
+
"total_tokens": 265,
|
| 378 |
+
"finish_reason": "stop"
|
| 379 |
+
},
|
| 380 |
+
{
|
| 381 |
+
"ok": true,
|
| 382 |
+
"elapsed_sec": 7.18,
|
| 383 |
+
"content_len": 0,
|
| 384 |
+
"reasoning_len": 903,
|
| 385 |
+
"completion_tokens": 384,
|
| 386 |
+
"total_tokens": 420,
|
| 387 |
+
"finish_reason": "length"
|
| 388 |
+
}
|
| 389 |
+
],
|
| 390 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/153_27b_q5_lynnstyle_v2calib_lbc30_gate_20260706/Q5_LYNN_DENSE_mtp_acceptance_matrix/c2_nomtp/server.log"
|
| 391 |
+
},
|
| 392 |
+
{
|
| 393 |
+
"label": "c2_n1",
|
| 394 |
+
"c": 2,
|
| 395 |
+
"n": 1,
|
| 396 |
+
"mtp": true,
|
| 397 |
+
"port": 19506,
|
| 398 |
+
"requests": 4,
|
| 399 |
+
"ok": 4,
|
| 400 |
+
"errors": 0,
|
| 401 |
+
"nonempty_content": 4,
|
| 402 |
+
"nonempty_any": 4,
|
| 403 |
+
"completion_tokens": 1198,
|
| 404 |
+
"wall_sec": 18.386,
|
| 405 |
+
"api_completion_tokens_per_sec": 65.157,
|
| 406 |
+
"server": {
|
| 407 |
+
"draft_acceptance_events": 4,
|
| 408 |
+
"draft_acceptance_weighted": 0.941634,
|
| 409 |
+
"draft_accepted_tokens": 484,
|
| 410 |
+
"draft_generated_tokens": 514,
|
| 411 |
+
"eval_tokens": 1339,
|
| 412 |
+
"eval_ms": 33977.46,
|
| 413 |
+
"eval_tokens_per_sec": 39.408,
|
| 414 |
+
"model_loaded": true,
|
| 415 |
+
"mtp_initialized": true
|
| 416 |
+
},
|
| 417 |
+
"responses": [
|
| 418 |
+
{
|
| 419 |
+
"ok": true,
|
| 420 |
+
"elapsed_sec": 4.076,
|
| 421 |
+
"content_len": 63,
|
| 422 |
+
"reasoning_len": 136,
|
| 423 |
+
"completion_tokens": 119,
|
| 424 |
+
"total_tokens": 145,
|
| 425 |
+
"finish_reason": "stop"
|
| 426 |
+
},
|
| 427 |
+
{
|
| 428 |
+
"ok": true,
|
| 429 |
+
"elapsed_sec": 9.487,
|
| 430 |
+
"content_len": 422,
|
| 431 |
+
"reasoning_len": 344,
|
| 432 |
+
"completion_tokens": 311,
|
| 433 |
+
"total_tokens": 351,
|
| 434 |
+
"finish_reason": "stop"
|
| 435 |
+
},
|
| 436 |
+
{
|
| 437 |
+
"ok": true,
|
| 438 |
+
"elapsed_sec": 12.073,
|
| 439 |
+
"content_len": 38,
|
| 440 |
+
"reasoning_len": 592,
|
| 441 |
+
"completion_tokens": 384,
|
| 442 |
+
"total_tokens": 423,
|
| 443 |
+
"finish_reason": "length"
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"ok": true,
|
| 447 |
+
"elapsed_sec": 8.898,
|
| 448 |
+
"content_len": 669,
|
| 449 |
+
"reasoning_len": 267,
|
| 450 |
+
"completion_tokens": 384,
|
| 451 |
+
"total_tokens": 420,
|
| 452 |
+
"finish_reason": "length"
|
| 453 |
+
}
|
| 454 |
+
],
|
| 455 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/153_27b_q5_lynnstyle_v2calib_lbc30_gate_20260706/Q5_LYNN_DENSE_mtp_acceptance_matrix/c2_n1/server.log"
|
| 456 |
+
},
|
| 457 |
+
{
|
| 458 |
+
"label": "c2_n2",
|
| 459 |
+
"c": 2,
|
| 460 |
+
"n": 2,
|
| 461 |
+
"mtp": true,
|
| 462 |
+
"port": 19507,
|
| 463 |
+
"requests": 4,
|
| 464 |
+
"ok": 4,
|
| 465 |
+
"errors": 0,
|
| 466 |
+
"nonempty_content": 4,
|
| 467 |
+
"nonempty_any": 4,
|
| 468 |
+
"completion_tokens": 1059,
|
| 469 |
+
"wall_sec": 14.454,
|
| 470 |
+
"api_completion_tokens_per_sec": 73.264,
|
| 471 |
+
"server": {
|
| 472 |
+
"draft_acceptance_events": 4,
|
| 473 |
+
"draft_acceptance_weighted": 0.928687,
|
| 474 |
+
"draft_accepted_tokens": 573,
|
| 475 |
+
"draft_generated_tokens": 617,
|
| 476 |
+
"eval_tokens": 1200,
|
| 477 |
+
"eval_ms": 25540.23,
|
| 478 |
+
"eval_tokens_per_sec": 46.985,
|
| 479 |
+
"model_loaded": true,
|
| 480 |
+
"mtp_initialized": true
|
| 481 |
+
},
|
| 482 |
+
"responses": [
|
| 483 |
+
{
|
| 484 |
+
"ok": true,
|
| 485 |
+
"elapsed_sec": 3.442,
|
| 486 |
+
"content_len": 54,
|
| 487 |
+
"reasoning_len": 135,
|
| 488 |
+
"completion_tokens": 115,
|
| 489 |
+
"total_tokens": 141,
|
| 490 |
+
"finish_reason": "stop"
|
| 491 |
+
},
|
| 492 |
+
{
|
| 493 |
+
"ok": true,
|
| 494 |
+
"elapsed_sec": 7.804,
|
| 495 |
+
"content_len": 388,
|
| 496 |
+
"reasoning_len": 344,
|
| 497 |
+
"completion_tokens": 294,
|
| 498 |
+
"total_tokens": 334,
|
| 499 |
+
"finish_reason": "stop"
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"ok": true,
|
| 503 |
+
"elapsed_sec": 8.158,
|
| 504 |
+
"content_len": 64,
|
| 505 |
+
"reasoning_len": 371,
|
| 506 |
+
"completion_tokens": 266,
|
| 507 |
+
"total_tokens": 305,
|
| 508 |
+
"finish_reason": "stop"
|
| 509 |
+
},
|
| 510 |
+
{
|
| 511 |
+
"ok": true,
|
| 512 |
+
"elapsed_sec": 6.648,
|
| 513 |
+
"content_len": 449,
|
| 514 |
+
"reasoning_len": 463,
|
| 515 |
+
"completion_tokens": 384,
|
| 516 |
+
"total_tokens": 420,
|
| 517 |
+
"finish_reason": "length"
|
| 518 |
+
}
|
| 519 |
+
],
|
| 520 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/153_27b_q5_lynnstyle_v2calib_lbc30_gate_20260706/Q5_LYNN_DENSE_mtp_acceptance_matrix/c2_n2/server.log"
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"label": "c2_n3",
|
| 524 |
+
"c": 2,
|
| 525 |
+
"n": 3,
|
| 526 |
+
"mtp": true,
|
| 527 |
+
"port": 19508,
|
| 528 |
+
"requests": 4,
|
| 529 |
+
"ok": 4,
|
| 530 |
+
"errors": 0,
|
| 531 |
+
"nonempty_content": 4,
|
| 532 |
+
"nonempty_any": 4,
|
| 533 |
+
"completion_tokens": 988,
|
| 534 |
+
"wall_sec": 14.259,
|
| 535 |
+
"api_completion_tokens_per_sec": 69.29,
|
| 536 |
+
"server": {
|
| 537 |
+
"draft_acceptance_events": 4,
|
| 538 |
+
"draft_acceptance_weighted": 0.918033,
|
| 539 |
+
"draft_accepted_tokens": 560,
|
| 540 |
+
"draft_generated_tokens": 610,
|
| 541 |
+
"eval_tokens": 1129,
|
| 542 |
+
"eval_ms": 24858.99,
|
| 543 |
+
"eval_tokens_per_sec": 45.416,
|
| 544 |
+
"model_loaded": true,
|
| 545 |
+
"mtp_initialized": true
|
| 546 |
+
},
|
| 547 |
+
"responses": [
|
| 548 |
+
{
|
| 549 |
+
"ok": true,
|
| 550 |
+
"elapsed_sec": 3.706,
|
| 551 |
+
"content_len": 54,
|
| 552 |
+
"reasoning_len": 139,
|
| 553 |
+
"completion_tokens": 117,
|
| 554 |
+
"total_tokens": 143,
|
| 555 |
+
"finish_reason": "stop"
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"ok": true,
|
| 559 |
+
"elapsed_sec": 6.915,
|
| 560 |
+
"content_len": 233,
|
| 561 |
+
"reasoning_len": 378,
|
| 562 |
+
"completion_tokens": 243,
|
| 563 |
+
"total_tokens": 283,
|
| 564 |
+
"finish_reason": "stop"
|
| 565 |
+
},
|
| 566 |
+
{
|
| 567 |
+
"ok": true,
|
| 568 |
+
"elapsed_sec": 7.711,
|
| 569 |
+
"content_len": 56,
|
| 570 |
+
"reasoning_len": 359,
|
| 571 |
+
"completion_tokens": 244,
|
| 572 |
+
"total_tokens": 283,
|
| 573 |
+
"finish_reason": "stop"
|
| 574 |
+
},
|
| 575 |
+
{
|
| 576 |
+
"ok": true,
|
| 577 |
+
"elapsed_sec": 7.342,
|
| 578 |
+
"content_len": 369,
|
| 579 |
+
"reasoning_len": 450,
|
| 580 |
+
"completion_tokens": 384,
|
| 581 |
+
"total_tokens": 420,
|
| 582 |
+
"finish_reason": "length"
|
| 583 |
+
}
|
| 584 |
+
],
|
| 585 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/153_27b_q5_lynnstyle_v2calib_lbc30_gate_20260706/Q5_LYNN_DENSE_mtp_acceptance_matrix/c2_n3/server.log"
|
| 586 |
+
},
|
| 587 |
+
{
|
| 588 |
+
"label": "c2_n4",
|
| 589 |
+
"c": 2,
|
| 590 |
+
"n": 4,
|
| 591 |
+
"mtp": true,
|
| 592 |
+
"port": 19509,
|
| 593 |
+
"requests": 4,
|
| 594 |
+
"ok": 4,
|
| 595 |
+
"errors": 0,
|
| 596 |
+
"nonempty_content": 4,
|
| 597 |
+
"nonempty_any": 4,
|
| 598 |
+
"completion_tokens": 1112,
|
| 599 |
+
"wall_sec": 14.598,
|
| 600 |
+
"api_completion_tokens_per_sec": 76.176,
|
| 601 |
+
"server": {
|
| 602 |
+
"draft_acceptance_events": 4,
|
| 603 |
+
"draft_acceptance_weighted": 0.874525,
|
| 604 |
+
"draft_accepted_tokens": 690,
|
| 605 |
+
"draft_generated_tokens": 789,
|
| 606 |
+
"eval_tokens": 1253,
|
| 607 |
+
"eval_ms": 26235.45,
|
| 608 |
+
"eval_tokens_per_sec": 47.76,
|
| 609 |
+
"model_loaded": true,
|
| 610 |
+
"mtp_initialized": true
|
| 611 |
+
},
|
| 612 |
+
"responses": [
|
| 613 |
+
{
|
| 614 |
+
"ok": true,
|
| 615 |
+
"elapsed_sec": 3.556,
|
| 616 |
+
"content_len": 69,
|
| 617 |
+
"reasoning_len": 136,
|
| 618 |
+
"completion_tokens": 122,
|
| 619 |
+
"total_tokens": 148,
|
| 620 |
+
"finish_reason": "stop"
|
| 621 |
+
},
|
| 622 |
+
{
|
| 623 |
+
"ok": true,
|
| 624 |
+
"elapsed_sec": 7.809,
|
| 625 |
+
"content_len": 425,
|
| 626 |
+
"reasoning_len": 406,
|
| 627 |
+
"completion_tokens": 322,
|
| 628 |
+
"total_tokens": 362,
|
| 629 |
+
"finish_reason": "stop"
|
| 630 |
+
},
|
| 631 |
+
{
|
| 632 |
+
"ok": true,
|
| 633 |
+
"elapsed_sec": 8.542,
|
| 634 |
+
"content_len": 82,
|
| 635 |
+
"reasoning_len": 389,
|
| 636 |
+
"completion_tokens": 284,
|
| 637 |
+
"total_tokens": 323,
|
| 638 |
+
"finish_reason": "stop"
|
| 639 |
+
},
|
| 640 |
+
{
|
| 641 |
+
"ok": true,
|
| 642 |
+
"elapsed_sec": 6.787,
|
| 643 |
+
"content_len": 400,
|
| 644 |
+
"reasoning_len": 438,
|
| 645 |
+
"completion_tokens": 384,
|
| 646 |
+
"total_tokens": 420,
|
| 647 |
+
"finish_reason": "length"
|
| 648 |
+
}
|
| 649 |
+
],
|
| 650 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/153_27b_q5_lynnstyle_v2calib_lbc30_gate_20260706/Q5_LYNN_DENSE_mtp_acceptance_matrix/c2_n4/server.log"
|
| 651 |
+
},
|
| 652 |
+
{
|
| 653 |
+
"label": "c4_nomtp",
|
| 654 |
+
"c": 4,
|
| 655 |
+
"n": null,
|
| 656 |
+
"mtp": false,
|
| 657 |
+
"port": 19510,
|
| 658 |
+
"requests": 8,
|
| 659 |
+
"ok": 8,
|
| 660 |
+
"errors": 0,
|
| 661 |
+
"nonempty_content": 8,
|
| 662 |
+
"nonempty_any": 8,
|
| 663 |
+
"completion_tokens": 1957,
|
| 664 |
+
"wall_sec": 19.38,
|
| 665 |
+
"api_completion_tokens_per_sec": 100.98,
|
| 666 |
+
"server": {
|
| 667 |
+
"draft_acceptance_events": 0,
|
| 668 |
+
"draft_acceptance_weighted": null,
|
| 669 |
+
"draft_accepted_tokens": null,
|
| 670 |
+
"draft_generated_tokens": null,
|
| 671 |
+
"eval_tokens": 2218,
|
| 672 |
+
"eval_ms": 62981.58,
|
| 673 |
+
"eval_tokens_per_sec": 35.217,
|
| 674 |
+
"model_loaded": true,
|
| 675 |
+
"mtp_initialized": false
|
| 676 |
+
},
|
| 677 |
+
"responses": [
|
| 678 |
+
{
|
| 679 |
+
"ok": true,
|
| 680 |
+
"elapsed_sec": 4.316,
|
| 681 |
+
"content_len": 68,
|
| 682 |
+
"reasoning_len": 136,
|
| 683 |
+
"completion_tokens": 123,
|
| 684 |
+
"total_tokens": 149,
|
| 685 |
+
"finish_reason": "stop"
|
| 686 |
+
},
|
| 687 |
+
{
|
| 688 |
+
"ok": true,
|
| 689 |
+
"elapsed_sec": 7.133,
|
| 690 |
+
"content_len": 61,
|
| 691 |
+
"reasoning_len": 282,
|
| 692 |
+
"completion_tokens": 203,
|
| 693 |
+
"total_tokens": 242,
|
| 694 |
+
"finish_reason": "stop"
|
| 695 |
+
},
|
| 696 |
+
{
|
| 697 |
+
"ok": true,
|
| 698 |
+
"elapsed_sec": 9.283,
|
| 699 |
+
"content_len": 217,
|
| 700 |
+
"reasoning_len": 440,
|
| 701 |
+
"completion_tokens": 262,
|
| 702 |
+
"total_tokens": 302,
|
| 703 |
+
"finish_reason": "stop"
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"ok": true,
|
| 707 |
+
"elapsed_sec": 6.102,
|
| 708 |
+
"content_len": 42,
|
| 709 |
+
"reasoning_len": 248,
|
| 710 |
+
"completion_tokens": 158,
|
| 711 |
+
"total_tokens": 188,
|
| 712 |
+
"finish_reason": "stop"
|
| 713 |
+
},
|
| 714 |
+
{
|
| 715 |
+
"ok": true,
|
| 716 |
+
"elapsed_sec": 2.258,
|
| 717 |
+
"content_len": 4,
|
| 718 |
+
"reasoning_len": 77,
|
| 719 |
+
"completion_tokens": 59,
|
| 720 |
+
"total_tokens": 88,
|
| 721 |
+
"finish_reason": "stop"
|
| 722 |
+
},
|
| 723 |
+
{
|
| 724 |
+
"ok": true,
|
| 725 |
+
"elapsed_sec": 13.797,
|
| 726 |
+
"content_len": 260,
|
| 727 |
+
"reasoning_len": 691,
|
| 728 |
+
"completion_tokens": 384,
|
| 729 |
+
"total_tokens": 420,
|
| 730 |
+
"finish_reason": "length"
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"ok": true,
|
| 734 |
+
"elapsed_sec": 11.238,
|
| 735 |
+
"content_len": 258,
|
| 736 |
+
"reasoning_len": 604,
|
| 737 |
+
"completion_tokens": 384,
|
| 738 |
+
"total_tokens": 412,
|
| 739 |
+
"finish_reason": "length"
|
| 740 |
+
},
|
| 741 |
+
{
|
| 742 |
+
"ok": true,
|
| 743 |
+
"elapsed_sec": 10.095,
|
| 744 |
+
"content_len": 85,
|
| 745 |
+
"reasoning_len": 620,
|
| 746 |
+
"completion_tokens": 384,
|
| 747 |
+
"total_tokens": 417,
|
| 748 |
+
"finish_reason": "length"
|
| 749 |
+
}
|
| 750 |
+
],
|
| 751 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/153_27b_q5_lynnstyle_v2calib_lbc30_gate_20260706/Q5_LYNN_DENSE_mtp_acceptance_matrix/c4_nomtp/server.log"
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"label": "c4_n1",
|
| 755 |
+
"c": 4,
|
| 756 |
+
"n": 1,
|
| 757 |
+
"mtp": true,
|
| 758 |
+
"port": 19511,
|
| 759 |
+
"requests": 8,
|
| 760 |
+
"ok": 8,
|
| 761 |
+
"errors": 0,
|
| 762 |
+
"nonempty_content": 8,
|
| 763 |
+
"nonempty_any": 8,
|
| 764 |
+
"completion_tokens": 2038,
|
| 765 |
+
"wall_sec": 30.868,
|
| 766 |
+
"api_completion_tokens_per_sec": 66.023,
|
| 767 |
+
"server": {
|
| 768 |
+
"draft_acceptance_events": 8,
|
| 769 |
+
"draft_acceptance_weighted": 0.931896,
|
| 770 |
+
"draft_accepted_tokens": 821,
|
| 771 |
+
"draft_generated_tokens": 881,
|
| 772 |
+
"eval_tokens": 2299,
|
| 773 |
+
"eval_ms": 104498.6,
|
| 774 |
+
"eval_tokens_per_sec": 22.0,
|
| 775 |
+
"model_loaded": true,
|
| 776 |
+
"mtp_initialized": true
|
| 777 |
+
},
|
| 778 |
+
"responses": [
|
| 779 |
+
{
|
| 780 |
+
"ok": true,
|
| 781 |
+
"elapsed_sec": 7.361,
|
| 782 |
+
"content_len": 54,
|
| 783 |
+
"reasoning_len": 136,
|
| 784 |
+
"completion_tokens": 116,
|
| 785 |
+
"total_tokens": 142,
|
| 786 |
+
"finish_reason": "stop"
|
| 787 |
+
},
|
| 788 |
+
{
|
| 789 |
+
"ok": true,
|
| 790 |
+
"elapsed_sec": 17.071,
|
| 791 |
+
"content_len": 390,
|
| 792 |
+
"reasoning_len": 344,
|
| 793 |
+
"completion_tokens": 294,
|
| 794 |
+
"total_tokens": 334,
|
| 795 |
+
"finish_reason": "stop"
|
| 796 |
+
},
|
| 797 |
+
{
|
| 798 |
+
"ok": true,
|
| 799 |
+
"elapsed_sec": 10.12,
|
| 800 |
+
"content_len": 34,
|
| 801 |
+
"reasoning_len": 252,
|
| 802 |
+
"completion_tokens": 161,
|
| 803 |
+
"total_tokens": 191,
|
| 804 |
+
"finish_reason": "stop"
|
| 805 |
+
},
|
| 806 |
+
{
|
| 807 |
+
"ok": true,
|
| 808 |
+
"elapsed_sec": 20.098,
|
| 809 |
+
"content_len": 59,
|
| 810 |
+
"reasoning_len": 510,
|
| 811 |
+
"completion_tokens": 331,
|
| 812 |
+
"total_tokens": 370,
|
| 813 |
+
"finish_reason": "stop"
|
| 814 |
+
},
|
| 815 |
+
{
|
| 816 |
+
"ok": true,
|
| 817 |
+
"elapsed_sec": 22.403,
|
| 818 |
+
"content_len": 257,
|
| 819 |
+
"reasoning_len": 689,
|
| 820 |
+
"completion_tokens": 384,
|
| 821 |
+
"total_tokens": 420,
|
| 822 |
+
"finish_reason": "length"
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"ok": true,
|
| 826 |
+
"elapsed_sec": 3.162,
|
| 827 |
+
"content_len": 4,
|
| 828 |
+
"reasoning_len": 77,
|
| 829 |
+
"completion_tokens": 59,
|
| 830 |
+
"total_tokens": 88,
|
| 831 |
+
"finish_reason": "stop"
|
| 832 |
+
},
|
| 833 |
+
{
|
| 834 |
+
"ok": true,
|
| 835 |
+
"elapsed_sec": 12.456,
|
| 836 |
+
"content_len": 299,
|
| 837 |
+
"reasoning_len": 401,
|
| 838 |
+
"completion_tokens": 309,
|
| 839 |
+
"total_tokens": 337,
|
| 840 |
+
"finish_reason": "stop"
|
| 841 |
+
},
|
| 842 |
+
{
|
| 843 |
+
"ok": true,
|
| 844 |
+
"elapsed_sec": 13.385,
|
| 845 |
+
"content_len": 174,
|
| 846 |
+
"reasoning_len": 557,
|
| 847 |
+
"completion_tokens": 384,
|
| 848 |
+
"total_tokens": 417,
|
| 849 |
+
"finish_reason": "length"
|
| 850 |
+
}
|
| 851 |
+
],
|
| 852 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/153_27b_q5_lynnstyle_v2calib_lbc30_gate_20260706/Q5_LYNN_DENSE_mtp_acceptance_matrix/c4_n1/server.log"
|
| 853 |
+
},
|
| 854 |
+
{
|
| 855 |
+
"label": "c4_n2",
|
| 856 |
+
"c": 4,
|
| 857 |
+
"n": 2,
|
| 858 |
+
"mtp": true,
|
| 859 |
+
"port": 19512,
|
| 860 |
+
"requests": 8,
|
| 861 |
+
"ok": 8,
|
| 862 |
+
"errors": 0,
|
| 863 |
+
"nonempty_content": 8,
|
| 864 |
+
"nonempty_any": 8,
|
| 865 |
+
"completion_tokens": 1936,
|
| 866 |
+
"wall_sec": 27.591,
|
| 867 |
+
"api_completion_tokens_per_sec": 70.167,
|
| 868 |
+
"server": {
|
| 869 |
+
"draft_acceptance_events": 8,
|
| 870 |
+
"draft_acceptance_weighted": 0.905764,
|
| 871 |
+
"draft_accepted_tokens": 990,
|
| 872 |
+
"draft_generated_tokens": 1093,
|
| 873 |
+
"eval_tokens": 2197,
|
| 874 |
+
"eval_ms": 92705.84,
|
| 875 |
+
"eval_tokens_per_sec": 23.699,
|
| 876 |
+
"model_loaded": true,
|
| 877 |
+
"mtp_initialized": true
|
| 878 |
+
},
|
| 879 |
+
"responses": [
|
| 880 |
+
{
|
| 881 |
+
"ok": true,
|
| 882 |
+
"elapsed_sec": 6.853,
|
| 883 |
+
"content_len": 54,
|
| 884 |
+
"reasoning_len": 135,
|
| 885 |
+
"completion_tokens": 115,
|
| 886 |
+
"total_tokens": 141,
|
| 887 |
+
"finish_reason": "stop"
|
| 888 |
+
},
|
| 889 |
+
{
|
| 890 |
+
"ok": true,
|
| 891 |
+
"elapsed_sec": 6.272,
|
| 892 |
+
"content_len": 40,
|
| 893 |
+
"reasoning_len": 150,
|
| 894 |
+
"completion_tokens": 104,
|
| 895 |
+
"total_tokens": 134,
|
| 896 |
+
"finish_reason": "stop"
|
| 897 |
+
},
|
| 898 |
+
{
|
| 899 |
+
"ok": true,
|
| 900 |
+
"elapsed_sec": 15.792,
|
| 901 |
+
"content_len": 420,
|
| 902 |
+
"reasoning_len": 344,
|
| 903 |
+
"completion_tokens": 307,
|
| 904 |
+
"total_tokens": 347,
|
| 905 |
+
"finish_reason": "stop"
|
| 906 |
+
},
|
| 907 |
+
{
|
| 908 |
+
"ok": true,
|
| 909 |
+
"elapsed_sec": 17.237,
|
| 910 |
+
"content_len": 42,
|
| 911 |
+
"reasoning_len": 440,
|
| 912 |
+
"completion_tokens": 292,
|
| 913 |
+
"total_tokens": 331,
|
| 914 |
+
"finish_reason": "stop"
|
| 915 |
+
},
|
| 916 |
+
{
|
| 917 |
+
"ok": true,
|
| 918 |
+
"elapsed_sec": 2.952,
|
| 919 |
+
"content_len": 4,
|
| 920 |
+
"reasoning_len": 77,
|
| 921 |
+
"completion_tokens": 59,
|
| 922 |
+
"total_tokens": 88,
|
| 923 |
+
"finish_reason": "stop"
|
| 924 |
+
},
|
| 925 |
+
{
|
| 926 |
+
"ok": true,
|
| 927 |
+
"elapsed_sec": 20.345,
|
| 928 |
+
"content_len": 134,
|
| 929 |
+
"reasoning_len": 769,
|
| 930 |
+
"completion_tokens": 384,
|
| 931 |
+
"total_tokens": 420,
|
| 932 |
+
"finish_reason": "length"
|
| 933 |
+
},
|
| 934 |
+
{
|
| 935 |
+
"ok": true,
|
| 936 |
+
"elapsed_sec": 12.618,
|
| 937 |
+
"content_len": 312,
|
| 938 |
+
"reasoning_len": 469,
|
| 939 |
+
"completion_tokens": 333,
|
| 940 |
+
"total_tokens": 361,
|
| 941 |
+
"finish_reason": "stop"
|
| 942 |
+
},
|
| 943 |
+
{
|
| 944 |
+
"ok": true,
|
| 945 |
+
"elapsed_sec": 11.797,
|
| 946 |
+
"content_len": 230,
|
| 947 |
+
"reasoning_len": 379,
|
| 948 |
+
"completion_tokens": 342,
|
| 949 |
+
"total_tokens": 375,
|
| 950 |
+
"finish_reason": "stop"
|
| 951 |
+
}
|
| 952 |
+
],
|
| 953 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/153_27b_q5_lynnstyle_v2calib_lbc30_gate_20260706/Q5_LYNN_DENSE_mtp_acceptance_matrix/c4_n2/server.log"
|
| 954 |
+
},
|
| 955 |
+
{
|
| 956 |
+
"label": "c4_n3",
|
| 957 |
+
"c": 4,
|
| 958 |
+
"n": 3,
|
| 959 |
+
"mtp": true,
|
| 960 |
+
"port": 19513,
|
| 961 |
+
"requests": 8,
|
| 962 |
+
"ok": 8,
|
| 963 |
+
"errors": 0,
|
| 964 |
+
"nonempty_content": 8,
|
| 965 |
+
"nonempty_any": 8,
|
| 966 |
+
"completion_tokens": 1884,
|
| 967 |
+
"wall_sec": 26.353,
|
| 968 |
+
"api_completion_tokens_per_sec": 71.49,
|
| 969 |
+
"server": {
|
| 970 |
+
"draft_acceptance_events": 8,
|
| 971 |
+
"draft_acceptance_weighted": 0.896641,
|
| 972 |
+
"draft_accepted_tokens": 1041,
|
| 973 |
+
"draft_generated_tokens": 1161,
|
| 974 |
+
"eval_tokens": 2145,
|
| 975 |
+
"eval_ms": 84487.09,
|
| 976 |
+
"eval_tokens_per_sec": 25.388,
|
| 977 |
+
"model_loaded": true,
|
| 978 |
+
"mtp_initialized": true
|
| 979 |
+
},
|
| 980 |
+
"responses": [
|
| 981 |
+
{
|
| 982 |
+
"ok": true,
|
| 983 |
+
"elapsed_sec": 6.388,
|
| 984 |
+
"content_len": 56,
|
| 985 |
+
"reasoning_len": 146,
|
| 986 |
+
"completion_tokens": 120,
|
| 987 |
+
"total_tokens": 146,
|
| 988 |
+
"finish_reason": "stop"
|
| 989 |
+
},
|
| 990 |
+
{
|
| 991 |
+
"ok": true,
|
| 992 |
+
"elapsed_sec": 7.334,
|
| 993 |
+
"content_len": 28,
|
| 994 |
+
"reasoning_len": 203,
|
| 995 |
+
"completion_tokens": 128,
|
| 996 |
+
"total_tokens": 158,
|
| 997 |
+
"finish_reason": "stop"
|
| 998 |
+
},
|
| 999 |
+
{
|
| 1000 |
+
"ok": true,
|
| 1001 |
+
"elapsed_sec": 13.813,
|
| 1002 |
+
"content_len": 425,
|
| 1003 |
+
"reasoning_len": 272,
|
| 1004 |
+
"completion_tokens": 286,
|
| 1005 |
+
"total_tokens": 326,
|
| 1006 |
+
"finish_reason": "stop"
|
| 1007 |
+
},
|
| 1008 |
+
{
|
| 1009 |
+
"ok": true,
|
| 1010 |
+
"elapsed_sec": 15.056,
|
| 1011 |
+
"content_len": 68,
|
| 1012 |
+
"reasoning_len": 336,
|
| 1013 |
+
"completion_tokens": 232,
|
| 1014 |
+
"total_tokens": 271,
|
| 1015 |
+
"finish_reason": "stop"
|
| 1016 |
+
},
|
| 1017 |
+
{
|
| 1018 |
+
"ok": true,
|
| 1019 |
+
"elapsed_sec": 18.0,
|
| 1020 |
+
"content_len": 275,
|
| 1021 |
+
"reasoning_len": 663,
|
| 1022 |
+
"completion_tokens": 384,
|
| 1023 |
+
"total_tokens": 420,
|
| 1024 |
+
"finish_reason": "length"
|
| 1025 |
+
},
|
| 1026 |
+
{
|
| 1027 |
+
"ok": true,
|
| 1028 |
+
"elapsed_sec": 2.947,
|
| 1029 |
+
"content_len": 5,
|
| 1030 |
+
"reasoning_len": 80,
|
| 1031 |
+
"completion_tokens": 61,
|
| 1032 |
+
"total_tokens": 90,
|
| 1033 |
+
"finish_reason": "stop"
|
| 1034 |
+
},
|
| 1035 |
+
{
|
| 1036 |
+
"ok": true,
|
| 1037 |
+
"elapsed_sec": 10.123,
|
| 1038 |
+
"content_len": 208,
|
| 1039 |
+
"reasoning_len": 493,
|
| 1040 |
+
"completion_tokens": 289,
|
| 1041 |
+
"total_tokens": 317,
|
| 1042 |
+
"finish_reason": "stop"
|
| 1043 |
+
},
|
| 1044 |
+
{
|
| 1045 |
+
"ok": true,
|
| 1046 |
+
"elapsed_sec": 12.539,
|
| 1047 |
+
"content_len": 245,
|
| 1048 |
+
"reasoning_len": 475,
|
| 1049 |
+
"completion_tokens": 384,
|
| 1050 |
+
"total_tokens": 417,
|
| 1051 |
+
"finish_reason": "length"
|
| 1052 |
+
}
|
| 1053 |
+
],
|
| 1054 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/153_27b_q5_lynnstyle_v2calib_lbc30_gate_20260706/Q5_LYNN_DENSE_mtp_acceptance_matrix/c4_n3/server.log"
|
| 1055 |
+
},
|
| 1056 |
+
{
|
| 1057 |
+
"label": "c4_n4",
|
| 1058 |
+
"c": 4,
|
| 1059 |
+
"n": 4,
|
| 1060 |
+
"mtp": true,
|
| 1061 |
+
"port": 19514,
|
| 1062 |
+
"requests": 8,
|
| 1063 |
+
"ok": 8,
|
| 1064 |
+
"errors": 0,
|
| 1065 |
+
"nonempty_content": 8,
|
| 1066 |
+
"nonempty_any": 8,
|
| 1067 |
+
"completion_tokens": 1924,
|
| 1068 |
+
"wall_sec": 27.449,
|
| 1069 |
+
"api_completion_tokens_per_sec": 70.093,
|
| 1070 |
+
"server": {
|
| 1071 |
+
"draft_acceptance_events": 8,
|
| 1072 |
+
"draft_acceptance_weighted": 0.86089,
|
| 1073 |
+
"draft_accepted_tokens": 1083,
|
| 1074 |
+
"draft_generated_tokens": 1258,
|
| 1075 |
+
"eval_tokens": 2185,
|
| 1076 |
+
"eval_ms": 97838.29,
|
| 1077 |
+
"eval_tokens_per_sec": 22.333,
|
| 1078 |
+
"model_loaded": true,
|
| 1079 |
+
"mtp_initialized": true
|
| 1080 |
+
},
|
| 1081 |
+
"responses": [
|
| 1082 |
+
{
|
| 1083 |
+
"ok": true,
|
| 1084 |
+
"elapsed_sec": 7.28,
|
| 1085 |
+
"content_len": 54,
|
| 1086 |
+
"reasoning_len": 139,
|
| 1087 |
+
"completion_tokens": 117,
|
| 1088 |
+
"total_tokens": 143,
|
| 1089 |
+
"finish_reason": "stop"
|
| 1090 |
+
},
|
| 1091 |
+
{
|
| 1092 |
+
"ok": true,
|
| 1093 |
+
"elapsed_sec": 14.234,
|
| 1094 |
+
"content_len": 60,
|
| 1095 |
+
"reasoning_len": 328,
|
| 1096 |
+
"completion_tokens": 229,
|
| 1097 |
+
"total_tokens": 268,
|
| 1098 |
+
"finish_reason": "stop"
|
| 1099 |
+
},
|
| 1100 |
+
{
|
| 1101 |
+
"ok": true,
|
| 1102 |
+
"elapsed_sec": 16.753,
|
| 1103 |
+
"content_len": 231,
|
| 1104 |
+
"reasoning_len": 706,
|
| 1105 |
+
"completion_tokens": 384,
|
| 1106 |
+
"total_tokens": 420,
|
| 1107 |
+
"finish_reason": "length"
|
| 1108 |
+
},
|
| 1109 |
+
{
|
| 1110 |
+
"ok": true,
|
| 1111 |
+
"elapsed_sec": 11.821,
|
| 1112 |
+
"content_len": 57,
|
| 1113 |
+
"reasoning_len": 308,
|
| 1114 |
+
"completion_tokens": 194,
|
| 1115 |
+
"total_tokens": 224,
|
| 1116 |
+
"finish_reason": "stop"
|
| 1117 |
+
},
|
| 1118 |
+
{
|
| 1119 |
+
"ok": true,
|
| 1120 |
+
"elapsed_sec": 2.471,
|
| 1121 |
+
"content_len": 5,
|
| 1122 |
+
"reasoning_len": 72,
|
| 1123 |
+
"completion_tokens": 57,
|
| 1124 |
+
"total_tokens": 86,
|
| 1125 |
+
"finish_reason": "stop"
|
| 1126 |
+
},
|
| 1127 |
+
{
|
| 1128 |
+
"ok": true,
|
| 1129 |
+
"elapsed_sec": 23.321,
|
| 1130 |
+
"content_len": 23,
|
| 1131 |
+
"reasoning_len": 854,
|
| 1132 |
+
"completion_tokens": 384,
|
| 1133 |
+
"total_tokens": 424,
|
| 1134 |
+
"finish_reason": "length"
|
| 1135 |
+
},
|
| 1136 |
+
{
|
| 1137 |
+
"ok": true,
|
| 1138 |
+
"elapsed_sec": 12.757,
|
| 1139 |
+
"content_len": 208,
|
| 1140 |
+
"reasoning_len": 518,
|
| 1141 |
+
"completion_tokens": 298,
|
| 1142 |
+
"total_tokens": 326,
|
| 1143 |
+
"finish_reason": "stop"
|
| 1144 |
+
},
|
| 1145 |
+
{
|
| 1146 |
+
"ok": true,
|
| 1147 |
+
"elapsed_sec": 10.693,
|
| 1148 |
+
"content_len": 71,
|
| 1149 |
+
"reasoning_len": 409,
|
| 1150 |
+
"completion_tokens": 261,
|
| 1151 |
+
"total_tokens": 294,
|
| 1152 |
+
"finish_reason": "stop"
|
| 1153 |
+
}
|
| 1154 |
+
],
|
| 1155 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/153_27b_q5_lynnstyle_v2calib_lbc30_gate_20260706/Q5_LYNN_DENSE_mtp_acceptance_matrix/c4_n4/server.log"
|
| 1156 |
+
}
|
| 1157 |
+
]
|
GGUF/Q5_LynnStyle/eval/mtp/mtp_acceptance_matrix.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# MTP Acceptance Matrix
|
| 2 |
+
|
| 3 |
+
| C | N | MTP | ok/req | nonempty any/content | api tok/s | server tok/s | draft acceptance | speedup vs no MTP |
|
| 4 |
+
|---:|---:|:---:|---:|---:|---:|---:|---:|---:|
|
| 5 |
+
| 1 | | off | 4/4 | 4/4 | 54.553 | 63.672 | None | None |
|
| 6 |
+
| 1 | 1 | on | 4/4 | 4/3 | 61.588 | 72.039 | 0.931034 | 1.129 |
|
| 7 |
+
| 1 | 2 | on | 4/4 | 4/4 | 66.44 | 78.602 | 0.928943 | 1.218 |
|
| 8 |
+
| 1 | 3 | on | 4/4 | 4/4 | 68.078 | 80.818 | 0.895928 | 1.248 |
|
| 9 |
+
| 1 | 4 | on | 4/4 | 4/4 | 67.097 | 79.43 | 0.860759 | 1.23 |
|
| 10 |
+
| 2 | | off | 4/4 | 4/3 | 71.172 | 52.3 | None | None |
|
| 11 |
+
| 2 | 1 | on | 4/4 | 4/4 | 65.157 | 39.408 | 0.941634 | 0.915 |
|
| 12 |
+
| 2 | 2 | on | 4/4 | 4/4 | 73.264 | 46.985 | 0.928687 | 1.029 |
|
| 13 |
+
| 2 | 3 | on | 4/4 | 4/4 | 69.29 | 45.416 | 0.918033 | 0.974 |
|
| 14 |
+
| 2 | 4 | on | 4/4 | 4/4 | 76.176 | 47.76 | 0.874525 | 1.07 |
|
| 15 |
+
| 4 | | off | 8/8 | 8/8 | 100.98 | 35.217 | None | None |
|
| 16 |
+
| 4 | 1 | on | 8/8 | 8/8 | 66.023 | 22.0 | 0.931896 | 0.654 |
|
| 17 |
+
| 4 | 2 | on | 8/8 | 8/8 | 70.167 | 23.699 | 0.905764 | 0.695 |
|
| 18 |
+
| 4 | 3 | on | 8/8 | 8/8 | 71.49 | 25.388 | 0.896641 | 0.708 |
|
| 19 |
+
| 4 | 4 | on | 8/8 | 8/8 | 70.093 | 22.333 | 0.86089 | 0.694 |
|
GGUF/Q5_LynnStyle/eval/mtp/mtp_settings.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"tier": "q5",
|
| 3 |
+
"target": "Q5_LYNN_DENSE",
|
| 4 |
+
"model": "/root/autodl-tmp/step37-27b-distill/quantized/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding/GGUF-LynnStyle-v2calib/Q5_LYNN_DENSE/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding-Q5_LYNN_DENSE.gguf",
|
| 5 |
+
"draft_model": "/root/autodl-tmp/step37-27b-distill/quantized/step37-27b-dsv4pro-official-mtp/MTP/step37-27b-official-mtp-q8_0.gguf",
|
| 6 |
+
"matrix": {
|
| 7 |
+
"c_values": "1,2,4",
|
| 8 |
+
"n_values": "1,2,3,4",
|
| 9 |
+
"ctx_per_slot": 4096,
|
| 10 |
+
"max_tokens": 384,
|
| 11 |
+
"request_timeout_sec": 240.0,
|
| 12 |
+
"temperature": 0.1,
|
| 13 |
+
"top_p": 0.95,
|
| 14 |
+
"spec_draft_p_min": 0.6
|
| 15 |
+
},
|
| 16 |
+
"selected_eval_route": {
|
| 17 |
+
"source": "/root/autodl-tmp/step37-27b-distill/runs/153_27b_q5_lynnstyle_v2calib_lbc30_gate_20260706/Q5_LYNN_DENSE_mtp_acceptance_matrix/selected_eval_route.json",
|
| 18 |
+
"parallel_c": 4,
|
| 19 |
+
"mtp_n": null,
|
| 20 |
+
"mtp_enabled": false,
|
| 21 |
+
"ctx_total": 32768
|
| 22 |
+
},
|
| 23 |
+
"note": "C1/C2/C4 TPS and N=1/2/3/4 MTP acceptance matrix; full rows are in mtp_acceptance_matrix.json.",
|
| 24 |
+
"generated_at": "2026-07-06T11:24:14+0800"
|
| 25 |
+
}
|
GGUF/Q5_LynnStyle/eval/mtp/selected_eval_route.json
ADDED
|
@@ -0,0 +1,271 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"chosen": {
|
| 3 |
+
"label": "c4_nomtp",
|
| 4 |
+
"c": 4,
|
| 5 |
+
"n": null,
|
| 6 |
+
"mtp": false,
|
| 7 |
+
"port": 19510,
|
| 8 |
+
"requests": 8,
|
| 9 |
+
"ok": 8,
|
| 10 |
+
"errors": 0,
|
| 11 |
+
"nonempty_content": 8,
|
| 12 |
+
"nonempty_any": 8,
|
| 13 |
+
"completion_tokens": 1957,
|
| 14 |
+
"wall_sec": 19.38,
|
| 15 |
+
"api_completion_tokens_per_sec": 100.98,
|
| 16 |
+
"server": {
|
| 17 |
+
"draft_acceptance_events": 0,
|
| 18 |
+
"draft_acceptance_weighted": null,
|
| 19 |
+
"draft_accepted_tokens": null,
|
| 20 |
+
"draft_generated_tokens": null,
|
| 21 |
+
"eval_tokens": 2218,
|
| 22 |
+
"eval_ms": 62981.58,
|
| 23 |
+
"eval_tokens_per_sec": 35.217,
|
| 24 |
+
"model_loaded": true,
|
| 25 |
+
"mtp_initialized": false
|
| 26 |
+
},
|
| 27 |
+
"responses": [
|
| 28 |
+
{
|
| 29 |
+
"ok": true,
|
| 30 |
+
"elapsed_sec": 4.316,
|
| 31 |
+
"content_len": 68,
|
| 32 |
+
"reasoning_len": 136,
|
| 33 |
+
"completion_tokens": 123,
|
| 34 |
+
"total_tokens": 149,
|
| 35 |
+
"finish_reason": "stop"
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"ok": true,
|
| 39 |
+
"elapsed_sec": 7.133,
|
| 40 |
+
"content_len": 61,
|
| 41 |
+
"reasoning_len": 282,
|
| 42 |
+
"completion_tokens": 203,
|
| 43 |
+
"total_tokens": 242,
|
| 44 |
+
"finish_reason": "stop"
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"ok": true,
|
| 48 |
+
"elapsed_sec": 9.283,
|
| 49 |
+
"content_len": 217,
|
| 50 |
+
"reasoning_len": 440,
|
| 51 |
+
"completion_tokens": 262,
|
| 52 |
+
"total_tokens": 302,
|
| 53 |
+
"finish_reason": "stop"
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"ok": true,
|
| 57 |
+
"elapsed_sec": 6.102,
|
| 58 |
+
"content_len": 42,
|
| 59 |
+
"reasoning_len": 248,
|
| 60 |
+
"completion_tokens": 158,
|
| 61 |
+
"total_tokens": 188,
|
| 62 |
+
"finish_reason": "stop"
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"ok": true,
|
| 66 |
+
"elapsed_sec": 2.258,
|
| 67 |
+
"content_len": 4,
|
| 68 |
+
"reasoning_len": 77,
|
| 69 |
+
"completion_tokens": 59,
|
| 70 |
+
"total_tokens": 88,
|
| 71 |
+
"finish_reason": "stop"
|
| 72 |
+
},
|
| 73 |
+
{
|
| 74 |
+
"ok": true,
|
| 75 |
+
"elapsed_sec": 13.797,
|
| 76 |
+
"content_len": 260,
|
| 77 |
+
"reasoning_len": 691,
|
| 78 |
+
"completion_tokens": 384,
|
| 79 |
+
"total_tokens": 420,
|
| 80 |
+
"finish_reason": "length"
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"ok": true,
|
| 84 |
+
"elapsed_sec": 11.238,
|
| 85 |
+
"content_len": 258,
|
| 86 |
+
"reasoning_len": 604,
|
| 87 |
+
"completion_tokens": 384,
|
| 88 |
+
"total_tokens": 412,
|
| 89 |
+
"finish_reason": "length"
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"ok": true,
|
| 93 |
+
"elapsed_sec": 10.095,
|
| 94 |
+
"content_len": 85,
|
| 95 |
+
"reasoning_len": 620,
|
| 96 |
+
"completion_tokens": 384,
|
| 97 |
+
"total_tokens": 417,
|
| 98 |
+
"finish_reason": "length"
|
| 99 |
+
}
|
| 100 |
+
],
|
| 101 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/153_27b_q5_lynnstyle_v2calib_lbc30_gate_20260706/Q5_LYNN_DENSE_mtp_acceptance_matrix/c4_nomtp/server.log"
|
| 102 |
+
},
|
| 103 |
+
"fastest_mtp": {
|
| 104 |
+
"label": "c2_n4",
|
| 105 |
+
"c": 2,
|
| 106 |
+
"n": 4,
|
| 107 |
+
"mtp": true,
|
| 108 |
+
"port": 19509,
|
| 109 |
+
"requests": 4,
|
| 110 |
+
"ok": 4,
|
| 111 |
+
"errors": 0,
|
| 112 |
+
"nonempty_content": 4,
|
| 113 |
+
"nonempty_any": 4,
|
| 114 |
+
"completion_tokens": 1112,
|
| 115 |
+
"wall_sec": 14.598,
|
| 116 |
+
"api_completion_tokens_per_sec": 76.176,
|
| 117 |
+
"server": {
|
| 118 |
+
"draft_acceptance_events": 4,
|
| 119 |
+
"draft_acceptance_weighted": 0.874525,
|
| 120 |
+
"draft_accepted_tokens": 690,
|
| 121 |
+
"draft_generated_tokens": 789,
|
| 122 |
+
"eval_tokens": 1253,
|
| 123 |
+
"eval_ms": 26235.45,
|
| 124 |
+
"eval_tokens_per_sec": 47.76,
|
| 125 |
+
"model_loaded": true,
|
| 126 |
+
"mtp_initialized": true
|
| 127 |
+
},
|
| 128 |
+
"responses": [
|
| 129 |
+
{
|
| 130 |
+
"ok": true,
|
| 131 |
+
"elapsed_sec": 3.556,
|
| 132 |
+
"content_len": 69,
|
| 133 |
+
"reasoning_len": 136,
|
| 134 |
+
"completion_tokens": 122,
|
| 135 |
+
"total_tokens": 148,
|
| 136 |
+
"finish_reason": "stop"
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"ok": true,
|
| 140 |
+
"elapsed_sec": 7.809,
|
| 141 |
+
"content_len": 425,
|
| 142 |
+
"reasoning_len": 406,
|
| 143 |
+
"completion_tokens": 322,
|
| 144 |
+
"total_tokens": 362,
|
| 145 |
+
"finish_reason": "stop"
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"ok": true,
|
| 149 |
+
"elapsed_sec": 8.542,
|
| 150 |
+
"content_len": 82,
|
| 151 |
+
"reasoning_len": 389,
|
| 152 |
+
"completion_tokens": 284,
|
| 153 |
+
"total_tokens": 323,
|
| 154 |
+
"finish_reason": "stop"
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"ok": true,
|
| 158 |
+
"elapsed_sec": 6.787,
|
| 159 |
+
"content_len": 400,
|
| 160 |
+
"reasoning_len": 438,
|
| 161 |
+
"completion_tokens": 384,
|
| 162 |
+
"total_tokens": 420,
|
| 163 |
+
"finish_reason": "length"
|
| 164 |
+
}
|
| 165 |
+
],
|
| 166 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/153_27b_q5_lynnstyle_v2calib_lbc30_gate_20260706/Q5_LYNN_DENSE_mtp_acceptance_matrix/c2_n4/server.log"
|
| 167 |
+
},
|
| 168 |
+
"fastest_no_mtp": {
|
| 169 |
+
"label": "c4_nomtp",
|
| 170 |
+
"c": 4,
|
| 171 |
+
"n": null,
|
| 172 |
+
"mtp": false,
|
| 173 |
+
"port": 19510,
|
| 174 |
+
"requests": 8,
|
| 175 |
+
"ok": 8,
|
| 176 |
+
"errors": 0,
|
| 177 |
+
"nonempty_content": 8,
|
| 178 |
+
"nonempty_any": 8,
|
| 179 |
+
"completion_tokens": 1957,
|
| 180 |
+
"wall_sec": 19.38,
|
| 181 |
+
"api_completion_tokens_per_sec": 100.98,
|
| 182 |
+
"server": {
|
| 183 |
+
"draft_acceptance_events": 0,
|
| 184 |
+
"draft_acceptance_weighted": null,
|
| 185 |
+
"draft_accepted_tokens": null,
|
| 186 |
+
"draft_generated_tokens": null,
|
| 187 |
+
"eval_tokens": 2218,
|
| 188 |
+
"eval_ms": 62981.58,
|
| 189 |
+
"eval_tokens_per_sec": 35.217,
|
| 190 |
+
"model_loaded": true,
|
| 191 |
+
"mtp_initialized": false
|
| 192 |
+
},
|
| 193 |
+
"responses": [
|
| 194 |
+
{
|
| 195 |
+
"ok": true,
|
| 196 |
+
"elapsed_sec": 4.316,
|
| 197 |
+
"content_len": 68,
|
| 198 |
+
"reasoning_len": 136,
|
| 199 |
+
"completion_tokens": 123,
|
| 200 |
+
"total_tokens": 149,
|
| 201 |
+
"finish_reason": "stop"
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"ok": true,
|
| 205 |
+
"elapsed_sec": 7.133,
|
| 206 |
+
"content_len": 61,
|
| 207 |
+
"reasoning_len": 282,
|
| 208 |
+
"completion_tokens": 203,
|
| 209 |
+
"total_tokens": 242,
|
| 210 |
+
"finish_reason": "stop"
|
| 211 |
+
},
|
| 212 |
+
{
|
| 213 |
+
"ok": true,
|
| 214 |
+
"elapsed_sec": 9.283,
|
| 215 |
+
"content_len": 217,
|
| 216 |
+
"reasoning_len": 440,
|
| 217 |
+
"completion_tokens": 262,
|
| 218 |
+
"total_tokens": 302,
|
| 219 |
+
"finish_reason": "stop"
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"ok": true,
|
| 223 |
+
"elapsed_sec": 6.102,
|
| 224 |
+
"content_len": 42,
|
| 225 |
+
"reasoning_len": 248,
|
| 226 |
+
"completion_tokens": 158,
|
| 227 |
+
"total_tokens": 188,
|
| 228 |
+
"finish_reason": "stop"
|
| 229 |
+
},
|
| 230 |
+
{
|
| 231 |
+
"ok": true,
|
| 232 |
+
"elapsed_sec": 2.258,
|
| 233 |
+
"content_len": 4,
|
| 234 |
+
"reasoning_len": 77,
|
| 235 |
+
"completion_tokens": 59,
|
| 236 |
+
"total_tokens": 88,
|
| 237 |
+
"finish_reason": "stop"
|
| 238 |
+
},
|
| 239 |
+
{
|
| 240 |
+
"ok": true,
|
| 241 |
+
"elapsed_sec": 13.797,
|
| 242 |
+
"content_len": 260,
|
| 243 |
+
"reasoning_len": 691,
|
| 244 |
+
"completion_tokens": 384,
|
| 245 |
+
"total_tokens": 420,
|
| 246 |
+
"finish_reason": "length"
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"ok": true,
|
| 250 |
+
"elapsed_sec": 11.238,
|
| 251 |
+
"content_len": 258,
|
| 252 |
+
"reasoning_len": 604,
|
| 253 |
+
"completion_tokens": 384,
|
| 254 |
+
"total_tokens": 412,
|
| 255 |
+
"finish_reason": "length"
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"ok": true,
|
| 259 |
+
"elapsed_sec": 10.095,
|
| 260 |
+
"content_len": 85,
|
| 261 |
+
"reasoning_len": 620,
|
| 262 |
+
"completion_tokens": 384,
|
| 263 |
+
"total_tokens": 417,
|
| 264 |
+
"finish_reason": "length"
|
| 265 |
+
}
|
| 266 |
+
],
|
| 267 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/153_27b_q5_lynnstyle_v2calib_lbc30_gate_20260706/Q5_LYNN_DENSE_mtp_acceptance_matrix/c4_nomtp/server.log"
|
| 268 |
+
},
|
| 269 |
+
"stable_rows": 15,
|
| 270 |
+
"source": "/root/autodl-tmp/step37-27b-distill/runs/153_27b_q5_lynnstyle_v2calib_lbc30_gate_20260706/Q5_LYNN_DENSE_mtp_acceptance_matrix/mtp_acceptance_matrix.json"
|
| 271 |
+
}
|
GGUF/Q5_LynnStyle/eval/quality_mtp_smoke.summary.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"target": "Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding-Q5_LYNN_DENSE",
|
| 3 |
+
"n": 3,
|
| 4 |
+
"ok": 3,
|
| 5 |
+
"all_ok": true,
|
| 6 |
+
"hf_mtp_sidecar_exists": false,
|
| 7 |
+
"hf_mtp_sidecar_bytes": null,
|
| 8 |
+
"gguf_mtp_server": {
|
| 9 |
+
"mtp_requested": true,
|
| 10 |
+
"mtp_enabled": false,
|
| 11 |
+
"spec_type": "draft-mtp",
|
| 12 |
+
"n_max": 1,
|
| 13 |
+
"p_min": 0.6,
|
| 14 |
+
"draft_model": null,
|
| 15 |
+
"draft_model_bytes": null
|
| 16 |
+
},
|
| 17 |
+
"split_mtp_draft_gguf_exists": false,
|
| 18 |
+
"split_mtp_draft_gguf_bytes": null,
|
| 19 |
+
"generated_at": "2026-07-06T11:24:34+0800"
|
| 20 |
+
}
|
GGUF/Q5_LynnStyle/lynnstyle/q5_tensor_type_match_report.md
ADDED
|
@@ -0,0 +1,531 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# 27B Dense tensor-type match report
|
| 2 |
+
|
| 3 |
+
tier: q5
|
| 4 |
+
config: /root/autodl-tmp/step37-27b-distill/models/Qwen3.6-27B-DSV4Pro-GLM-55XH-Coding-SFT-RL-Final55True-v3-merged-bf16/config.json
|
| 5 |
+
gguf: /root/autodl-tmp/step37-27b-distill/quantized/Qwen3.6-27B-DSV4Pro-GLM-55XH-Coding-SFT-RL-Final55True-v3/Q8_0/Qwen3.6-27B-DSV4Pro-GLM-55XH-Coding-SFT-RL-Final55True-v3-Q8_0.gguf
|
| 6 |
+
num_tensor_names_seen: 755
|
| 7 |
+
|
| 8 |
+
## early layers q8_0 hard protect
|
| 9 |
+
|
| 10 |
+
rule: `^blk\.(0|1|2|3)\..*\.weight=q8_0`
|
| 11 |
+
|
| 12 |
+
matches: 47
|
| 13 |
+
|
| 14 |
+
- blk.0.attn_gate.weight
|
| 15 |
+
- blk.0.attn_norm.weight
|
| 16 |
+
- blk.0.attn_qkv.weight
|
| 17 |
+
- blk.0.ffn_down.weight
|
| 18 |
+
- blk.0.ffn_gate.weight
|
| 19 |
+
- blk.0.ffn_up.weight
|
| 20 |
+
- blk.0.post_attention_norm.weight
|
| 21 |
+
- blk.0.ssm_alpha.weight
|
| 22 |
+
- blk.0.ssm_beta.weight
|
| 23 |
+
- blk.0.ssm_conv1d.weight
|
| 24 |
+
- blk.0.ssm_norm.weight
|
| 25 |
+
- blk.0.ssm_out.weight
|
| 26 |
+
- blk.1.attn_gate.weight
|
| 27 |
+
- blk.1.attn_norm.weight
|
| 28 |
+
- blk.1.attn_qkv.weight
|
| 29 |
+
- blk.1.ffn_down.weight
|
| 30 |
+
- blk.1.ffn_gate.weight
|
| 31 |
+
- blk.1.ffn_up.weight
|
| 32 |
+
- blk.1.post_attention_norm.weight
|
| 33 |
+
- blk.1.ssm_alpha.weight
|
| 34 |
+
- blk.1.ssm_beta.weight
|
| 35 |
+
- blk.1.ssm_conv1d.weight
|
| 36 |
+
- blk.1.ssm_norm.weight
|
| 37 |
+
- blk.1.ssm_out.weight
|
| 38 |
+
- blk.2.attn_gate.weight
|
| 39 |
+
- blk.2.attn_norm.weight
|
| 40 |
+
- blk.2.attn_qkv.weight
|
| 41 |
+
- blk.2.ffn_down.weight
|
| 42 |
+
- blk.2.ffn_gate.weight
|
| 43 |
+
- blk.2.ffn_up.weight
|
| 44 |
+
- blk.2.post_attention_norm.weight
|
| 45 |
+
- blk.2.ssm_alpha.weight
|
| 46 |
+
- blk.2.ssm_beta.weight
|
| 47 |
+
- blk.2.ssm_conv1d.weight
|
| 48 |
+
- blk.2.ssm_norm.weight
|
| 49 |
+
- blk.2.ssm_out.weight
|
| 50 |
+
- blk.3.attn_k.weight
|
| 51 |
+
- blk.3.attn_k_norm.weight
|
| 52 |
+
- blk.3.attn_norm.weight
|
| 53 |
+
- blk.3.attn_output.weight
|
| 54 |
+
- blk.3.attn_q.weight
|
| 55 |
+
- blk.3.attn_q_norm.weight
|
| 56 |
+
- blk.3.attn_v.weight
|
| 57 |
+
- blk.3.ffn_down.weight
|
| 58 |
+
- blk.3.ffn_gate.weight
|
| 59 |
+
- blk.3.ffn_up.weight
|
| 60 |
+
- blk.3.post_attention_norm.weight
|
| 61 |
+
|
| 62 |
+
## last four layers q8_0 hard protect
|
| 63 |
+
|
| 64 |
+
rule: `^blk\.(60|61|62|63)\..*\.weight=q8_0`
|
| 65 |
+
|
| 66 |
+
matches: 47
|
| 67 |
+
|
| 68 |
+
- blk.60.attn_gate.weight
|
| 69 |
+
- blk.60.attn_norm.weight
|
| 70 |
+
- blk.60.attn_qkv.weight
|
| 71 |
+
- blk.60.ffn_down.weight
|
| 72 |
+
- blk.60.ffn_gate.weight
|
| 73 |
+
- blk.60.ffn_up.weight
|
| 74 |
+
- blk.60.post_attention_norm.weight
|
| 75 |
+
- blk.60.ssm_alpha.weight
|
| 76 |
+
- blk.60.ssm_beta.weight
|
| 77 |
+
- blk.60.ssm_conv1d.weight
|
| 78 |
+
- blk.60.ssm_norm.weight
|
| 79 |
+
- blk.60.ssm_out.weight
|
| 80 |
+
- blk.61.attn_gate.weight
|
| 81 |
+
- blk.61.attn_norm.weight
|
| 82 |
+
- blk.61.attn_qkv.weight
|
| 83 |
+
- blk.61.ffn_down.weight
|
| 84 |
+
- blk.61.ffn_gate.weight
|
| 85 |
+
- blk.61.ffn_up.weight
|
| 86 |
+
- blk.61.post_attention_norm.weight
|
| 87 |
+
- blk.61.ssm_alpha.weight
|
| 88 |
+
- blk.61.ssm_beta.weight
|
| 89 |
+
- blk.61.ssm_conv1d.weight
|
| 90 |
+
- blk.61.ssm_norm.weight
|
| 91 |
+
- blk.61.ssm_out.weight
|
| 92 |
+
- blk.62.attn_gate.weight
|
| 93 |
+
- blk.62.attn_norm.weight
|
| 94 |
+
- blk.62.attn_qkv.weight
|
| 95 |
+
- blk.62.ffn_down.weight
|
| 96 |
+
- blk.62.ffn_gate.weight
|
| 97 |
+
- blk.62.ffn_up.weight
|
| 98 |
+
- blk.62.post_attention_norm.weight
|
| 99 |
+
- blk.62.ssm_alpha.weight
|
| 100 |
+
- blk.62.ssm_beta.weight
|
| 101 |
+
- blk.62.ssm_conv1d.weight
|
| 102 |
+
- blk.62.ssm_norm.weight
|
| 103 |
+
- blk.62.ssm_out.weight
|
| 104 |
+
- blk.63.attn_k.weight
|
| 105 |
+
- blk.63.attn_k_norm.weight
|
| 106 |
+
- blk.63.attn_norm.weight
|
| 107 |
+
- blk.63.attn_output.weight
|
| 108 |
+
- blk.63.attn_q.weight
|
| 109 |
+
- blk.63.attn_q_norm.weight
|
| 110 |
+
- blk.63.attn_v.weight
|
| 111 |
+
- blk.63.ffn_down.weight
|
| 112 |
+
- blk.63.ffn_gate.weight
|
| 113 |
+
- blk.63.ffn_up.weight
|
| 114 |
+
- blk.63.post_attention_norm.weight
|
| 115 |
+
|
| 116 |
+
## late shoulder layers q6_k protect
|
| 117 |
+
|
| 118 |
+
rule: `^blk\.(56|57|58|59)\..*\.weight=q6_k`
|
| 119 |
+
|
| 120 |
+
matches: 47
|
| 121 |
+
|
| 122 |
+
- blk.56.attn_gate.weight
|
| 123 |
+
- blk.56.attn_norm.weight
|
| 124 |
+
- blk.56.attn_qkv.weight
|
| 125 |
+
- blk.56.ffn_down.weight
|
| 126 |
+
- blk.56.ffn_gate.weight
|
| 127 |
+
- blk.56.ffn_up.weight
|
| 128 |
+
- blk.56.post_attention_norm.weight
|
| 129 |
+
- blk.56.ssm_alpha.weight
|
| 130 |
+
- blk.56.ssm_beta.weight
|
| 131 |
+
- blk.56.ssm_conv1d.weight
|
| 132 |
+
- blk.56.ssm_norm.weight
|
| 133 |
+
- blk.56.ssm_out.weight
|
| 134 |
+
- blk.57.attn_gate.weight
|
| 135 |
+
- blk.57.attn_norm.weight
|
| 136 |
+
- blk.57.attn_qkv.weight
|
| 137 |
+
- blk.57.ffn_down.weight
|
| 138 |
+
- blk.57.ffn_gate.weight
|
| 139 |
+
- blk.57.ffn_up.weight
|
| 140 |
+
- blk.57.post_attention_norm.weight
|
| 141 |
+
- blk.57.ssm_alpha.weight
|
| 142 |
+
- blk.57.ssm_beta.weight
|
| 143 |
+
- blk.57.ssm_conv1d.weight
|
| 144 |
+
- blk.57.ssm_norm.weight
|
| 145 |
+
- blk.57.ssm_out.weight
|
| 146 |
+
- blk.58.attn_gate.weight
|
| 147 |
+
- blk.58.attn_norm.weight
|
| 148 |
+
- blk.58.attn_qkv.weight
|
| 149 |
+
- blk.58.ffn_down.weight
|
| 150 |
+
- blk.58.ffn_gate.weight
|
| 151 |
+
- blk.58.ffn_up.weight
|
| 152 |
+
- blk.58.post_attention_norm.weight
|
| 153 |
+
- blk.58.ssm_alpha.weight
|
| 154 |
+
- blk.58.ssm_beta.weight
|
| 155 |
+
- blk.58.ssm_conv1d.weight
|
| 156 |
+
- blk.58.ssm_norm.weight
|
| 157 |
+
- blk.58.ssm_out.weight
|
| 158 |
+
- blk.59.attn_k.weight
|
| 159 |
+
- blk.59.attn_k_norm.weight
|
| 160 |
+
- blk.59.attn_norm.weight
|
| 161 |
+
- blk.59.attn_output.weight
|
| 162 |
+
- blk.59.attn_q.weight
|
| 163 |
+
- blk.59.attn_q_norm.weight
|
| 164 |
+
- blk.59.attn_v.weight
|
| 165 |
+
- blk.59.ffn_down.weight
|
| 166 |
+
- blk.59.ffn_gate.weight
|
| 167 |
+
- blk.59.ffn_up.weight
|
| 168 |
+
- blk.59.post_attention_norm.weight
|
| 169 |
+
|
| 170 |
+
## middle full-attention projections q5_k protect
|
| 171 |
+
|
| 172 |
+
rule: `^blk\.(7|11|15|19|23|27|31|35|39|43|47|51|55)\.(attn_q|attn_k|attn_v|attn_output)\.weight=q5_k`
|
| 173 |
+
|
| 174 |
+
matches: 52
|
| 175 |
+
|
| 176 |
+
- blk.11.attn_k.weight
|
| 177 |
+
- blk.11.attn_output.weight
|
| 178 |
+
- blk.11.attn_q.weight
|
| 179 |
+
- blk.11.attn_v.weight
|
| 180 |
+
- blk.15.attn_k.weight
|
| 181 |
+
- blk.15.attn_output.weight
|
| 182 |
+
- blk.15.attn_q.weight
|
| 183 |
+
- blk.15.attn_v.weight
|
| 184 |
+
- blk.19.attn_k.weight
|
| 185 |
+
- blk.19.attn_output.weight
|
| 186 |
+
- blk.19.attn_q.weight
|
| 187 |
+
- blk.19.attn_v.weight
|
| 188 |
+
- blk.23.attn_k.weight
|
| 189 |
+
- blk.23.attn_output.weight
|
| 190 |
+
- blk.23.attn_q.weight
|
| 191 |
+
- blk.23.attn_v.weight
|
| 192 |
+
- blk.27.attn_k.weight
|
| 193 |
+
- blk.27.attn_output.weight
|
| 194 |
+
- blk.27.attn_q.weight
|
| 195 |
+
- blk.27.attn_v.weight
|
| 196 |
+
- blk.31.attn_k.weight
|
| 197 |
+
- blk.31.attn_output.weight
|
| 198 |
+
- blk.31.attn_q.weight
|
| 199 |
+
- blk.31.attn_v.weight
|
| 200 |
+
- blk.35.attn_k.weight
|
| 201 |
+
- blk.35.attn_output.weight
|
| 202 |
+
- blk.35.attn_q.weight
|
| 203 |
+
- blk.35.attn_v.weight
|
| 204 |
+
- blk.39.attn_k.weight
|
| 205 |
+
- blk.39.attn_output.weight
|
| 206 |
+
- blk.39.attn_q.weight
|
| 207 |
+
- blk.39.attn_v.weight
|
| 208 |
+
- blk.43.attn_k.weight
|
| 209 |
+
- blk.43.attn_output.weight
|
| 210 |
+
- blk.43.attn_q.weight
|
| 211 |
+
- blk.43.attn_v.weight
|
| 212 |
+
- blk.47.attn_k.weight
|
| 213 |
+
- blk.47.attn_output.weight
|
| 214 |
+
- blk.47.attn_q.weight
|
| 215 |
+
- blk.47.attn_v.weight
|
| 216 |
+
- blk.51.attn_k.weight
|
| 217 |
+
- blk.51.attn_output.weight
|
| 218 |
+
- blk.51.attn_q.weight
|
| 219 |
+
- blk.51.attn_v.weight
|
| 220 |
+
- blk.55.attn_k.weight
|
| 221 |
+
- blk.55.attn_output.weight
|
| 222 |
+
- blk.55.attn_q.weight
|
| 223 |
+
- blk.55.attn_v.weight
|
| 224 |
+
- blk.7.attn_k.weight
|
| 225 |
+
- blk.7.attn_output.weight
|
| 226 |
+
- blk.7.attn_q.weight
|
| 227 |
+
- blk.7.attn_v.weight
|
| 228 |
+
|
| 229 |
+
## middle linear-attention gates q5_k protect
|
| 230 |
+
|
| 231 |
+
rule: `^blk\.(4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32|33|34|35|36|37|38|39|40|41|42|43|44|45|46|47|48|49|50|51|52|53|54|55)\.attn_gate\.weight=q5_k`
|
| 232 |
+
|
| 233 |
+
matches: 39
|
| 234 |
+
|
| 235 |
+
- blk.10.attn_gate.weight
|
| 236 |
+
- blk.12.attn_gate.weight
|
| 237 |
+
- blk.13.attn_gate.weight
|
| 238 |
+
- blk.14.attn_gate.weight
|
| 239 |
+
- blk.16.attn_gate.weight
|
| 240 |
+
- blk.17.attn_gate.weight
|
| 241 |
+
- blk.18.attn_gate.weight
|
| 242 |
+
- blk.20.attn_gate.weight
|
| 243 |
+
- blk.21.attn_gate.weight
|
| 244 |
+
- blk.22.attn_gate.weight
|
| 245 |
+
- blk.24.attn_gate.weight
|
| 246 |
+
- blk.25.attn_gate.weight
|
| 247 |
+
- blk.26.attn_gate.weight
|
| 248 |
+
- blk.28.attn_gate.weight
|
| 249 |
+
- blk.29.attn_gate.weight
|
| 250 |
+
- blk.30.attn_gate.weight
|
| 251 |
+
- blk.32.attn_gate.weight
|
| 252 |
+
- blk.33.attn_gate.weight
|
| 253 |
+
- blk.34.attn_gate.weight
|
| 254 |
+
- blk.36.attn_gate.weight
|
| 255 |
+
- blk.37.attn_gate.weight
|
| 256 |
+
- blk.38.attn_gate.weight
|
| 257 |
+
- blk.4.attn_gate.weight
|
| 258 |
+
- blk.40.attn_gate.weight
|
| 259 |
+
- blk.41.attn_gate.weight
|
| 260 |
+
- blk.42.attn_gate.weight
|
| 261 |
+
- blk.44.attn_gate.weight
|
| 262 |
+
- blk.45.attn_gate.weight
|
| 263 |
+
- blk.46.attn_gate.weight
|
| 264 |
+
- blk.48.attn_gate.weight
|
| 265 |
+
- blk.49.attn_gate.weight
|
| 266 |
+
- blk.5.attn_gate.weight
|
| 267 |
+
- blk.50.attn_gate.weight
|
| 268 |
+
- blk.52.attn_gate.weight
|
| 269 |
+
- blk.53.attn_gate.weight
|
| 270 |
+
- blk.54.attn_gate.weight
|
| 271 |
+
- blk.6.attn_gate.weight
|
| 272 |
+
- blk.8.attn_gate.weight
|
| 273 |
+
- blk.9.attn_gate.weight
|
| 274 |
+
|
| 275 |
+
## middle linear-attention qkv q5_k protect
|
| 276 |
+
|
| 277 |
+
rule: `^blk\.(4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32|33|34|35|36|37|38|39|40|41|42|43|44|45|46|47|48|49|50|51|52|53|54|55)\.attn_qkv\.weight=q5_k`
|
| 278 |
+
|
| 279 |
+
matches: 39
|
| 280 |
+
|
| 281 |
+
- blk.10.attn_qkv.weight
|
| 282 |
+
- blk.12.attn_qkv.weight
|
| 283 |
+
- blk.13.attn_qkv.weight
|
| 284 |
+
- blk.14.attn_qkv.weight
|
| 285 |
+
- blk.16.attn_qkv.weight
|
| 286 |
+
- blk.17.attn_qkv.weight
|
| 287 |
+
- blk.18.attn_qkv.weight
|
| 288 |
+
- blk.20.attn_qkv.weight
|
| 289 |
+
- blk.21.attn_qkv.weight
|
| 290 |
+
- blk.22.attn_qkv.weight
|
| 291 |
+
- blk.24.attn_qkv.weight
|
| 292 |
+
- blk.25.attn_qkv.weight
|
| 293 |
+
- blk.26.attn_qkv.weight
|
| 294 |
+
- blk.28.attn_qkv.weight
|
| 295 |
+
- blk.29.attn_qkv.weight
|
| 296 |
+
- blk.30.attn_qkv.weight
|
| 297 |
+
- blk.32.attn_qkv.weight
|
| 298 |
+
- blk.33.attn_qkv.weight
|
| 299 |
+
- blk.34.attn_qkv.weight
|
| 300 |
+
- blk.36.attn_qkv.weight
|
| 301 |
+
- blk.37.attn_qkv.weight
|
| 302 |
+
- blk.38.attn_qkv.weight
|
| 303 |
+
- blk.4.attn_qkv.weight
|
| 304 |
+
- blk.40.attn_qkv.weight
|
| 305 |
+
- blk.41.attn_qkv.weight
|
| 306 |
+
- blk.42.attn_qkv.weight
|
| 307 |
+
- blk.44.attn_qkv.weight
|
| 308 |
+
- blk.45.attn_qkv.weight
|
| 309 |
+
- blk.46.attn_qkv.weight
|
| 310 |
+
- blk.48.attn_qkv.weight
|
| 311 |
+
- blk.49.attn_qkv.weight
|
| 312 |
+
- blk.5.attn_qkv.weight
|
| 313 |
+
- blk.50.attn_qkv.weight
|
| 314 |
+
- blk.52.attn_qkv.weight
|
| 315 |
+
- blk.53.attn_qkv.weight
|
| 316 |
+
- blk.54.attn_qkv.weight
|
| 317 |
+
- blk.6.attn_qkv.weight
|
| 318 |
+
- blk.8.attn_qkv.weight
|
| 319 |
+
- blk.9.attn_qkv.weight
|
| 320 |
+
|
| 321 |
+
## middle SSM tensor family q5_k protect
|
| 322 |
+
|
| 323 |
+
rule: `^blk\.(4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32|33|34|35|36|37|38|39|40|41|42|43|44|45|46|47|48|49|50|51|52|53|54|55)\.ssm_(alpha|beta|conv1d|norm|out)\.weight=q5_k`
|
| 324 |
+
|
| 325 |
+
matches: 195
|
| 326 |
+
|
| 327 |
+
- blk.10.ssm_alpha.weight
|
| 328 |
+
- blk.10.ssm_beta.weight
|
| 329 |
+
- blk.10.ssm_conv1d.weight
|
| 330 |
+
- blk.10.ssm_norm.weight
|
| 331 |
+
- blk.10.ssm_out.weight
|
| 332 |
+
- blk.12.ssm_alpha.weight
|
| 333 |
+
- blk.12.ssm_beta.weight
|
| 334 |
+
- blk.12.ssm_conv1d.weight
|
| 335 |
+
- blk.12.ssm_norm.weight
|
| 336 |
+
- blk.12.ssm_out.weight
|
| 337 |
+
- blk.13.ssm_alpha.weight
|
| 338 |
+
- blk.13.ssm_beta.weight
|
| 339 |
+
- blk.13.ssm_conv1d.weight
|
| 340 |
+
- blk.13.ssm_norm.weight
|
| 341 |
+
- blk.13.ssm_out.weight
|
| 342 |
+
- blk.14.ssm_alpha.weight
|
| 343 |
+
- blk.14.ssm_beta.weight
|
| 344 |
+
- blk.14.ssm_conv1d.weight
|
| 345 |
+
- blk.14.ssm_norm.weight
|
| 346 |
+
- blk.14.ssm_out.weight
|
| 347 |
+
- blk.16.ssm_alpha.weight
|
| 348 |
+
- blk.16.ssm_beta.weight
|
| 349 |
+
- blk.16.ssm_conv1d.weight
|
| 350 |
+
- blk.16.ssm_norm.weight
|
| 351 |
+
- blk.16.ssm_out.weight
|
| 352 |
+
- blk.17.ssm_alpha.weight
|
| 353 |
+
- blk.17.ssm_beta.weight
|
| 354 |
+
- blk.17.ssm_conv1d.weight
|
| 355 |
+
- blk.17.ssm_norm.weight
|
| 356 |
+
- blk.17.ssm_out.weight
|
| 357 |
+
- blk.18.ssm_alpha.weight
|
| 358 |
+
- blk.18.ssm_beta.weight
|
| 359 |
+
- blk.18.ssm_conv1d.weight
|
| 360 |
+
- blk.18.ssm_norm.weight
|
| 361 |
+
- blk.18.ssm_out.weight
|
| 362 |
+
- blk.20.ssm_alpha.weight
|
| 363 |
+
- blk.20.ssm_beta.weight
|
| 364 |
+
- blk.20.ssm_conv1d.weight
|
| 365 |
+
- blk.20.ssm_norm.weight
|
| 366 |
+
- blk.20.ssm_out.weight
|
| 367 |
+
- blk.21.ssm_alpha.weight
|
| 368 |
+
- blk.21.ssm_beta.weight
|
| 369 |
+
- blk.21.ssm_conv1d.weight
|
| 370 |
+
- blk.21.ssm_norm.weight
|
| 371 |
+
- blk.21.ssm_out.weight
|
| 372 |
+
- blk.22.ssm_alpha.weight
|
| 373 |
+
- blk.22.ssm_beta.weight
|
| 374 |
+
- blk.22.ssm_conv1d.weight
|
| 375 |
+
- blk.22.ssm_norm.weight
|
| 376 |
+
- blk.22.ssm_out.weight
|
| 377 |
+
- blk.24.ssm_alpha.weight
|
| 378 |
+
- blk.24.ssm_beta.weight
|
| 379 |
+
- blk.24.ssm_conv1d.weight
|
| 380 |
+
- blk.24.ssm_norm.weight
|
| 381 |
+
- blk.24.ssm_out.weight
|
| 382 |
+
- blk.25.ssm_alpha.weight
|
| 383 |
+
- blk.25.ssm_beta.weight
|
| 384 |
+
- blk.25.ssm_conv1d.weight
|
| 385 |
+
- blk.25.ssm_norm.weight
|
| 386 |
+
- blk.25.ssm_out.weight
|
| 387 |
+
- blk.26.ssm_alpha.weight
|
| 388 |
+
- blk.26.ssm_beta.weight
|
| 389 |
+
- blk.26.ssm_conv1d.weight
|
| 390 |
+
- blk.26.ssm_norm.weight
|
| 391 |
+
- blk.26.ssm_out.weight
|
| 392 |
+
- blk.28.ssm_alpha.weight
|
| 393 |
+
- blk.28.ssm_beta.weight
|
| 394 |
+
- blk.28.ssm_conv1d.weight
|
| 395 |
+
- blk.28.ssm_norm.weight
|
| 396 |
+
- blk.28.ssm_out.weight
|
| 397 |
+
- blk.29.ssm_alpha.weight
|
| 398 |
+
- blk.29.ssm_beta.weight
|
| 399 |
+
- blk.29.ssm_conv1d.weight
|
| 400 |
+
- blk.29.ssm_norm.weight
|
| 401 |
+
- blk.29.ssm_out.weight
|
| 402 |
+
- blk.30.ssm_alpha.weight
|
| 403 |
+
- blk.30.ssm_beta.weight
|
| 404 |
+
- blk.30.ssm_conv1d.weight
|
| 405 |
+
- blk.30.ssm_norm.weight
|
| 406 |
+
- blk.30.ssm_out.weight
|
| 407 |
+
- blk.32.ssm_alpha.weight
|
| 408 |
+
- blk.32.ssm_beta.weight
|
| 409 |
+
- blk.32.ssm_conv1d.weight
|
| 410 |
+
- blk.32.ssm_norm.weight
|
| 411 |
+
- blk.32.ssm_out.weight
|
| 412 |
+
- blk.33.ssm_alpha.weight
|
| 413 |
+
- blk.33.ssm_beta.weight
|
| 414 |
+
- blk.33.ssm_conv1d.weight
|
| 415 |
+
- blk.33.ssm_norm.weight
|
| 416 |
+
- blk.33.ssm_out.weight
|
| 417 |
+
- blk.34.ssm_alpha.weight
|
| 418 |
+
- blk.34.ssm_beta.weight
|
| 419 |
+
- blk.34.ssm_conv1d.weight
|
| 420 |
+
- blk.34.ssm_norm.weight
|
| 421 |
+
- blk.34.ssm_out.weight
|
| 422 |
+
- blk.36.ssm_alpha.weight
|
| 423 |
+
- blk.36.ssm_beta.weight
|
| 424 |
+
- blk.36.ssm_conv1d.weight
|
| 425 |
+
- blk.36.ssm_norm.weight
|
| 426 |
+
- blk.36.ssm_out.weight
|
| 427 |
+
- blk.37.ssm_alpha.weight
|
| 428 |
+
- blk.37.ssm_beta.weight
|
| 429 |
+
- blk.37.ssm_conv1d.weight
|
| 430 |
+
- blk.37.ssm_norm.weight
|
| 431 |
+
- blk.37.ssm_out.weight
|
| 432 |
+
- blk.38.ssm_alpha.weight
|
| 433 |
+
- blk.38.ssm_beta.weight
|
| 434 |
+
- blk.38.ssm_conv1d.weight
|
| 435 |
+
- blk.38.ssm_norm.weight
|
| 436 |
+
- blk.38.ssm_out.weight
|
| 437 |
+
- blk.4.ssm_alpha.weight
|
| 438 |
+
- blk.4.ssm_beta.weight
|
| 439 |
+
- blk.4.ssm_conv1d.weight
|
| 440 |
+
- blk.4.ssm_norm.weight
|
| 441 |
+
- blk.4.ssm_out.weight
|
| 442 |
+
- blk.40.ssm_alpha.weight
|
| 443 |
+
- blk.40.ssm_beta.weight
|
| 444 |
+
- blk.40.ssm_conv1d.weight
|
| 445 |
+
- blk.40.ssm_norm.weight
|
| 446 |
+
- blk.40.ssm_out.weight
|
| 447 |
+
- blk.41.ssm_alpha.weight
|
| 448 |
+
- blk.41.ssm_beta.weight
|
| 449 |
+
- blk.41.ssm_conv1d.weight
|
| 450 |
+
- blk.41.ssm_norm.weight
|
| 451 |
+
- blk.41.ssm_out.weight
|
| 452 |
+
- blk.42.ssm_alpha.weight
|
| 453 |
+
- blk.42.ssm_beta.weight
|
| 454 |
+
- blk.42.ssm_conv1d.weight
|
| 455 |
+
- blk.42.ssm_norm.weight
|
| 456 |
+
- blk.42.ssm_out.weight
|
| 457 |
+
- blk.44.ssm_alpha.weight
|
| 458 |
+
- blk.44.ssm_beta.weight
|
| 459 |
+
- blk.44.ssm_conv1d.weight
|
| 460 |
+
- blk.44.ssm_norm.weight
|
| 461 |
+
- blk.44.ssm_out.weight
|
| 462 |
+
- blk.45.ssm_alpha.weight
|
| 463 |
+
- blk.45.ssm_beta.weight
|
| 464 |
+
- blk.45.ssm_conv1d.weight
|
| 465 |
+
- blk.45.ssm_norm.weight
|
| 466 |
+
- blk.45.ssm_out.weight
|
| 467 |
+
- blk.46.ssm_alpha.weight
|
| 468 |
+
- blk.46.ssm_beta.weight
|
| 469 |
+
- blk.46.ssm_conv1d.weight
|
| 470 |
+
- blk.46.ssm_norm.weight
|
| 471 |
+
- blk.46.ssm_out.weight
|
| 472 |
+
- blk.48.ssm_alpha.weight
|
| 473 |
+
- blk.48.ssm_beta.weight
|
| 474 |
+
- blk.48.ssm_conv1d.weight
|
| 475 |
+
- blk.48.ssm_norm.weight
|
| 476 |
+
- blk.48.ssm_out.weight
|
| 477 |
+
- blk.49.ssm_alpha.weight
|
| 478 |
+
- blk.49.ssm_beta.weight
|
| 479 |
+
- blk.49.ssm_conv1d.weight
|
| 480 |
+
- blk.49.ssm_norm.weight
|
| 481 |
+
- blk.49.ssm_out.weight
|
| 482 |
+
- blk.5.ssm_alpha.weight
|
| 483 |
+
- blk.5.ssm_beta.weight
|
| 484 |
+
- blk.5.ssm_conv1d.weight
|
| 485 |
+
- blk.5.ssm_norm.weight
|
| 486 |
+
- blk.5.ssm_out.weight
|
| 487 |
+
- blk.50.ssm_alpha.weight
|
| 488 |
+
- blk.50.ssm_beta.weight
|
| 489 |
+
- blk.50.ssm_conv1d.weight
|
| 490 |
+
- blk.50.ssm_norm.weight
|
| 491 |
+
- blk.50.ssm_out.weight
|
| 492 |
+
- blk.52.ssm_alpha.weight
|
| 493 |
+
- blk.52.ssm_beta.weight
|
| 494 |
+
- blk.52.ssm_conv1d.weight
|
| 495 |
+
- blk.52.ssm_norm.weight
|
| 496 |
+
- blk.52.ssm_out.weight
|
| 497 |
+
- blk.53.ssm_alpha.weight
|
| 498 |
+
- blk.53.ssm_beta.weight
|
| 499 |
+
- blk.53.ssm_conv1d.weight
|
| 500 |
+
- blk.53.ssm_norm.weight
|
| 501 |
+
- blk.53.ssm_out.weight
|
| 502 |
+
- blk.54.ssm_alpha.weight
|
| 503 |
+
- blk.54.ssm_beta.weight
|
| 504 |
+
- blk.54.ssm_conv1d.weight
|
| 505 |
+
- blk.54.ssm_norm.weight
|
| 506 |
+
- blk.54.ssm_out.weight
|
| 507 |
+
- blk.6.ssm_alpha.weight
|
| 508 |
+
- blk.6.ssm_beta.weight
|
| 509 |
+
- blk.6.ssm_conv1d.weight
|
| 510 |
+
- blk.6.ssm_norm.weight
|
| 511 |
+
- blk.6.ssm_out.weight
|
| 512 |
+
- blk.8.ssm_alpha.weight
|
| 513 |
+
- blk.8.ssm_beta.weight
|
| 514 |
+
- blk.8.ssm_conv1d.weight
|
| 515 |
+
- blk.8.ssm_norm.weight
|
| 516 |
+
- blk.8.ssm_out.weight
|
| 517 |
+
- blk.9.ssm_alpha.weight
|
| 518 |
+
- blk.9.ssm_beta.weight
|
| 519 |
+
- blk.9.ssm_conv1d.weight
|
| 520 |
+
- blk.9.ssm_norm.weight
|
| 521 |
+
- blk.9.ssm_out.weight
|
| 522 |
+
|
| 523 |
+
## Quantize command shape
|
| 524 |
+
|
| 525 |
+
Use with final accepted BF16 GGUF, not an intermediate candidate:
|
| 526 |
+
|
| 527 |
+
```bash
|
| 528 |
+
llama-quantize --imatrix CALIB.imatrix --output-tensor-type q8_0 --token-embedding-type q8_0 --tensor-type-file /root/autodl-tmp/step37-27b-distill/runs/146_27b_Q5_LYNN_DENSE_quality_cycle_20260705/q5_tensor_types.txt MODEL-F16.gguf MODEL-Q4_K_M-LynnDense.gguf q4_k_m THREADS
|
| 529 |
+
```
|
| 530 |
+
|
| 531 |
+
Run `--dry-run` first and archive the dry-run log.
|
GGUF/Q5_LynnStyle/lynnstyle/q5_tensor_types.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
^blk\.(0|1|2|3)\..*\.weight=q8_0
|
| 2 |
+
^blk\.(60|61|62|63)\..*\.weight=q8_0
|
| 3 |
+
^blk\.(56|57|58|59)\..*\.weight=q6_k
|
| 4 |
+
^blk\.(7|11|15|19|23|27|31|35|39|43|47|51|55)\.(attn_q|attn_k|attn_v|attn_output)\.weight=q5_k
|
| 5 |
+
^blk\.(4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32|33|34|35|36|37|38|39|40|41|42|43|44|45|46|47|48|49|50|51|52|53|54|55)\.attn_gate\.weight=q5_k
|
| 6 |
+
^blk\.(4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32|33|34|35|36|37|38|39|40|41|42|43|44|45|46|47|48|49|50|51|52|53|54|55)\.attn_qkv\.weight=q5_k
|
| 7 |
+
^blk\.(4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32|33|34|35|36|37|38|39|40|41|42|43|44|45|46|47|48|49|50|51|52|53|54|55)\.ssm_(alpha|beta|conv1d|norm|out)\.weight=q5_k
|
GGUF/Q5_LynnStyle/lynnstyle/quant_manifest.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"tier": "q5",
|
| 3 |
+
"target": "Q5_LYNN_DENSE",
|
| 4 |
+
"base_qtype": "Q5_K_M",
|
| 5 |
+
"file": "/root/autodl-tmp/step37-27b-distill/quantized/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding/GGUF-LynnStyle-v2calib/Q5_LYNN_DENSE/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding-Q5_LYNN_DENSE.gguf",
|
| 6 |
+
"bytes": 21068289440,
|
| 7 |
+
"sha256": "a2f790fc4352f1aa3b1df3eb3438a31f85ab2b37a039d69ffd3970e8abb6ab61",
|
| 8 |
+
"tensor_type_file": "/root/autodl-tmp/step37-27b-distill/runs/153_27b_q5_lynnstyle_v2calib_lbc30_gate_20260706/q5_tensor_types.txt",
|
| 9 |
+
"tensor_match_report": "/root/autodl-tmp/step37-27b-distill/runs/153_27b_q5_lynnstyle_v2calib_lbc30_gate_20260706/q5_tensor_type_match_report.md",
|
| 10 |
+
"imatrix": "/root/autodl-tmp/step37-27b-distill/quantized/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding/GGUF-LynnStyle-v2calib/imatrix/Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding-lynnstyle-interleaved-20260706-ch512.imatrix.gguf",
|
| 11 |
+
"generated_at": "2026-07-06T11:17:12+0800",
|
| 12 |
+
"policy": "LynnStyle Dense protected GGUF: layer-position + tensor-family protection, not one-size quantization."
|
| 13 |
+
}
|
GGUF/Q8_0/Q8-MTP-00001-of-00005.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c5bce79b27477f5a5dbddaf7e1a724c6f7ccb53daa348c8c7a07a975cd26e28
|
| 3 |
+
size 5981513440
|
GGUF/Q8_0/Q8-MTP-00002-of-00005.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74e393ef2f0412d0d42e01b64dd6f918f0ec28ba2ec2a9c7f947a8e962062c8a
|
| 3 |
+
size 5912941280
|
GGUF/Q8_0/Q8-MTP-00003-of-00005.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10b1f541d4d786c51375c10cd00cd0c1399a1174abd9f57208afcf91663fec1d
|
| 3 |
+
size 5968690336
|
GGUF/Q8_0/Q8-MTP-00004-of-00005.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dcbfcaf29622b5199ad69af58560a5959027b14360eedce3bb413a748e5aaa29
|
| 3 |
+
size 5968690336
|
GGUF/Q8_0/Q8-MTP-00005-of-00005.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60b9a7b220390e93b515ac80097be14a834a2906414128d30aea1159290ed669
|
| 3 |
+
size 4763927584
|
GGUF/Q8_0/Q8-MTP-draft.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb18a96292d43f746b39f2e3e8998e477788b5b7659d98a7cc192e9e753c8fd4
|
| 3 |
+
size 3164005344
|
GGUF/Q8_0/Q8-MTP.manifest.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": "Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding",
|
| 3 |
+
"tier": "Q8_0",
|
| 4 |
+
"file_prefix": "Q8-MTP",
|
| 5 |
+
"n_split": 5,
|
| 6 |
+
"files": [
|
| 7 |
+
"Q8-MTP-00001-of-00005.gguf", "Q8-MTP-00002-of-00005.gguf", "Q8-MTP-00003-of-00005.gguf", "Q8-MTP-00004-of-00005.gguf", "Q8-MTP-00005-of-00005.gguf"
|
| 8 |
+
],
|
| 9 |
+
"source": "final RL Q8_0 GGUF split with llama-gguf-split --split-max-size 6G",
|
| 10 |
+
"mtp": "official MTP sidecar uploaded separately",
|
| 11 |
+
"note": "Q8 is the quality baseline and does not use imatrix calibration; lower tiers use imatrix plus explicit LynnStyle Dense protection.",
|
| 12 |
+
"generated_at": "2026-07-06T12:41:17+08:00"
|
| 13 |
+
}
|
GGUF/Q8_0/SHA256SUMS
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
7c5bce79b27477f5a5dbddaf7e1a724c6f7ccb53daa348c8c7a07a975cd26e28 Q8-MTP-00001-of-00005.gguf
|
| 2 |
+
74e393ef2f0412d0d42e01b64dd6f918f0ec28ba2ec2a9c7f947a8e962062c8a Q8-MTP-00002-of-00005.gguf
|
| 3 |
+
10b1f541d4d786c51375c10cd00cd0c1399a1174abd9f57208afcf91663fec1d Q8-MTP-00003-of-00005.gguf
|
| 4 |
+
dcbfcaf29622b5199ad69af58560a5959027b14360eedce3bb413a748e5aaa29 Q8-MTP-00004-of-00005.gguf
|
| 5 |
+
60b9a7b220390e93b515ac80097be14a834a2906414128d30aea1159290ed669 Q8-MTP-00005-of-00005.gguf
|
GGUF/Q8_0/eval/coding100.summary.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n": 100,
|
| 3 |
+
"pass": 88,
|
| 4 |
+
"accuracy": 0.88,
|
| 5 |
+
"by_lang": {
|
| 6 |
+
"bash": "9/10",
|
| 7 |
+
"cpp": "10/10",
|
| 8 |
+
"css": "10/10",
|
| 9 |
+
"go": "8/10",
|
| 10 |
+
"html": "10/10",
|
| 11 |
+
"javascript": "6/10",
|
| 12 |
+
"python": "9/10",
|
| 13 |
+
"rust": "9/10",
|
| 14 |
+
"sql": "10/10",
|
| 15 |
+
"typescript": "7/10"
|
| 16 |
+
},
|
| 17 |
+
"notes": {
|
| 18 |
+
"PASS": 88,
|
| 19 |
+
"exec-fail": 12
|
| 20 |
+
},
|
| 21 |
+
"empty": 0,
|
| 22 |
+
"api_errors": 0,
|
| 23 |
+
"created_at_unix": 1783265040.7373385,
|
| 24 |
+
"harness": "coding100_current_clean_eval_temp06_20260705"
|
| 25 |
+
}
|
GGUF/Q8_0/eval/gpqa198.summary.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n": 198,
|
| 3 |
+
"correct": 162,
|
| 4 |
+
"accuracy": 0.8181818181818182,
|
| 5 |
+
"parse_fail": 0,
|
| 6 |
+
"errors": 0,
|
| 7 |
+
"timeouts": 0,
|
| 8 |
+
"finish_reason_counts": {
|
| 9 |
+
"stop": 198
|
| 10 |
+
},
|
| 11 |
+
"created_at_unix": 1783292095.9993775
|
| 12 |
+
}
|
GGUF/Q8_0/eval/lbc100.summary.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n": 100,
|
| 3 |
+
"pass": 78,
|
| 4 |
+
"accuracy": 0.78,
|
| 5 |
+
"by_difficulty": {
|
| 6 |
+
"easy:pass": 23,
|
| 7 |
+
"medium:pass": 30,
|
| 8 |
+
"hard:fail": 21,
|
| 9 |
+
"hard:pass": 25,
|
| 10 |
+
"medium:fail": 1
|
| 11 |
+
},
|
| 12 |
+
"notes": {
|
| 13 |
+
"PASS": 78,
|
| 14 |
+
"runtime_error_case": 3,
|
| 15 |
+
"wrong_answer_case": 15,
|
| 16 |
+
"empty_code": 1,
|
| 17 |
+
"error": 1,
|
| 18 |
+
"timeout_case": 2
|
| 19 |
+
},
|
| 20 |
+
"empty_or_no_code": 1,
|
| 21 |
+
"created_at_unix": 1783263716.2930017
|
| 22 |
+
}
|
GGUF/Q8_0/eval/mmlu500.summary.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n": 500,
|
| 3 |
+
"correct": 462,
|
| 4 |
+
"accuracy": 0.924,
|
| 5 |
+
"parse_fail": 0,
|
| 6 |
+
"errors": 0,
|
| 7 |
+
"timeouts": 0,
|
| 8 |
+
"finish_reason_counts": {
|
| 9 |
+
"stop": 500
|
| 10 |
+
},
|
| 11 |
+
"created_at_unix": 1783268110.1715186
|
| 12 |
+
}
|
GGUF/Q8_0/eval/mtp/matrix.log
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[matrix] start c1_nomtp port=19680
|
| 2 |
+
[matrix] done c1_nomtp ok=4/4 nonempty_any=4 api_tps=43.54 accept=None
|
| 3 |
+
[matrix] start c1_n1 port=19681
|
| 4 |
+
[matrix] done c1_n1 ok=4/4 nonempty_any=4 api_tps=56.78 accept=0.955734
|
| 5 |
+
[matrix] start c1_n2 port=19682
|
| 6 |
+
[matrix] done c1_n2 ok=4/4 nonempty_any=4 api_tps=64.726 accept=0.923323
|
| 7 |
+
[matrix] start c1_n3 port=19683
|
| 8 |
+
[matrix] done c1_n3 ok=4/4 nonempty_any=4 api_tps=63.877 accept=0.91763
|
| 9 |
+
[matrix] start c1_n4 port=19684
|
| 10 |
+
[matrix] done c1_n4 ok=4/4 nonempty_any=4 api_tps=65.492 accept=0.876302
|
| 11 |
+
[matrix] start c2_nomtp port=19685
|
| 12 |
+
[matrix] done c2_nomtp ok=4/4 nonempty_any=4 api_tps=71.55 accept=None
|
| 13 |
+
[matrix] start c2_n1 port=19686
|
| 14 |
+
[matrix] done c2_n1 ok=4/4 nonempty_any=4 api_tps=59.323 accept=0.952849
|
| 15 |
+
[matrix] start c2_n2 port=19687
|
| 16 |
+
[matrix] done c2_n2 ok=4/4 nonempty_any=4 api_tps=68.406 accept=0.936134
|
| 17 |
+
[matrix] start c2_n3 port=19688
|
| 18 |
+
[matrix] done c2_n3 ok=4/4 nonempty_any=4 api_tps=74.24 accept=0.907433
|
| 19 |
+
[matrix] start c2_n4 port=19689
|
| 20 |
+
[matrix] done c2_n4 ok=4/4 nonempty_any=4 api_tps=72.902 accept=0.862644
|
| 21 |
+
[matrix] start c4_nomtp port=19690
|
| 22 |
+
[matrix] done c4_nomtp ok=8/8 nonempty_any=8 api_tps=87.66 accept=None
|
| 23 |
+
[matrix] start c4_n1 port=19691
|
| 24 |
+
[matrix] done c4_n1 ok=8/8 nonempty_any=8 api_tps=57.636 accept=0.948843
|
| 25 |
+
[matrix] start c4_n2 port=19692
|
| 26 |
+
[matrix] done c4_n2 ok=8/8 nonempty_any=8 api_tps=67.742 accept=0.92243
|
| 27 |
+
[matrix] start c4_n3 port=19693
|
| 28 |
+
[matrix] done c4_n3 ok=8/8 nonempty_any=8 api_tps=71.541 accept=0.90411
|
| 29 |
+
[matrix] start c4_n4 port=19694
|
| 30 |
+
[matrix] done c4_n4 ok=8/8 nonempty_any=8 api_tps=73.192 accept=0.871302
|
GGUF/Q8_0/eval/mtp/mtp_acceptance_matrix.json
ADDED
|
@@ -0,0 +1,1157 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"label": "c1_nomtp",
|
| 4 |
+
"c": 1,
|
| 5 |
+
"n": null,
|
| 6 |
+
"mtp": false,
|
| 7 |
+
"port": 19680,
|
| 8 |
+
"requests": 4,
|
| 9 |
+
"ok": 4,
|
| 10 |
+
"errors": 0,
|
| 11 |
+
"nonempty_content": 4,
|
| 12 |
+
"nonempty_any": 4,
|
| 13 |
+
"completion_tokens": 1104,
|
| 14 |
+
"wall_sec": 25.356,
|
| 15 |
+
"api_completion_tokens_per_sec": 43.54,
|
| 16 |
+
"server": {
|
| 17 |
+
"draft_acceptance_events": 0,
|
| 18 |
+
"draft_acceptance_weighted": null,
|
| 19 |
+
"draft_accepted_tokens": null,
|
| 20 |
+
"draft_generated_tokens": null,
|
| 21 |
+
"eval_tokens": 1245,
|
| 22 |
+
"eval_ms": 24669.2,
|
| 23 |
+
"eval_tokens_per_sec": 50.468,
|
| 24 |
+
"model_loaded": true,
|
| 25 |
+
"mtp_initialized": false
|
| 26 |
+
},
|
| 27 |
+
"responses": [
|
| 28 |
+
{
|
| 29 |
+
"ok": true,
|
| 30 |
+
"elapsed_sec": 2.875,
|
| 31 |
+
"content_len": 68,
|
| 32 |
+
"reasoning_len": 138,
|
| 33 |
+
"completion_tokens": 124,
|
| 34 |
+
"total_tokens": 150,
|
| 35 |
+
"finish_reason": "stop"
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"ok": true,
|
| 39 |
+
"elapsed_sec": 6.788,
|
| 40 |
+
"content_len": 227,
|
| 41 |
+
"reasoning_len": 509,
|
| 42 |
+
"completion_tokens": 295,
|
| 43 |
+
"total_tokens": 335,
|
| 44 |
+
"finish_reason": "stop"
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"ok": true,
|
| 48 |
+
"elapsed_sec": 6.928,
|
| 49 |
+
"content_len": 71,
|
| 50 |
+
"reasoning_len": 451,
|
| 51 |
+
"completion_tokens": 301,
|
| 52 |
+
"total_tokens": 340,
|
| 53 |
+
"finish_reason": "stop"
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"ok": true,
|
| 57 |
+
"elapsed_sec": 8.761,
|
| 58 |
+
"content_len": 218,
|
| 59 |
+
"reasoning_len": 673,
|
| 60 |
+
"completion_tokens": 384,
|
| 61 |
+
"total_tokens": 420,
|
| 62 |
+
"finish_reason": "length"
|
| 63 |
+
}
|
| 64 |
+
],
|
| 65 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/143_final55_true_v3_q8_mtp_full_eval_20260705/q8_mtp_acceptance_matrix/c1_nomtp/server.log"
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"label": "c1_n1",
|
| 69 |
+
"c": 1,
|
| 70 |
+
"n": 1,
|
| 71 |
+
"mtp": true,
|
| 72 |
+
"port": 19681,
|
| 73 |
+
"requests": 4,
|
| 74 |
+
"ok": 4,
|
| 75 |
+
"errors": 0,
|
| 76 |
+
"nonempty_content": 3,
|
| 77 |
+
"nonempty_any": 4,
|
| 78 |
+
"completion_tokens": 1178,
|
| 79 |
+
"wall_sec": 20.747,
|
| 80 |
+
"api_completion_tokens_per_sec": 56.78,
|
| 81 |
+
"server": {
|
| 82 |
+
"draft_acceptance_events": 4,
|
| 83 |
+
"draft_acceptance_weighted": 0.955734,
|
| 84 |
+
"draft_accepted_tokens": 475,
|
| 85 |
+
"draft_generated_tokens": 497,
|
| 86 |
+
"eval_tokens": 1319,
|
| 87 |
+
"eval_ms": 20138.42,
|
| 88 |
+
"eval_tokens_per_sec": 65.497,
|
| 89 |
+
"model_loaded": true,
|
| 90 |
+
"mtp_initialized": true
|
| 91 |
+
},
|
| 92 |
+
"responses": [
|
| 93 |
+
{
|
| 94 |
+
"ok": true,
|
| 95 |
+
"elapsed_sec": 2.389,
|
| 96 |
+
"content_len": 55,
|
| 97 |
+
"reasoning_len": 152,
|
| 98 |
+
"completion_tokens": 126,
|
| 99 |
+
"total_tokens": 152,
|
| 100 |
+
"finish_reason": "stop"
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"ok": true,
|
| 104 |
+
"elapsed_sec": 4.98,
|
| 105 |
+
"content_len": 355,
|
| 106 |
+
"reasoning_len": 338,
|
| 107 |
+
"completion_tokens": 284,
|
| 108 |
+
"total_tokens": 324,
|
| 109 |
+
"finish_reason": "stop"
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"ok": true,
|
| 113 |
+
"elapsed_sec": 7.031,
|
| 114 |
+
"content_len": 0,
|
| 115 |
+
"reasoning_len": 660,
|
| 116 |
+
"completion_tokens": 384,
|
| 117 |
+
"total_tokens": 423,
|
| 118 |
+
"finish_reason": "length"
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"ok": true,
|
| 122 |
+
"elapsed_sec": 6.346,
|
| 123 |
+
"content_len": 595,
|
| 124 |
+
"reasoning_len": 324,
|
| 125 |
+
"completion_tokens": 384,
|
| 126 |
+
"total_tokens": 420,
|
| 127 |
+
"finish_reason": "length"
|
| 128 |
+
}
|
| 129 |
+
],
|
| 130 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/143_final55_true_v3_q8_mtp_full_eval_20260705/q8_mtp_acceptance_matrix/c1_n1/server.log"
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"label": "c1_n2",
|
| 134 |
+
"c": 1,
|
| 135 |
+
"n": 2,
|
| 136 |
+
"mtp": true,
|
| 137 |
+
"port": 19682,
|
| 138 |
+
"requests": 4,
|
| 139 |
+
"ok": 4,
|
| 140 |
+
"errors": 0,
|
| 141 |
+
"nonempty_content": 4,
|
| 142 |
+
"nonempty_any": 4,
|
| 143 |
+
"completion_tokens": 1077,
|
| 144 |
+
"wall_sec": 16.639,
|
| 145 |
+
"api_completion_tokens_per_sec": 64.726,
|
| 146 |
+
"server": {
|
| 147 |
+
"draft_acceptance_events": 4,
|
| 148 |
+
"draft_acceptance_weighted": 0.923323,
|
| 149 |
+
"draft_accepted_tokens": 578,
|
| 150 |
+
"draft_generated_tokens": 626,
|
| 151 |
+
"eval_tokens": 1218,
|
| 152 |
+
"eval_ms": 15974.41,
|
| 153 |
+
"eval_tokens_per_sec": 76.247,
|
| 154 |
+
"model_loaded": true,
|
| 155 |
+
"mtp_initialized": true
|
| 156 |
+
},
|
| 157 |
+
"responses": [
|
| 158 |
+
{
|
| 159 |
+
"ok": true,
|
| 160 |
+
"elapsed_sec": 2.069,
|
| 161 |
+
"content_len": 68,
|
| 162 |
+
"reasoning_len": 127,
|
| 163 |
+
"completion_tokens": 119,
|
| 164 |
+
"total_tokens": 145,
|
| 165 |
+
"finish_reason": "stop"
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"ok": true,
|
| 169 |
+
"elapsed_sec": 4.485,
|
| 170 |
+
"content_len": 440,
|
| 171 |
+
"reasoning_len": 344,
|
| 172 |
+
"completion_tokens": 306,
|
| 173 |
+
"total_tokens": 346,
|
| 174 |
+
"finish_reason": "stop"
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"ok": true,
|
| 178 |
+
"elapsed_sec": 4.655,
|
| 179 |
+
"content_len": 52,
|
| 180 |
+
"reasoning_len": 405,
|
| 181 |
+
"completion_tokens": 268,
|
| 182 |
+
"total_tokens": 307,
|
| 183 |
+
"finish_reason": "stop"
|
| 184 |
+
},
|
| 185 |
+
{
|
| 186 |
+
"ok": true,
|
| 187 |
+
"elapsed_sec": 5.43,
|
| 188 |
+
"content_len": 349,
|
| 189 |
+
"reasoning_len": 552,
|
| 190 |
+
"completion_tokens": 384,
|
| 191 |
+
"total_tokens": 420,
|
| 192 |
+
"finish_reason": "length"
|
| 193 |
+
}
|
| 194 |
+
],
|
| 195 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/143_final55_true_v3_q8_mtp_full_eval_20260705/q8_mtp_acceptance_matrix/c1_n2/server.log"
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"label": "c1_n3",
|
| 199 |
+
"c": 1,
|
| 200 |
+
"n": 3,
|
| 201 |
+
"mtp": true,
|
| 202 |
+
"port": 19683,
|
| 203 |
+
"requests": 4,
|
| 204 |
+
"ok": 4,
|
| 205 |
+
"errors": 0,
|
| 206 |
+
"nonempty_content": 3,
|
| 207 |
+
"nonempty_any": 4,
|
| 208 |
+
"completion_tokens": 1155,
|
| 209 |
+
"wall_sec": 18.082,
|
| 210 |
+
"api_completion_tokens_per_sec": 63.877,
|
| 211 |
+
"server": {
|
| 212 |
+
"draft_acceptance_events": 4,
|
| 213 |
+
"draft_acceptance_weighted": 0.91763,
|
| 214 |
+
"draft_accepted_tokens": 635,
|
| 215 |
+
"draft_generated_tokens": 692,
|
| 216 |
+
"eval_tokens": 1296,
|
| 217 |
+
"eval_ms": 17411.99,
|
| 218 |
+
"eval_tokens_per_sec": 74.431,
|
| 219 |
+
"model_loaded": true,
|
| 220 |
+
"mtp_initialized": true
|
| 221 |
+
},
|
| 222 |
+
"responses": [
|
| 223 |
+
{
|
| 224 |
+
"ok": true,
|
| 225 |
+
"elapsed_sec": 2.359,
|
| 226 |
+
"content_len": 75,
|
| 227 |
+
"reasoning_len": 135,
|
| 228 |
+
"completion_tokens": 130,
|
| 229 |
+
"total_tokens": 156,
|
| 230 |
+
"finish_reason": "stop"
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"ok": true,
|
| 234 |
+
"elapsed_sec": 6.573,
|
| 235 |
+
"content_len": 0,
|
| 236 |
+
"reasoning_len": 784,
|
| 237 |
+
"completion_tokens": 384,
|
| 238 |
+
"total_tokens": 424,
|
| 239 |
+
"finish_reason": "length"
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"ok": true,
|
| 243 |
+
"elapsed_sec": 3.965,
|
| 244 |
+
"content_len": 54,
|
| 245 |
+
"reasoning_len": 362,
|
| 246 |
+
"completion_tokens": 257,
|
| 247 |
+
"total_tokens": 296,
|
| 248 |
+
"finish_reason": "stop"
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"ok": true,
|
| 252 |
+
"elapsed_sec": 5.184,
|
| 253 |
+
"content_len": 230,
|
| 254 |
+
"reasoning_len": 680,
|
| 255 |
+
"completion_tokens": 384,
|
| 256 |
+
"total_tokens": 420,
|
| 257 |
+
"finish_reason": "length"
|
| 258 |
+
}
|
| 259 |
+
],
|
| 260 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/143_final55_true_v3_q8_mtp_full_eval_20260705/q8_mtp_acceptance_matrix/c1_n3/server.log"
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"label": "c1_n4",
|
| 264 |
+
"c": 1,
|
| 265 |
+
"n": 4,
|
| 266 |
+
"mtp": true,
|
| 267 |
+
"port": 19684,
|
| 268 |
+
"requests": 4,
|
| 269 |
+
"ok": 4,
|
| 270 |
+
"errors": 0,
|
| 271 |
+
"nonempty_content": 4,
|
| 272 |
+
"nonempty_any": 4,
|
| 273 |
+
"completion_tokens": 1146,
|
| 274 |
+
"wall_sec": 17.498,
|
| 275 |
+
"api_completion_tokens_per_sec": 65.492,
|
| 276 |
+
"server": {
|
| 277 |
+
"draft_acceptance_events": 4,
|
| 278 |
+
"draft_acceptance_weighted": 0.876302,
|
| 279 |
+
"draft_accepted_tokens": 673,
|
| 280 |
+
"draft_generated_tokens": 768,
|
| 281 |
+
"eval_tokens": 1287,
|
| 282 |
+
"eval_ms": 16795.95,
|
| 283 |
+
"eval_tokens_per_sec": 76.626,
|
| 284 |
+
"model_loaded": true,
|
| 285 |
+
"mtp_initialized": true
|
| 286 |
+
},
|
| 287 |
+
"responses": [
|
| 288 |
+
{
|
| 289 |
+
"ok": true,
|
| 290 |
+
"elapsed_sec": 2.16,
|
| 291 |
+
"content_len": 54,
|
| 292 |
+
"reasoning_len": 139,
|
| 293 |
+
"completion_tokens": 117,
|
| 294 |
+
"total_tokens": 143,
|
| 295 |
+
"finish_reason": "stop"
|
| 296 |
+
},
|
| 297 |
+
{
|
| 298 |
+
"ok": true,
|
| 299 |
+
"elapsed_sec": 5.064,
|
| 300 |
+
"content_len": 331,
|
| 301 |
+
"reasoning_len": 554,
|
| 302 |
+
"completion_tokens": 365,
|
| 303 |
+
"total_tokens": 405,
|
| 304 |
+
"finish_reason": "stop"
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"ok": true,
|
| 308 |
+
"elapsed_sec": 6.408,
|
| 309 |
+
"content_len": 32,
|
| 310 |
+
"reasoning_len": 618,
|
| 311 |
+
"completion_tokens": 384,
|
| 312 |
+
"total_tokens": 423,
|
| 313 |
+
"finish_reason": "length"
|
| 314 |
+
},
|
| 315 |
+
{
|
| 316 |
+
"ok": true,
|
| 317 |
+
"elapsed_sec": 3.866,
|
| 318 |
+
"content_len": 535,
|
| 319 |
+
"reasoning_len": 175,
|
| 320 |
+
"completion_tokens": 280,
|
| 321 |
+
"total_tokens": 316,
|
| 322 |
+
"finish_reason": "stop"
|
| 323 |
+
}
|
| 324 |
+
],
|
| 325 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/143_final55_true_v3_q8_mtp_full_eval_20260705/q8_mtp_acceptance_matrix/c1_n4/server.log"
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"label": "c2_nomtp",
|
| 329 |
+
"c": 2,
|
| 330 |
+
"n": null,
|
| 331 |
+
"mtp": false,
|
| 332 |
+
"port": 19685,
|
| 333 |
+
"requests": 4,
|
| 334 |
+
"ok": 4,
|
| 335 |
+
"errors": 0,
|
| 336 |
+
"nonempty_content": 3,
|
| 337 |
+
"nonempty_any": 4,
|
| 338 |
+
"completion_tokens": 1122,
|
| 339 |
+
"wall_sec": 15.681,
|
| 340 |
+
"api_completion_tokens_per_sec": 71.55,
|
| 341 |
+
"server": {
|
| 342 |
+
"draft_acceptance_events": 0,
|
| 343 |
+
"draft_acceptance_weighted": null,
|
| 344 |
+
"draft_accepted_tokens": null,
|
| 345 |
+
"draft_generated_tokens": null,
|
| 346 |
+
"eval_tokens": 1263,
|
| 347 |
+
"eval_ms": 28279.65,
|
| 348 |
+
"eval_tokens_per_sec": 44.661,
|
| 349 |
+
"model_loaded": true,
|
| 350 |
+
"mtp_initialized": false
|
| 351 |
+
},
|
| 352 |
+
"responses": [
|
| 353 |
+
{
|
| 354 |
+
"ok": true,
|
| 355 |
+
"elapsed_sec": 3.08,
|
| 356 |
+
"content_len": 54,
|
| 357 |
+
"reasoning_len": 137,
|
| 358 |
+
"completion_tokens": 117,
|
| 359 |
+
"total_tokens": 143,
|
| 360 |
+
"finish_reason": "stop"
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"ok": true,
|
| 364 |
+
"elapsed_sec": 6.297,
|
| 365 |
+
"content_len": 228,
|
| 366 |
+
"reasoning_len": 340,
|
| 367 |
+
"completion_tokens": 237,
|
| 368 |
+
"total_tokens": 277,
|
| 369 |
+
"finish_reason": "stop"
|
| 370 |
+
},
|
| 371 |
+
{
|
| 372 |
+
"ok": true,
|
| 373 |
+
"elapsed_sec": 9.968,
|
| 374 |
+
"content_len": 0,
|
| 375 |
+
"reasoning_len": 683,
|
| 376 |
+
"completion_tokens": 384,
|
| 377 |
+
"total_tokens": 423,
|
| 378 |
+
"finish_reason": "length"
|
| 379 |
+
},
|
| 380 |
+
{
|
| 381 |
+
"ok": true,
|
| 382 |
+
"elapsed_sec": 9.382,
|
| 383 |
+
"content_len": 527,
|
| 384 |
+
"reasoning_len": 382,
|
| 385 |
+
"completion_tokens": 384,
|
| 386 |
+
"total_tokens": 420,
|
| 387 |
+
"finish_reason": "length"
|
| 388 |
+
}
|
| 389 |
+
],
|
| 390 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/143_final55_true_v3_q8_mtp_full_eval_20260705/q8_mtp_acceptance_matrix/c2_nomtp/server.log"
|
| 391 |
+
},
|
| 392 |
+
{
|
| 393 |
+
"label": "c2_n1",
|
| 394 |
+
"c": 2,
|
| 395 |
+
"n": 1,
|
| 396 |
+
"mtp": true,
|
| 397 |
+
"port": 19686,
|
| 398 |
+
"requests": 4,
|
| 399 |
+
"ok": 4,
|
| 400 |
+
"errors": 0,
|
| 401 |
+
"nonempty_content": 4,
|
| 402 |
+
"nonempty_any": 4,
|
| 403 |
+
"completion_tokens": 1188,
|
| 404 |
+
"wall_sec": 20.026,
|
| 405 |
+
"api_completion_tokens_per_sec": 59.323,
|
| 406 |
+
"server": {
|
| 407 |
+
"draft_acceptance_events": 4,
|
| 408 |
+
"draft_acceptance_weighted": 0.952849,
|
| 409 |
+
"draft_accepted_tokens": 485,
|
| 410 |
+
"draft_generated_tokens": 509,
|
| 411 |
+
"eval_tokens": 1329,
|
| 412 |
+
"eval_ms": 36690.48,
|
| 413 |
+
"eval_tokens_per_sec": 36.222,
|
| 414 |
+
"model_loaded": true,
|
| 415 |
+
"mtp_initialized": true
|
| 416 |
+
},
|
| 417 |
+
"responses": [
|
| 418 |
+
{
|
| 419 |
+
"ok": true,
|
| 420 |
+
"elapsed_sec": 4.301,
|
| 421 |
+
"content_len": 54,
|
| 422 |
+
"reasoning_len": 135,
|
| 423 |
+
"completion_tokens": 115,
|
| 424 |
+
"total_tokens": 141,
|
| 425 |
+
"finish_reason": "stop"
|
| 426 |
+
},
|
| 427 |
+
{
|
| 428 |
+
"ok": true,
|
| 429 |
+
"elapsed_sec": 10.621,
|
| 430 |
+
"content_len": 338,
|
| 431 |
+
"reasoning_len": 380,
|
| 432 |
+
"completion_tokens": 313,
|
| 433 |
+
"total_tokens": 353,
|
| 434 |
+
"finish_reason": "stop"
|
| 435 |
+
},
|
| 436 |
+
{
|
| 437 |
+
"ok": true,
|
| 438 |
+
"elapsed_sec": 12.873,
|
| 439 |
+
"content_len": 86,
|
| 440 |
+
"reasoning_len": 521,
|
| 441 |
+
"completion_tokens": 376,
|
| 442 |
+
"total_tokens": 415,
|
| 443 |
+
"finish_reason": "stop"
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"ok": true,
|
| 447 |
+
"elapsed_sec": 9.403,
|
| 448 |
+
"content_len": 305,
|
| 449 |
+
"reasoning_len": 625,
|
| 450 |
+
"completion_tokens": 384,
|
| 451 |
+
"total_tokens": 420,
|
| 452 |
+
"finish_reason": "length"
|
| 453 |
+
}
|
| 454 |
+
],
|
| 455 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/143_final55_true_v3_q8_mtp_full_eval_20260705/q8_mtp_acceptance_matrix/c2_n1/server.log"
|
| 456 |
+
},
|
| 457 |
+
{
|
| 458 |
+
"label": "c2_n2",
|
| 459 |
+
"c": 2,
|
| 460 |
+
"n": 2,
|
| 461 |
+
"mtp": true,
|
| 462 |
+
"port": 19687,
|
| 463 |
+
"requests": 4,
|
| 464 |
+
"ok": 4,
|
| 465 |
+
"errors": 0,
|
| 466 |
+
"nonempty_content": 4,
|
| 467 |
+
"nonempty_any": 4,
|
| 468 |
+
"completion_tokens": 1063,
|
| 469 |
+
"wall_sec": 15.54,
|
| 470 |
+
"api_completion_tokens_per_sec": 68.406,
|
| 471 |
+
"server": {
|
| 472 |
+
"draft_acceptance_events": 4,
|
| 473 |
+
"draft_acceptance_weighted": 0.936134,
|
| 474 |
+
"draft_accepted_tokens": 557,
|
| 475 |
+
"draft_generated_tokens": 595,
|
| 476 |
+
"eval_tokens": 1204,
|
| 477 |
+
"eval_ms": 29340.66,
|
| 478 |
+
"eval_tokens_per_sec": 41.035,
|
| 479 |
+
"model_loaded": true,
|
| 480 |
+
"mtp_initialized": true
|
| 481 |
+
},
|
| 482 |
+
"responses": [
|
| 483 |
+
{
|
| 484 |
+
"ok": true,
|
| 485 |
+
"elapsed_sec": 3.927,
|
| 486 |
+
"content_len": 57,
|
| 487 |
+
"reasoning_len": 135,
|
| 488 |
+
"completion_tokens": 117,
|
| 489 |
+
"total_tokens": 143,
|
| 490 |
+
"finish_reason": "stop"
|
| 491 |
+
},
|
| 492 |
+
{
|
| 493 |
+
"ok": true,
|
| 494 |
+
"elapsed_sec": 6.9,
|
| 495 |
+
"content_len": 227,
|
| 496 |
+
"reasoning_len": 320,
|
| 497 |
+
"completion_tokens": 232,
|
| 498 |
+
"total_tokens": 272,
|
| 499 |
+
"finish_reason": "stop"
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"ok": true,
|
| 503 |
+
"elapsed_sec": 10.36,
|
| 504 |
+
"content_len": 70,
|
| 505 |
+
"reasoning_len": 492,
|
| 506 |
+
"completion_tokens": 330,
|
| 507 |
+
"total_tokens": 369,
|
| 508 |
+
"finish_reason": "stop"
|
| 509 |
+
},
|
| 510 |
+
{
|
| 511 |
+
"ok": true,
|
| 512 |
+
"elapsed_sec": 8.638,
|
| 513 |
+
"content_len": 588,
|
| 514 |
+
"reasoning_len": 330,
|
| 515 |
+
"completion_tokens": 384,
|
| 516 |
+
"total_tokens": 420,
|
| 517 |
+
"finish_reason": "length"
|
| 518 |
+
}
|
| 519 |
+
],
|
| 520 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/143_final55_true_v3_q8_mtp_full_eval_20260705/q8_mtp_acceptance_matrix/c2_n2/server.log"
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"label": "c2_n3",
|
| 524 |
+
"c": 2,
|
| 525 |
+
"n": 3,
|
| 526 |
+
"mtp": true,
|
| 527 |
+
"port": 19688,
|
| 528 |
+
"requests": 4,
|
| 529 |
+
"ok": 4,
|
| 530 |
+
"errors": 0,
|
| 531 |
+
"nonempty_content": 4,
|
| 532 |
+
"nonempty_any": 4,
|
| 533 |
+
"completion_tokens": 1081,
|
| 534 |
+
"wall_sec": 14.561,
|
| 535 |
+
"api_completion_tokens_per_sec": 74.24,
|
| 536 |
+
"server": {
|
| 537 |
+
"draft_acceptance_events": 4,
|
| 538 |
+
"draft_acceptance_weighted": 0.907433,
|
| 539 |
+
"draft_accepted_tokens": 647,
|
| 540 |
+
"draft_generated_tokens": 713,
|
| 541 |
+
"eval_tokens": 1222,
|
| 542 |
+
"eval_ms": 26237.8,
|
| 543 |
+
"eval_tokens_per_sec": 46.574,
|
| 544 |
+
"model_loaded": true,
|
| 545 |
+
"mtp_initialized": true
|
| 546 |
+
},
|
| 547 |
+
"responses": [
|
| 548 |
+
{
|
| 549 |
+
"ok": true,
|
| 550 |
+
"elapsed_sec": 3.629,
|
| 551 |
+
"content_len": 68,
|
| 552 |
+
"reasoning_len": 127,
|
| 553 |
+
"completion_tokens": 119,
|
| 554 |
+
"total_tokens": 145,
|
| 555 |
+
"finish_reason": "stop"
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"ok": true,
|
| 559 |
+
"elapsed_sec": 7.725,
|
| 560 |
+
"content_len": 372,
|
| 561 |
+
"reasoning_len": 338,
|
| 562 |
+
"completion_tokens": 291,
|
| 563 |
+
"total_tokens": 331,
|
| 564 |
+
"finish_reason": "stop"
|
| 565 |
+
},
|
| 566 |
+
{
|
| 567 |
+
"ok": true,
|
| 568 |
+
"elapsed_sec": 8.773,
|
| 569 |
+
"content_len": 70,
|
| 570 |
+
"reasoning_len": 412,
|
| 571 |
+
"completion_tokens": 287,
|
| 572 |
+
"total_tokens": 326,
|
| 573 |
+
"finish_reason": "stop"
|
| 574 |
+
},
|
| 575 |
+
{
|
| 576 |
+
"ok": true,
|
| 577 |
+
"elapsed_sec": 6.834,
|
| 578 |
+
"content_len": 602,
|
| 579 |
+
"reasoning_len": 335,
|
| 580 |
+
"completion_tokens": 384,
|
| 581 |
+
"total_tokens": 420,
|
| 582 |
+
"finish_reason": "length"
|
| 583 |
+
}
|
| 584 |
+
],
|
| 585 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/143_final55_true_v3_q8_mtp_full_eval_20260705/q8_mtp_acceptance_matrix/c2_n3/server.log"
|
| 586 |
+
},
|
| 587 |
+
{
|
| 588 |
+
"label": "c2_n4",
|
| 589 |
+
"c": 2,
|
| 590 |
+
"n": 4,
|
| 591 |
+
"mtp": true,
|
| 592 |
+
"port": 19689,
|
| 593 |
+
"requests": 4,
|
| 594 |
+
"ok": 4,
|
| 595 |
+
"errors": 0,
|
| 596 |
+
"nonempty_content": 4,
|
| 597 |
+
"nonempty_any": 4,
|
| 598 |
+
"completion_tokens": 1132,
|
| 599 |
+
"wall_sec": 15.528,
|
| 600 |
+
"api_completion_tokens_per_sec": 72.902,
|
| 601 |
+
"server": {
|
| 602 |
+
"draft_acceptance_events": 4,
|
| 603 |
+
"draft_acceptance_weighted": 0.862644,
|
| 604 |
+
"draft_accepted_tokens": 672,
|
| 605 |
+
"draft_generated_tokens": 779,
|
| 606 |
+
"eval_tokens": 1273,
|
| 607 |
+
"eval_ms": 26102.89,
|
| 608 |
+
"eval_tokens_per_sec": 48.769,
|
| 609 |
+
"model_loaded": true,
|
| 610 |
+
"mtp_initialized": true
|
| 611 |
+
},
|
| 612 |
+
"responses": [
|
| 613 |
+
{
|
| 614 |
+
"ok": true,
|
| 615 |
+
"elapsed_sec": 3.909,
|
| 616 |
+
"content_len": 63,
|
| 617 |
+
"reasoning_len": 136,
|
| 618 |
+
"completion_tokens": 119,
|
| 619 |
+
"total_tokens": 145,
|
| 620 |
+
"finish_reason": "stop"
|
| 621 |
+
},
|
| 622 |
+
{
|
| 623 |
+
"ok": true,
|
| 624 |
+
"elapsed_sec": 10.975,
|
| 625 |
+
"content_len": 203,
|
| 626 |
+
"reasoning_len": 613,
|
| 627 |
+
"completion_tokens": 384,
|
| 628 |
+
"total_tokens": 424,
|
| 629 |
+
"finish_reason": "length"
|
| 630 |
+
},
|
| 631 |
+
{
|
| 632 |
+
"ok": true,
|
| 633 |
+
"elapsed_sec": 7.1,
|
| 634 |
+
"content_len": 67,
|
| 635 |
+
"reasoning_len": 350,
|
| 636 |
+
"completion_tokens": 245,
|
| 637 |
+
"total_tokens": 284,
|
| 638 |
+
"finish_reason": "stop"
|
| 639 |
+
},
|
| 640 |
+
{
|
| 641 |
+
"ok": true,
|
| 642 |
+
"elapsed_sec": 4.551,
|
| 643 |
+
"content_len": 468,
|
| 644 |
+
"reasoning_len": 478,
|
| 645 |
+
"completion_tokens": 384,
|
| 646 |
+
"total_tokens": 420,
|
| 647 |
+
"finish_reason": "length"
|
| 648 |
+
}
|
| 649 |
+
],
|
| 650 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/143_final55_true_v3_q8_mtp_full_eval_20260705/q8_mtp_acceptance_matrix/c2_n4/server.log"
|
| 651 |
+
},
|
| 652 |
+
{
|
| 653 |
+
"label": "c4_nomtp",
|
| 654 |
+
"c": 4,
|
| 655 |
+
"n": null,
|
| 656 |
+
"mtp": false,
|
| 657 |
+
"port": 19690,
|
| 658 |
+
"requests": 8,
|
| 659 |
+
"ok": 8,
|
| 660 |
+
"errors": 0,
|
| 661 |
+
"nonempty_content": 8,
|
| 662 |
+
"nonempty_any": 8,
|
| 663 |
+
"completion_tokens": 1904,
|
| 664 |
+
"wall_sec": 21.72,
|
| 665 |
+
"api_completion_tokens_per_sec": 87.66,
|
| 666 |
+
"server": {
|
| 667 |
+
"draft_acceptance_events": 0,
|
| 668 |
+
"draft_acceptance_weighted": null,
|
| 669 |
+
"draft_accepted_tokens": null,
|
| 670 |
+
"draft_generated_tokens": null,
|
| 671 |
+
"eval_tokens": 2165,
|
| 672 |
+
"eval_ms": 63539.18,
|
| 673 |
+
"eval_tokens_per_sec": 34.073,
|
| 674 |
+
"model_loaded": true,
|
| 675 |
+
"mtp_initialized": false
|
| 676 |
+
},
|
| 677 |
+
"responses": [
|
| 678 |
+
{
|
| 679 |
+
"ok": true,
|
| 680 |
+
"elapsed_sec": 3.704,
|
| 681 |
+
"content_len": 54,
|
| 682 |
+
"reasoning_len": 139,
|
| 683 |
+
"completion_tokens": 117,
|
| 684 |
+
"total_tokens": 143,
|
| 685 |
+
"finish_reason": "stop"
|
| 686 |
+
},
|
| 687 |
+
{
|
| 688 |
+
"ok": true,
|
| 689 |
+
"elapsed_sec": 8.121,
|
| 690 |
+
"content_len": 68,
|
| 691 |
+
"reasoning_len": 396,
|
| 692 |
+
"completion_tokens": 267,
|
| 693 |
+
"total_tokens": 306,
|
| 694 |
+
"finish_reason": "stop"
|
| 695 |
+
},
|
| 696 |
+
{
|
| 697 |
+
"ok": true,
|
| 698 |
+
"elapsed_sec": 5.175,
|
| 699 |
+
"content_len": 28,
|
| 700 |
+
"reasoning_len": 258,
|
| 701 |
+
"completion_tokens": 161,
|
| 702 |
+
"total_tokens": 191,
|
| 703 |
+
"finish_reason": "stop"
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"ok": true,
|
| 707 |
+
"elapsed_sec": 9.864,
|
| 708 |
+
"content_len": 442,
|
| 709 |
+
"reasoning_len": 338,
|
| 710 |
+
"completion_tokens": 304,
|
| 711 |
+
"total_tokens": 344,
|
| 712 |
+
"finish_reason": "stop"
|
| 713 |
+
},
|
| 714 |
+
{
|
| 715 |
+
"ok": true,
|
| 716 |
+
"elapsed_sec": 2.059,
|
| 717 |
+
"content_len": 4,
|
| 718 |
+
"reasoning_len": 77,
|
| 719 |
+
"completion_tokens": 59,
|
| 720 |
+
"total_tokens": 88,
|
| 721 |
+
"finish_reason": "stop"
|
| 722 |
+
},
|
| 723 |
+
{
|
| 724 |
+
"ok": true,
|
| 725 |
+
"elapsed_sec": 12.891,
|
| 726 |
+
"content_len": 436,
|
| 727 |
+
"reasoning_len": 474,
|
| 728 |
+
"completion_tokens": 384,
|
| 729 |
+
"total_tokens": 420,
|
| 730 |
+
"finish_reason": "length"
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"ok": true,
|
| 734 |
+
"elapsed_sec": 9.892,
|
| 735 |
+
"content_len": 204,
|
| 736 |
+
"reasoning_len": 366,
|
| 737 |
+
"completion_tokens": 228,
|
| 738 |
+
"total_tokens": 256,
|
| 739 |
+
"finish_reason": "stop"
|
| 740 |
+
},
|
| 741 |
+
{
|
| 742 |
+
"ok": true,
|
| 743 |
+
"elapsed_sec": 12.839,
|
| 744 |
+
"content_len": 159,
|
| 745 |
+
"reasoning_len": 543,
|
| 746 |
+
"completion_tokens": 384,
|
| 747 |
+
"total_tokens": 417,
|
| 748 |
+
"finish_reason": "length"
|
| 749 |
+
}
|
| 750 |
+
],
|
| 751 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/143_final55_true_v3_q8_mtp_full_eval_20260705/q8_mtp_acceptance_matrix/c4_nomtp/server.log"
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"label": "c4_n1",
|
| 755 |
+
"c": 4,
|
| 756 |
+
"n": 1,
|
| 757 |
+
"mtp": true,
|
| 758 |
+
"port": 19691,
|
| 759 |
+
"requests": 8,
|
| 760 |
+
"ok": 8,
|
| 761 |
+
"errors": 0,
|
| 762 |
+
"nonempty_content": 6,
|
| 763 |
+
"nonempty_any": 8,
|
| 764 |
+
"completion_tokens": 2034,
|
| 765 |
+
"wall_sec": 35.29,
|
| 766 |
+
"api_completion_tokens_per_sec": 57.636,
|
| 767 |
+
"server": {
|
| 768 |
+
"draft_acceptance_events": 8,
|
| 769 |
+
"draft_acceptance_weighted": 0.948843,
|
| 770 |
+
"draft_accepted_tokens": 779,
|
| 771 |
+
"draft_generated_tokens": 821,
|
| 772 |
+
"eval_tokens": 2295,
|
| 773 |
+
"eval_ms": 123981.9,
|
| 774 |
+
"eval_tokens_per_sec": 18.511,
|
| 775 |
+
"model_loaded": true,
|
| 776 |
+
"mtp_initialized": true
|
| 777 |
+
},
|
| 778 |
+
"responses": [
|
| 779 |
+
{
|
| 780 |
+
"ok": true,
|
| 781 |
+
"elapsed_sec": 8.506,
|
| 782 |
+
"content_len": 54,
|
| 783 |
+
"reasoning_len": 139,
|
| 784 |
+
"completion_tokens": 117,
|
| 785 |
+
"total_tokens": 143,
|
| 786 |
+
"finish_reason": "stop"
|
| 787 |
+
},
|
| 788 |
+
{
|
| 789 |
+
"ok": true,
|
| 790 |
+
"elapsed_sec": 11.421,
|
| 791 |
+
"content_len": 41,
|
| 792 |
+
"reasoning_len": 253,
|
| 793 |
+
"completion_tokens": 166,
|
| 794 |
+
"total_tokens": 196,
|
| 795 |
+
"finish_reason": "stop"
|
| 796 |
+
},
|
| 797 |
+
{
|
| 798 |
+
"ok": true,
|
| 799 |
+
"elapsed_sec": 23.931,
|
| 800 |
+
"content_len": 244,
|
| 801 |
+
"reasoning_len": 707,
|
| 802 |
+
"completion_tokens": 384,
|
| 803 |
+
"total_tokens": 420,
|
| 804 |
+
"finish_reason": "length"
|
| 805 |
+
},
|
| 806 |
+
{
|
| 807 |
+
"ok": true,
|
| 808 |
+
"elapsed_sec": 27.384,
|
| 809 |
+
"content_len": 0,
|
| 810 |
+
"reasoning_len": 669,
|
| 811 |
+
"completion_tokens": 384,
|
| 812 |
+
"total_tokens": 423,
|
| 813 |
+
"finish_reason": "length"
|
| 814 |
+
},
|
| 815 |
+
{
|
| 816 |
+
"ok": true,
|
| 817 |
+
"elapsed_sec": 27.811,
|
| 818 |
+
"content_len": 0,
|
| 819 |
+
"reasoning_len": 825,
|
| 820 |
+
"completion_tokens": 384,
|
| 821 |
+
"total_tokens": 424,
|
| 822 |
+
"finish_reason": "length"
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"ok": true,
|
| 826 |
+
"elapsed_sec": 3.087,
|
| 827 |
+
"content_len": 4,
|
| 828 |
+
"reasoning_len": 77,
|
| 829 |
+
"completion_tokens": 59,
|
| 830 |
+
"total_tokens": 88,
|
| 831 |
+
"finish_reason": "stop"
|
| 832 |
+
},
|
| 833 |
+
{
|
| 834 |
+
"ok": true,
|
| 835 |
+
"elapsed_sec": 12.018,
|
| 836 |
+
"content_len": 193,
|
| 837 |
+
"reasoning_len": 336,
|
| 838 |
+
"completion_tokens": 207,
|
| 839 |
+
"total_tokens": 235,
|
| 840 |
+
"finish_reason": "stop"
|
| 841 |
+
},
|
| 842 |
+
{
|
| 843 |
+
"ok": true,
|
| 844 |
+
"elapsed_sec": 11.356,
|
| 845 |
+
"content_len": 236,
|
| 846 |
+
"reasoning_len": 435,
|
| 847 |
+
"completion_tokens": 333,
|
| 848 |
+
"total_tokens": 366,
|
| 849 |
+
"finish_reason": "stop"
|
| 850 |
+
}
|
| 851 |
+
],
|
| 852 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/143_final55_true_v3_q8_mtp_full_eval_20260705/q8_mtp_acceptance_matrix/c4_n1/server.log"
|
| 853 |
+
},
|
| 854 |
+
{
|
| 855 |
+
"label": "c4_n2",
|
| 856 |
+
"c": 4,
|
| 857 |
+
"n": 2,
|
| 858 |
+
"mtp": true,
|
| 859 |
+
"port": 19692,
|
| 860 |
+
"requests": 8,
|
| 861 |
+
"ok": 8,
|
| 862 |
+
"errors": 0,
|
| 863 |
+
"nonempty_content": 8,
|
| 864 |
+
"nonempty_any": 8,
|
| 865 |
+
"completion_tokens": 1886,
|
| 866 |
+
"wall_sec": 27.841,
|
| 867 |
+
"api_completion_tokens_per_sec": 67.742,
|
| 868 |
+
"server": {
|
| 869 |
+
"draft_acceptance_events": 8,
|
| 870 |
+
"draft_acceptance_weighted": 0.92243,
|
| 871 |
+
"draft_accepted_tokens": 987,
|
| 872 |
+
"draft_generated_tokens": 1070,
|
| 873 |
+
"eval_tokens": 2147,
|
| 874 |
+
"eval_ms": 93427.12,
|
| 875 |
+
"eval_tokens_per_sec": 22.98,
|
| 876 |
+
"model_loaded": true,
|
| 877 |
+
"mtp_initialized": true
|
| 878 |
+
},
|
| 879 |
+
"responses": [
|
| 880 |
+
{
|
| 881 |
+
"ok": true,
|
| 882 |
+
"elapsed_sec": 7.855,
|
| 883 |
+
"content_len": 84,
|
| 884 |
+
"reasoning_len": 127,
|
| 885 |
+
"completion_tokens": 127,
|
| 886 |
+
"total_tokens": 153,
|
| 887 |
+
"finish_reason": "stop"
|
| 888 |
+
},
|
| 889 |
+
{
|
| 890 |
+
"ok": true,
|
| 891 |
+
"elapsed_sec": 13.631,
|
| 892 |
+
"content_len": 233,
|
| 893 |
+
"reasoning_len": 416,
|
| 894 |
+
"completion_tokens": 251,
|
| 895 |
+
"total_tokens": 291,
|
| 896 |
+
"finish_reason": "stop"
|
| 897 |
+
},
|
| 898 |
+
{
|
| 899 |
+
"ok": true,
|
| 900 |
+
"elapsed_sec": 9.298,
|
| 901 |
+
"content_len": 34,
|
| 902 |
+
"reasoning_len": 226,
|
| 903 |
+
"completion_tokens": 143,
|
| 904 |
+
"total_tokens": 173,
|
| 905 |
+
"finish_reason": "stop"
|
| 906 |
+
},
|
| 907 |
+
{
|
| 908 |
+
"ok": true,
|
| 909 |
+
"elapsed_sec": 20.007,
|
| 910 |
+
"content_len": 56,
|
| 911 |
+
"reasoning_len": 504,
|
| 912 |
+
"completion_tokens": 327,
|
| 913 |
+
"total_tokens": 366,
|
| 914 |
+
"finish_reason": "stop"
|
| 915 |
+
},
|
| 916 |
+
{
|
| 917 |
+
"ok": true,
|
| 918 |
+
"elapsed_sec": 20.087,
|
| 919 |
+
"content_len": 421,
|
| 920 |
+
"reasoning_len": 434,
|
| 921 |
+
"completion_tokens": 384,
|
| 922 |
+
"total_tokens": 420,
|
| 923 |
+
"finish_reason": "length"
|
| 924 |
+
},
|
| 925 |
+
{
|
| 926 |
+
"ok": true,
|
| 927 |
+
"elapsed_sec": 2.473,
|
| 928 |
+
"content_len": 4,
|
| 929 |
+
"reasoning_len": 77,
|
| 930 |
+
"completion_tokens": 59,
|
| 931 |
+
"total_tokens": 88,
|
| 932 |
+
"finish_reason": "stop"
|
| 933 |
+
},
|
| 934 |
+
{
|
| 935 |
+
"ok": true,
|
| 936 |
+
"elapsed_sec": 10.913,
|
| 937 |
+
"content_len": 208,
|
| 938 |
+
"reasoning_len": 351,
|
| 939 |
+
"completion_tokens": 226,
|
| 940 |
+
"total_tokens": 254,
|
| 941 |
+
"finish_reason": "stop"
|
| 942 |
+
},
|
| 943 |
+
{
|
| 944 |
+
"ok": true,
|
| 945 |
+
"elapsed_sec": 10.687,
|
| 946 |
+
"content_len": 188,
|
| 947 |
+
"reasoning_len": 520,
|
| 948 |
+
"completion_tokens": 369,
|
| 949 |
+
"total_tokens": 402,
|
| 950 |
+
"finish_reason": "stop"
|
| 951 |
+
}
|
| 952 |
+
],
|
| 953 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/143_final55_true_v3_q8_mtp_full_eval_20260705/q8_mtp_acceptance_matrix/c4_n2/server.log"
|
| 954 |
+
},
|
| 955 |
+
{
|
| 956 |
+
"label": "c4_n3",
|
| 957 |
+
"c": 4,
|
| 958 |
+
"n": 3,
|
| 959 |
+
"mtp": true,
|
| 960 |
+
"port": 19693,
|
| 961 |
+
"requests": 8,
|
| 962 |
+
"ok": 8,
|
| 963 |
+
"errors": 0,
|
| 964 |
+
"nonempty_content": 8,
|
| 965 |
+
"nonempty_any": 8,
|
| 966 |
+
"completion_tokens": 1766,
|
| 967 |
+
"wall_sec": 24.685,
|
| 968 |
+
"api_completion_tokens_per_sec": 71.541,
|
| 969 |
+
"server": {
|
| 970 |
+
"draft_acceptance_events": 8,
|
| 971 |
+
"draft_acceptance_weighted": 0.90411,
|
| 972 |
+
"draft_accepted_tokens": 990,
|
| 973 |
+
"draft_generated_tokens": 1095,
|
| 974 |
+
"eval_tokens": 2027,
|
| 975 |
+
"eval_ms": 87982.95,
|
| 976 |
+
"eval_tokens_per_sec": 23.039,
|
| 977 |
+
"model_loaded": true,
|
| 978 |
+
"mtp_initialized": true
|
| 979 |
+
},
|
| 980 |
+
"responses": [
|
| 981 |
+
{
|
| 982 |
+
"ok": true,
|
| 983 |
+
"elapsed_sec": 7.08,
|
| 984 |
+
"content_len": 75,
|
| 985 |
+
"reasoning_len": 127,
|
| 986 |
+
"completion_tokens": 124,
|
| 987 |
+
"total_tokens": 150,
|
| 988 |
+
"finish_reason": "stop"
|
| 989 |
+
},
|
| 990 |
+
{
|
| 991 |
+
"ok": true,
|
| 992 |
+
"elapsed_sec": 11.58,
|
| 993 |
+
"content_len": 118,
|
| 994 |
+
"reasoning_len": 322,
|
| 995 |
+
"completion_tokens": 208,
|
| 996 |
+
"total_tokens": 248,
|
| 997 |
+
"finish_reason": "stop"
|
| 998 |
+
},
|
| 999 |
+
{
|
| 1000 |
+
"ok": true,
|
| 1001 |
+
"elapsed_sec": 7.266,
|
| 1002 |
+
"content_len": 47,
|
| 1003 |
+
"reasoning_len": 151,
|
| 1004 |
+
"completion_tokens": 108,
|
| 1005 |
+
"total_tokens": 138,
|
| 1006 |
+
"finish_reason": "stop"
|
| 1007 |
+
},
|
| 1008 |
+
{
|
| 1009 |
+
"ok": true,
|
| 1010 |
+
"elapsed_sec": 17.009,
|
| 1011 |
+
"content_len": 642,
|
| 1012 |
+
"reasoning_len": 306,
|
| 1013 |
+
"completion_tokens": 377,
|
| 1014 |
+
"total_tokens": 413,
|
| 1015 |
+
"finish_reason": "stop"
|
| 1016 |
+
},
|
| 1017 |
+
{
|
| 1018 |
+
"ok": true,
|
| 1019 |
+
"elapsed_sec": 2.668,
|
| 1020 |
+
"content_len": 4,
|
| 1021 |
+
"reasoning_len": 77,
|
| 1022 |
+
"completion_tokens": 59,
|
| 1023 |
+
"total_tokens": 88,
|
| 1024 |
+
"finish_reason": "stop"
|
| 1025 |
+
},
|
| 1026 |
+
{
|
| 1027 |
+
"ok": true,
|
| 1028 |
+
"elapsed_sec": 21.81,
|
| 1029 |
+
"content_len": 55,
|
| 1030 |
+
"reasoning_len": 570,
|
| 1031 |
+
"completion_tokens": 371,
|
| 1032 |
+
"total_tokens": 410,
|
| 1033 |
+
"finish_reason": "stop"
|
| 1034 |
+
},
|
| 1035 |
+
{
|
| 1036 |
+
"ok": true,
|
| 1037 |
+
"elapsed_sec": 11.626,
|
| 1038 |
+
"content_len": 259,
|
| 1039 |
+
"reasoning_len": 333,
|
| 1040 |
+
"completion_tokens": 244,
|
| 1041 |
+
"total_tokens": 272,
|
| 1042 |
+
"finish_reason": "stop"
|
| 1043 |
+
},
|
| 1044 |
+
{
|
| 1045 |
+
"ok": true,
|
| 1046 |
+
"elapsed_sec": 10.338,
|
| 1047 |
+
"content_len": 149,
|
| 1048 |
+
"reasoning_len": 373,
|
| 1049 |
+
"completion_tokens": 275,
|
| 1050 |
+
"total_tokens": 308,
|
| 1051 |
+
"finish_reason": "stop"
|
| 1052 |
+
}
|
| 1053 |
+
],
|
| 1054 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/143_final55_true_v3_q8_mtp_full_eval_20260705/q8_mtp_acceptance_matrix/c4_n3/server.log"
|
| 1055 |
+
},
|
| 1056 |
+
{
|
| 1057 |
+
"label": "c4_n4",
|
| 1058 |
+
"c": 4,
|
| 1059 |
+
"n": 4,
|
| 1060 |
+
"mtp": true,
|
| 1061 |
+
"port": 19694,
|
| 1062 |
+
"requests": 8,
|
| 1063 |
+
"ok": 8,
|
| 1064 |
+
"errors": 0,
|
| 1065 |
+
"nonempty_content": 7,
|
| 1066 |
+
"nonempty_any": 8,
|
| 1067 |
+
"completion_tokens": 1966,
|
| 1068 |
+
"wall_sec": 26.861,
|
| 1069 |
+
"api_completion_tokens_per_sec": 73.192,
|
| 1070 |
+
"server": {
|
| 1071 |
+
"draft_acceptance_events": 8,
|
| 1072 |
+
"draft_acceptance_weighted": 0.871302,
|
| 1073 |
+
"draft_accepted_tokens": 1178,
|
| 1074 |
+
"draft_generated_tokens": 1352,
|
| 1075 |
+
"eval_tokens": 2227,
|
| 1076 |
+
"eval_ms": 88349.36,
|
| 1077 |
+
"eval_tokens_per_sec": 25.207,
|
| 1078 |
+
"model_loaded": true,
|
| 1079 |
+
"mtp_initialized": true
|
| 1080 |
+
},
|
| 1081 |
+
"responses": [
|
| 1082 |
+
{
|
| 1083 |
+
"ok": true,
|
| 1084 |
+
"elapsed_sec": 7.413,
|
| 1085 |
+
"content_len": 54,
|
| 1086 |
+
"reasoning_len": 135,
|
| 1087 |
+
"completion_tokens": 116,
|
| 1088 |
+
"total_tokens": 142,
|
| 1089 |
+
"finish_reason": "stop"
|
| 1090 |
+
},
|
| 1091 |
+
{
|
| 1092 |
+
"ok": true,
|
| 1093 |
+
"elapsed_sec": 14.763,
|
| 1094 |
+
"content_len": 441,
|
| 1095 |
+
"reasoning_len": 344,
|
| 1096 |
+
"completion_tokens": 310,
|
| 1097 |
+
"total_tokens": 350,
|
| 1098 |
+
"finish_reason": "stop"
|
| 1099 |
+
},
|
| 1100 |
+
{
|
| 1101 |
+
"ok": true,
|
| 1102 |
+
"elapsed_sec": 16.151,
|
| 1103 |
+
"content_len": 568,
|
| 1104 |
+
"reasoning_len": 333,
|
| 1105 |
+
"completion_tokens": 384,
|
| 1106 |
+
"total_tokens": 420,
|
| 1107 |
+
"finish_reason": "length"
|
| 1108 |
+
},
|
| 1109 |
+
{
|
| 1110 |
+
"ok": true,
|
| 1111 |
+
"elapsed_sec": 9.396,
|
| 1112 |
+
"content_len": 44,
|
| 1113 |
+
"reasoning_len": 203,
|
| 1114 |
+
"completion_tokens": 137,
|
| 1115 |
+
"total_tokens": 167,
|
| 1116 |
+
"finish_reason": "stop"
|
| 1117 |
+
},
|
| 1118 |
+
{
|
| 1119 |
+
"ok": true,
|
| 1120 |
+
"elapsed_sec": 2.485,
|
| 1121 |
+
"content_len": 4,
|
| 1122 |
+
"reasoning_len": 77,
|
| 1123 |
+
"completion_tokens": 59,
|
| 1124 |
+
"total_tokens": 88,
|
| 1125 |
+
"finish_reason": "stop"
|
| 1126 |
+
},
|
| 1127 |
+
{
|
| 1128 |
+
"ok": true,
|
| 1129 |
+
"elapsed_sec": 19.481,
|
| 1130 |
+
"content_len": 83,
|
| 1131 |
+
"reasoning_len": 476,
|
| 1132 |
+
"completion_tokens": 329,
|
| 1133 |
+
"total_tokens": 368,
|
| 1134 |
+
"finish_reason": "stop"
|
| 1135 |
+
},
|
| 1136 |
+
{
|
| 1137 |
+
"ok": true,
|
| 1138 |
+
"elapsed_sec": 9.219,
|
| 1139 |
+
"content_len": 265,
|
| 1140 |
+
"reasoning_len": 365,
|
| 1141 |
+
"completion_tokens": 247,
|
| 1142 |
+
"total_tokens": 275,
|
| 1143 |
+
"finish_reason": "stop"
|
| 1144 |
+
},
|
| 1145 |
+
{
|
| 1146 |
+
"ok": true,
|
| 1147 |
+
"elapsed_sec": 10.706,
|
| 1148 |
+
"content_len": 0,
|
| 1149 |
+
"reasoning_len": 747,
|
| 1150 |
+
"completion_tokens": 384,
|
| 1151 |
+
"total_tokens": 417,
|
| 1152 |
+
"finish_reason": "length"
|
| 1153 |
+
}
|
| 1154 |
+
],
|
| 1155 |
+
"server_log": "/root/autodl-tmp/step37-27b-distill/runs/143_final55_true_v3_q8_mtp_full_eval_20260705/q8_mtp_acceptance_matrix/c4_n4/server.log"
|
| 1156 |
+
}
|
| 1157 |
+
]
|
GGUF/Q8_0/eval/mtp/mtp_acceptance_matrix.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# MTP Acceptance Matrix
|
| 2 |
+
|
| 3 |
+
| C | N | MTP | ok/req | nonempty any/content | api tok/s | server tok/s | draft acceptance | speedup vs no MTP |
|
| 4 |
+
|---:|---:|:---:|---:|---:|---:|---:|---:|---:|
|
| 5 |
+
| 1 | | off | 4/4 | 4/4 | 43.54 | 50.468 | None | None |
|
| 6 |
+
| 1 | 1 | on | 4/4 | 4/3 | 56.78 | 65.497 | 0.955734 | 1.304 |
|
| 7 |
+
| 1 | 2 | on | 4/4 | 4/4 | 64.726 | 76.247 | 0.923323 | 1.487 |
|
| 8 |
+
| 1 | 3 | on | 4/4 | 4/3 | 63.877 | 74.431 | 0.91763 | 1.467 |
|
| 9 |
+
| 1 | 4 | on | 4/4 | 4/4 | 65.492 | 76.626 | 0.876302 | 1.504 |
|
| 10 |
+
| 2 | | off | 4/4 | 4/3 | 71.55 | 44.661 | None | None |
|
| 11 |
+
| 2 | 1 | on | 4/4 | 4/4 | 59.323 | 36.222 | 0.952849 | 0.829 |
|
| 12 |
+
| 2 | 2 | on | 4/4 | 4/4 | 68.406 | 41.035 | 0.936134 | 0.956 |
|
| 13 |
+
| 2 | 3 | on | 4/4 | 4/4 | 74.24 | 46.574 | 0.907433 | 1.038 |
|
| 14 |
+
| 2 | 4 | on | 4/4 | 4/4 | 72.902 | 48.769 | 0.862644 | 1.019 |
|
| 15 |
+
| 4 | | off | 8/8 | 8/8 | 87.66 | 34.073 | None | None |
|
| 16 |
+
| 4 | 1 | on | 8/8 | 8/6 | 57.636 | 18.511 | 0.948843 | 0.657 |
|
| 17 |
+
| 4 | 2 | on | 8/8 | 8/8 | 67.742 | 22.98 | 0.92243 | 0.773 |
|
| 18 |
+
| 4 | 3 | on | 8/8 | 8/8 | 71.541 | 23.039 | 0.90411 | 0.816 |
|
| 19 |
+
| 4 | 4 | on | 8/8 | 8/7 | 73.192 | 25.207 | 0.871302 | 0.835 |
|