Image-Text-to-Text
GGUF
llama.cpp
qwen
qwen3.8
qwen3.8-flash-next
amd
rocm
gfx1151
ryzen-ai-max-395
strix-halo
mixture-of-experts
iu4
mtp
speculative-decoding
nvme
ple
long-context
local-inference
vision
conversational
Instructions to use jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4 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 jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4 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 jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0 # Run inference directly in the terminal: llama cli -hf jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0 # Run inference directly in the terminal: llama cli -hf jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4: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 jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0 # Run inference directly in the terminal: ./llama-cli -hf jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4: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 jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0
Use Docker
docker model run hf.co/jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0
- LM Studio
- Jan
- vLLM
How to use jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker
docker model run hf.co/jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0
- Ollama
How to use jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4 with Ollama:
ollama run hf.co/jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0
- Unsloth Desktop
- Pi
How to use jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4 with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4: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": "jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4 with Docker Model Runner:
docker model run hf.co/jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0
- Lemonade
How to use jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4 with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0
Run and chat with the model
lemonade run user.Qwen3.8-Flash-CIRU-STRIX-IU4-Q8_0
List all available models
lemonade list
- Hermes Agent
How to use jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4 with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4: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 jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4 with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4: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 "jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4: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"
| { | |
| "created_utc": "2026-09-05T15:20:00Z", | |
| "status": "complete", | |
| "run_id": "20260905T152000Z-bf16-three-arm-corrected", | |
| "intent": "Bounded BF16 fidelity diagnostic, 64 distributions and 60 next-token losses; corrected provenance only, scores unchanged.", | |
| "model": {}, | |
| "quality_results": [ | |
| { | |
| "benchmark_family": "bf16-logit-fidelity", | |
| "suite": "H73-four-domain-64-position-panel", | |
| "profile_id": "ciru-rc2", | |
| "tasks": 64, | |
| "score_name": "mean_kl", | |
| "score": 0.030452830391296454, | |
| "model_path": "/srv/llm/models/Qwen3.8-Flash-CIRU-STRIX-IU4/Qwen3.8-Flash-CIRU-STRIX-IU4.gguf", | |
| "model_sha256": "c0ea11e4e24d0f909720b6c4e7462aa1e6fbf5e0f6acc796063f2aed4cf46ed0", | |
| "source_path": "/srv/llm/work/qwen38-v2-release-20260905/quality-ciru/score.json", | |
| "notes": "Bounded numerical diagnostic. CIRU F16KV/FAauto; competitors Q8KV/FAon, MTPoff. Same panel and BF16 reference. No broad task-quality inference. Corrected provenance import supersedes 20260905T143758Z-custom-workflow-eval-small. Unsloth model_sha256 identifies first shard; all shards listed in model_artifacts.", | |
| "raw_sha256": "2d2edef8de50e5781fc6e4dcc1cf9c80daaeea9097d0ba79b4340b07d4b1d279" | |
| }, | |
| { | |
| "benchmark_family": "bf16-logit-fidelity", | |
| "suite": "H73-four-domain-64-position-panel", | |
| "profile_id": "ciru-rc2", | |
| "tasks": 64, | |
| "score_name": "top1_agreement", | |
| "score": 61, | |
| "model_path": "/srv/llm/models/Qwen3.8-Flash-CIRU-STRIX-IU4/Qwen3.8-Flash-CIRU-STRIX-IU4.gguf", | |
| "model_sha256": "c0ea11e4e24d0f909720b6c4e7462aa1e6fbf5e0f6acc796063f2aed4cf46ed0", | |
| "source_path": "/srv/llm/work/qwen38-v2-release-20260905/quality-ciru/score.json", | |
| "notes": "Bounded numerical diagnostic. CIRU F16KV/FAauto; competitors Q8KV/FAon, MTPoff. Same panel and BF16 reference. No broad task-quality inference. Corrected provenance import supersedes 20260905T143758Z-custom-workflow-eval-small. Unsloth model_sha256 identifies first shard; all shards listed in model_artifacts.", | |
| "raw_sha256": "2d2edef8de50e5781fc6e4dcc1cf9c80daaeea9097d0ba79b4340b07d4b1d279" | |
| }, | |
| { | |
| "benchmark_family": "bf16-logit-fidelity", | |
| "suite": "H73-four-domain-64-position-panel", | |
| "profile_id": "ciru-rc2", | |
| "tasks": 60, | |
| "score_name": "ppl_60", | |
| "score": 2.084010558412682, | |
| "model_path": "/srv/llm/models/Qwen3.8-Flash-CIRU-STRIX-IU4/Qwen3.8-Flash-CIRU-STRIX-IU4.gguf", | |
| "model_sha256": "c0ea11e4e24d0f909720b6c4e7462aa1e6fbf5e0f6acc796063f2aed4cf46ed0", | |
| "source_path": "/srv/llm/work/qwen38-v2-release-20260905/quality-ciru/score.json", | |
| "notes": "Bounded numerical diagnostic. CIRU F16KV/FAauto; competitors Q8KV/FAon, MTPoff. Same panel and BF16 reference. No broad task-quality inference. Corrected provenance import supersedes 20260905T143758Z-custom-workflow-eval-small. Unsloth model_sha256 identifies first shard; all shards listed in model_artifacts.", | |
| "raw_sha256": "2d2edef8de50e5781fc6e4dcc1cf9c80daaeea9097d0ba79b4340b07d4b1d279" | |
| }, | |
| { | |
| "benchmark_family": "bf16-logit-fidelity", | |
| "suite": "H73-four-domain-64-position-panel", | |
| "profile_id": "agention-laurent", | |
| "tasks": 64, | |
| "score_name": "mean_kl", | |
| "score": 0.11223406250141665, | |
| "model_path": "/srv/llm/models/agentionai-Qwen3.8-Flash-Next-ROCmFP4-FAST-ad4c5717254a/Qwen3.8-Flash-Next-ROCmFP4-FAST-v2-ple16.gguf", | |
| "model_sha256": "552a7a162f6a620c3aa0850d070086bc2b95094e0a4e8b860694c7f212cb59d8", | |
| "source_path": "/srv/llm/work/qwen38-v2-release-20260905/quality-ciru/score.json", | |
| "notes": "Bounded numerical diagnostic. CIRU F16KV/FAauto; competitors Q8KV/FAon, MTPoff. Same panel and BF16 reference. No broad task-quality inference. Corrected provenance import supersedes 20260905T143758Z-custom-workflow-eval-small. Unsloth model_sha256 identifies first shard; all shards listed in model_artifacts.", | |
| "raw_sha256": "25e5f12db31908110d0e1f02e7fab1afcd618de106da6649637b58ceaf42df9d", | |
| "model_artifacts": [ | |
| { | |
| "file": "Qwen3.8-Flash-Next-ROCmFP4-FAST-v2-ple16.gguf", | |
| "bytes": 93484237760, | |
| "sha256": "552a7a162f6a620c3aa0850d070086bc2b95094e0a4e8b860694c7f212cb59d8", | |
| "verified_utc": "2026-09-05T01:23:03.986191+00:00", | |
| "path": "/srv/llm/models/agentionai-Qwen3.8-Flash-Next-ROCmFP4-FAST-ad4c5717254a/Qwen3.8-Flash-Next-ROCmFP4-FAST-v2-ple16.gguf" | |
| } | |
| ] | |
| }, | |
| { | |
| "benchmark_family": "bf16-logit-fidelity", | |
| "suite": "H73-four-domain-64-position-panel", | |
| "profile_id": "agention-laurent", | |
| "tasks": 64, | |
| "score_name": "top1_agreement", | |
| "score": 60, | |
| "model_path": "/srv/llm/models/agentionai-Qwen3.8-Flash-Next-ROCmFP4-FAST-ad4c5717254a/Qwen3.8-Flash-Next-ROCmFP4-FAST-v2-ple16.gguf", | |
| "model_sha256": "552a7a162f6a620c3aa0850d070086bc2b95094e0a4e8b860694c7f212cb59d8", | |
| "source_path": "/srv/llm/work/qwen38-v2-release-20260905/quality-ciru/score.json", | |
| "notes": "Bounded numerical diagnostic. CIRU F16KV/FAauto; competitors Q8KV/FAon, MTPoff. Same panel and BF16 reference. No broad task-quality inference. Corrected provenance import supersedes 20260905T143758Z-custom-workflow-eval-small. Unsloth model_sha256 identifies first shard; all shards listed in model_artifacts.", | |
| "raw_sha256": "25e5f12db31908110d0e1f02e7fab1afcd618de106da6649637b58ceaf42df9d", | |
| "model_artifacts": [ | |
| { | |
| "file": "Qwen3.8-Flash-Next-ROCmFP4-FAST-v2-ple16.gguf", | |
| "bytes": 93484237760, | |
| "sha256": "552a7a162f6a620c3aa0850d070086bc2b95094e0a4e8b860694c7f212cb59d8", | |
| "verified_utc": "2026-09-05T01:23:03.986191+00:00", | |
| "path": "/srv/llm/models/agentionai-Qwen3.8-Flash-Next-ROCmFP4-FAST-ad4c5717254a/Qwen3.8-Flash-Next-ROCmFP4-FAST-v2-ple16.gguf" | |
| } | |
| ] | |
| }, | |
| { | |
| "benchmark_family": "bf16-logit-fidelity", | |
| "suite": "H73-four-domain-64-position-panel", | |
| "profile_id": "agention-laurent", | |
| "tasks": 60, | |
| "score_name": "ppl_60", | |
| "score": 2.383803541246223, | |
| "model_path": "/srv/llm/models/agentionai-Qwen3.8-Flash-Next-ROCmFP4-FAST-ad4c5717254a/Qwen3.8-Flash-Next-ROCmFP4-FAST-v2-ple16.gguf", | |
| "model_sha256": "552a7a162f6a620c3aa0850d070086bc2b95094e0a4e8b860694c7f212cb59d8", | |
| "source_path": "/srv/llm/work/qwen38-v2-release-20260905/quality-ciru/score.json", | |
| "notes": "Bounded numerical diagnostic. CIRU F16KV/FAauto; competitors Q8KV/FAon, MTPoff. Same panel and BF16 reference. No broad task-quality inference. Corrected provenance import supersedes 20260905T143758Z-custom-workflow-eval-small. Unsloth model_sha256 identifies first shard; all shards listed in model_artifacts.", | |
| "raw_sha256": "25e5f12db31908110d0e1f02e7fab1afcd618de106da6649637b58ceaf42df9d", | |
| "model_artifacts": [ | |
| { | |
| "file": "Qwen3.8-Flash-Next-ROCmFP4-FAST-v2-ple16.gguf", | |
| "bytes": 93484237760, | |
| "sha256": "552a7a162f6a620c3aa0850d070086bc2b95094e0a4e8b860694c7f212cb59d8", | |
| "verified_utc": "2026-09-05T01:23:03.986191+00:00", | |
| "path": "/srv/llm/models/agentionai-Qwen3.8-Flash-Next-ROCmFP4-FAST-ad4c5717254a/Qwen3.8-Flash-Next-ROCmFP4-FAST-v2-ple16.gguf" | |
| } | |
| ] | |
| }, | |
| { | |
| "benchmark_family": "bf16-logit-fidelity", | |
| "suite": "H73-four-domain-64-position-panel", | |
| "profile_id": "unsloth-recommended", | |
| "tasks": 64, | |
| "score_name": "mean_kl", | |
| "score": 0.17457136128131387, | |
| "model_path": "/srv/llm/models/unsloth-Qwen3.8-Flash-Next-38bb39ee9782/UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00001-of-00003.gguf", | |
| "model_sha256": "5ce89370720f8bf90890f439361282104c1aa1482d4013bb9a50923e758e71a4", | |
| "source_path": "/srv/llm/work/qwen38-v2-release-20260905/quality-ciru/score.json", | |
| "notes": "Bounded numerical diagnostic. CIRU F16KV/FAauto; competitors Q8KV/FAon, MTPoff. Same panel and BF16 reference. No broad task-quality inference. Corrected provenance import supersedes 20260905T143758Z-custom-workflow-eval-small. Unsloth model_sha256 identifies first shard; all shards listed in model_artifacts.", | |
| "raw_sha256": "fcfbe409021ae5125d905af36ce119d4702aab576db047251a173a0ce275a0db", | |
| "model_artifacts": [ | |
| { | |
| "file": "UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00001-of-00003.gguf", | |
| "bytes": 10946624, | |
| "sha256": "5ce89370720f8bf90890f439361282104c1aa1482d4013bb9a50923e758e71a4", | |
| "verified_utc": "2026-09-05T05:04:34.952622+00:00", | |
| "path": "/srv/llm/models/unsloth-Qwen3.8-Flash-Next-38bb39ee9782/UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00001-of-00003.gguf" | |
| }, | |
| { | |
| "file": "UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00002-of-00003.gguf", | |
| "bytes": 49835229856, | |
| "sha256": "577a38a2392b40ca2193cea502e1d92f60b8cd370675d308e0ec21885d9daaa7", | |
| "verified_utc": "2026-09-05T05:11:01.301186+00:00", | |
| "path": "/srv/llm/models/unsloth-Qwen3.8-Flash-Next-38bb39ee9782/UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00002-of-00003.gguf" | |
| }, | |
| { | |
| "file": "UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00003-of-00003.gguf", | |
| "bytes": 43836407744, | |
| "sha256": "d4634e6d84f0ebb0940be15c90d3790bf6464e3dea3a1cddc567dc0e83ad8833", | |
| "verified_utc": "2026-09-05T05:19:54.395294+00:00", | |
| "path": "/srv/llm/models/unsloth-Qwen3.8-Flash-Next-38bb39ee9782/UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00003-of-00003.gguf" | |
| } | |
| ] | |
| }, | |
| { | |
| "benchmark_family": "bf16-logit-fidelity", | |
| "suite": "H73-four-domain-64-position-panel", | |
| "profile_id": "unsloth-recommended", | |
| "tasks": 64, | |
| "score_name": "top1_agreement", | |
| "score": 61, | |
| "model_path": "/srv/llm/models/unsloth-Qwen3.8-Flash-Next-38bb39ee9782/UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00001-of-00003.gguf", | |
| "model_sha256": "5ce89370720f8bf90890f439361282104c1aa1482d4013bb9a50923e758e71a4", | |
| "source_path": "/srv/llm/work/qwen38-v2-release-20260905/quality-ciru/score.json", | |
| "notes": "Bounded numerical diagnostic. CIRU F16KV/FAauto; competitors Q8KV/FAon, MTPoff. Same panel and BF16 reference. No broad task-quality inference. Corrected provenance import supersedes 20260905T143758Z-custom-workflow-eval-small. Unsloth model_sha256 identifies first shard; all shards listed in model_artifacts.", | |
| "raw_sha256": "fcfbe409021ae5125d905af36ce119d4702aab576db047251a173a0ce275a0db", | |
| "model_artifacts": [ | |
| { | |
| "file": "UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00001-of-00003.gguf", | |
| "bytes": 10946624, | |
| "sha256": "5ce89370720f8bf90890f439361282104c1aa1482d4013bb9a50923e758e71a4", | |
| "verified_utc": "2026-09-05T05:04:34.952622+00:00", | |
| "path": "/srv/llm/models/unsloth-Qwen3.8-Flash-Next-38bb39ee9782/UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00001-of-00003.gguf" | |
| }, | |
| { | |
| "file": "UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00002-of-00003.gguf", | |
| "bytes": 49835229856, | |
| "sha256": "577a38a2392b40ca2193cea502e1d92f60b8cd370675d308e0ec21885d9daaa7", | |
| "verified_utc": "2026-09-05T05:11:01.301186+00:00", | |
| "path": "/srv/llm/models/unsloth-Qwen3.8-Flash-Next-38bb39ee9782/UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00002-of-00003.gguf" | |
| }, | |
| { | |
| "file": "UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00003-of-00003.gguf", | |
| "bytes": 43836407744, | |
| "sha256": "d4634e6d84f0ebb0940be15c90d3790bf6464e3dea3a1cddc567dc0e83ad8833", | |
| "verified_utc": "2026-09-05T05:19:54.395294+00:00", | |
| "path": "/srv/llm/models/unsloth-Qwen3.8-Flash-Next-38bb39ee9782/UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00003-of-00003.gguf" | |
| } | |
| ] | |
| }, | |
| { | |
| "benchmark_family": "bf16-logit-fidelity", | |
| "suite": "H73-four-domain-64-position-panel", | |
| "profile_id": "unsloth-recommended", | |
| "tasks": 60, | |
| "score_name": "ppl_60", | |
| "score": 2.4293137420087842, | |
| "model_path": "/srv/llm/models/unsloth-Qwen3.8-Flash-Next-38bb39ee9782/UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00001-of-00003.gguf", | |
| "model_sha256": "5ce89370720f8bf90890f439361282104c1aa1482d4013bb9a50923e758e71a4", | |
| "source_path": "/srv/llm/work/qwen38-v2-release-20260905/quality-ciru/score.json", | |
| "notes": "Bounded numerical diagnostic. CIRU F16KV/FAauto; competitors Q8KV/FAon, MTPoff. Same panel and BF16 reference. No broad task-quality inference. Corrected provenance import supersedes 20260905T143758Z-custom-workflow-eval-small. Unsloth model_sha256 identifies first shard; all shards listed in model_artifacts.", | |
| "raw_sha256": "fcfbe409021ae5125d905af36ce119d4702aab576db047251a173a0ce275a0db", | |
| "model_artifacts": [ | |
| { | |
| "file": "UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00001-of-00003.gguf", | |
| "bytes": 10946624, | |
| "sha256": "5ce89370720f8bf90890f439361282104c1aa1482d4013bb9a50923e758e71a4", | |
| "verified_utc": "2026-09-05T05:04:34.952622+00:00", | |
| "path": "/srv/llm/models/unsloth-Qwen3.8-Flash-Next-38bb39ee9782/UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00001-of-00003.gguf" | |
| }, | |
| { | |
| "file": "UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00002-of-00003.gguf", | |
| "bytes": 49835229856, | |
| "sha256": "577a38a2392b40ca2193cea502e1d92f60b8cd370675d308e0ec21885d9daaa7", | |
| "verified_utc": "2026-09-05T05:11:01.301186+00:00", | |
| "path": "/srv/llm/models/unsloth-Qwen3.8-Flash-Next-38bb39ee9782/UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00002-of-00003.gguf" | |
| }, | |
| { | |
| "file": "UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00003-of-00003.gguf", | |
| "bytes": 43836407744, | |
| "sha256": "d4634e6d84f0ebb0940be15c90d3790bf6464e3dea3a1cddc567dc0e83ad8833", | |
| "verified_utc": "2026-09-05T05:19:54.395294+00:00", | |
| "path": "/srv/llm/models/unsloth-Qwen3.8-Flash-Next-38bb39ee9782/UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00003-of-00003.gguf" | |
| } | |
| ] | |
| } | |
| ], | |
| "supersedes": "20260905T143758Z-custom-workflow-eval-small", | |
| "protocol_path": "/srv/llm/work/qwen38-v2-release-20260905/quality-ciru/protocol.lock.json", | |
| "artifact_receipts": { | |
| "agention-laurent": [ | |
| { | |
| "file": "Qwen3.8-Flash-Next-ROCmFP4-FAST-v2-ple16.gguf", | |
| "bytes": 93484237760, | |
| "sha256": "552a7a162f6a620c3aa0850d070086bc2b95094e0a4e8b860694c7f212cb59d8", | |
| "verified_utc": "2026-09-05T01:23:03.986191+00:00", | |
| "path": "/srv/llm/models/agentionai-Qwen3.8-Flash-Next-ROCmFP4-FAST-ad4c5717254a/Qwen3.8-Flash-Next-ROCmFP4-FAST-v2-ple16.gguf" | |
| } | |
| ], | |
| "unsloth-recommended": [ | |
| { | |
| "file": "UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00001-of-00003.gguf", | |
| "bytes": 10946624, | |
| "sha256": "5ce89370720f8bf90890f439361282104c1aa1482d4013bb9a50923e758e71a4", | |
| "verified_utc": "2026-09-05T05:04:34.952622+00:00", | |
| "path": "/srv/llm/models/unsloth-Qwen3.8-Flash-Next-38bb39ee9782/UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00001-of-00003.gguf" | |
| }, | |
| { | |
| "file": "UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00002-of-00003.gguf", | |
| "bytes": 49835229856, | |
| "sha256": "577a38a2392b40ca2193cea502e1d92f60b8cd370675d308e0ec21885d9daaa7", | |
| "verified_utc": "2026-09-05T05:11:01.301186+00:00", | |
| "path": "/srv/llm/models/unsloth-Qwen3.8-Flash-Next-38bb39ee9782/UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00002-of-00003.gguf" | |
| }, | |
| { | |
| "file": "UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00003-of-00003.gguf", | |
| "bytes": 43836407744, | |
| "sha256": "d4634e6d84f0ebb0940be15c90d3790bf6464e3dea3a1cddc567dc0e83ad8833", | |
| "verified_utc": "2026-09-05T05:19:54.395294+00:00", | |
| "path": "/srv/llm/models/unsloth-Qwen3.8-Flash-Next-38bb39ee9782/UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00003-of-00003.gguf" | |
| } | |
| ] | |
| } | |
| } | |