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"
Package prefill reproduction with existing archive storage rules
Browse files
.gitattributes
CHANGED
|
@@ -6,4 +6,3 @@ assets/qwen38-flash-ciru-strix-iu4.jpg filter=lfs diff=lfs merge=lfs -text
|
|
| 6 |
*.png filter=lfs diff=lfs merge=lfs -text
|
| 7 |
|
| 8 |
*.tar.gz filter=lfs diff=lfs merge=lfs -text
|
| 9 |
-
benchmarks/v2.0/prefill-reproduction.zip filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 6 |
*.png filter=lfs diff=lfs merge=lfs -text
|
| 7 |
|
| 8 |
*.tar.gz filter=lfs diff=lfs merge=lfs -text
|
|
|
benchmarks/v2.0/{prefill-reproduction.zip → prefill-reproduction.tar.gz}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:147c76a747ced6407e085b240b2dcbbbf0c001acdef3b5829f611bfe21f97e16
|
| 3 |
+
size 102704
|
benchmarks/v2.0/prefill-reproduction/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
The original frozen input used for the published CIRU / Agention-Laurent / Unsloth MTP-off context comparison. It contains 131,072 native Qwen token IDs; shorter rows use prefixes of this same file.
|
| 4 |
|
| 5 |
-
[Download the complete reproduction pack](../prefill-reproduction.
|
| 6 |
|
| 7 |
Fixture SHA-256:
|
| 8 |
|
|
|
|
| 2 |
|
| 3 |
The original frozen input used for the published CIRU / Agention-Laurent / Unsloth MTP-off context comparison. It contains 131,072 native Qwen token IDs; shorter rows use prefixes of this same file.
|
| 4 |
|
| 5 |
+
[Download the complete reproduction pack](../prefill-reproduction.tar.gz) · [Token fixture](real-source-131072.i32le.bin) · [Checksums](SHA256SUMS) · [Recorded methodology](../METHODOLOGY.md) · [Recorded runtime settings](../runtime-recipes.json)
|
| 6 |
|
| 7 |
Fixture SHA-256:
|
| 8 |
|
benchmarks/v2.0/prefill-reproduction/SHA256SUMS
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
94f29bbed6a22c35b992c5c6ebf0e7c92f13b836b90f36f461c9cf2f0f1d010d LICENSE
|
| 2 |
26cdb14cc1faaeb12adaa2a55c6c809f0eff32c9a543e3156b8afcaa401d4a86 NOTICE.md
|
| 3 |
-
|
| 4 |
f1f7195d9f9fe8ab4cb7670c4469ceac1fcb09b790ca3d5d2d13150bd949a477 fixture.json
|
| 5 |
0a5edf87e409529aaab7be5c956b5bbd288ba9900d6263367b1abfa3b622f4ba make-request.py
|
| 6 |
ca55a6b6f26a277bdf8c87ae9046f812253d6219d7f9e305075278b76a325e26 real-source-131072.i32le.bin
|
|
|
|
| 1 |
94f29bbed6a22c35b992c5c6ebf0e7c92f13b836b90f36f461c9cf2f0f1d010d LICENSE
|
| 2 |
26cdb14cc1faaeb12adaa2a55c6c809f0eff32c9a543e3156b8afcaa401d4a86 NOTICE.md
|
| 3 |
+
1f3df28285846c47ea154562e4dc6ab8989874004552b4425a68266f5c190459 README.md
|
| 4 |
f1f7195d9f9fe8ab4cb7670c4469ceac1fcb09b790ca3d5d2d13150bd949a477 fixture.json
|
| 5 |
0a5edf87e409529aaab7be5c956b5bbd288ba9900d6263367b1abfa3b622f4ba make-request.py
|
| 6 |
ca55a6b6f26a277bdf8c87ae9046f812253d6219d7f9e305075278b76a325e26 real-source-131072.i32le.bin
|