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"
| c16fda8809ad10f0d25d2243f4f83e76c29b80e0ee1622a4357a6f7235df97b4 .gitattributes | |
| 79cec9000309c18e78ebd55d4fe38f8cf01732634cebb43eb57b138939d4afd6 README.md | |
| 3a46a7fd054305b2c1a931682015d93094312fb3b76c8ef83a2adb350b0f584c assets/qwen38-flash-ciru-strix-iu4.jpg | |
| e260f72cba14e4c4e523794345f7de001444626240ab620d96dc44ee51beee90 assets/v2-bf16-fidelity.png | |
| 88dd940fda0790ec6f474dc0a99019703114df253758ee14136c9686e93ea404 assets/v2-context-sweep.png | |
| 2e1a7aa972d016ea70d3853d9328386717cb17f8802b02cbe9dae511484ca8a4 benchmarks/v2.0.1/FINAL-QUALIFICATION.json | |
| 9d9e9d08ab443b616f2c693b08028f902cfee0fbb56a5ef997dd99183bf98fc0 benchmarks/v2.0.1/QUALIFICATION.md | |
| 2f83bea64e1b302916bcc46f480c3b1040a3a5b5a9501cb73b11f63f32f96859 benchmarks/v2.0.1/git-source.json | |
| e3c728faab498ac46872c4281c7ba99b28ff7eedab95dc1da56de38c7cf602c6 benchmarks/v2.0.1/publication/INDEPENDENT-PACKAGE-REVIEW.json | |
| f4697dbabfde5778199595267189f4662eb637e7db20ad43bc95c3420ef15fe2 benchmarks/v2.0.1/publication/PACKAGE-VERIFICATION.json | |
| 8ca9332e0779b66d407afd075d80c5876d94fda42e504095a800a786c063ff69 benchmarks/v2.0.1/publication/READY.md | |
| d73bafff54fdf9adb8754816d33d2f366811743b7f42a48f38db01a836e6fbd8 benchmarks/v2.0.1/publication/STAGED-CHECKSUMS.sha256 | |
| c81afc287d03d0375409dbe0d614bb1931b344aa20769a360853c9582dff0159 benchmarks/v2.0.1/publication/STAGED-MODEL-CARD.md | |
| a032e4731db988b2b787563a4094ae662e73b3ad44488fda089c998998e1db66 benchmarks/v2.0.1/qsa-v2.0.1-evidence.tar.gz | |
| b93c6f1454f2a25d0fe346a8c2d1955f04a0d35c853cde6e4e446fbd3a955e5b benchmarks/v2.0.1/source-manifest.json | |
| 9d1c30d515572a02d578359be0a6f74998eb2afc44cfe41ab0771bc338054df6 benchmarks/v3.0.0/COMPARISON.md | |
| a98b0b861595e3c350a0ceb91af2cf87609724f568bdad12271153f1af0fa77c benchmarks/v3.0.0/FINAL-QUALIFICATION.json | |
| 76e8c4c56d98add1c3fe25da595687f97d807f714e0bb60c0bed05d091c3c6ae benchmarks/v3.0.0/binary-identity.json | |
| 4d2a01e1c72445373f34a3768afb22541555b79a02d4119eaf301093554e9d5e benchmarks/v3.0.0/comparison.json | |
| b6e7763c45fb930c5d11c07980db0cb1606f818ff6c2de00d94eeeb0af090dd2 benchmarks/v3.0.0/default-mtp-decision.json | |
| be591a43fc2af93c9ee0e95cd1bc3ef16b05828e3979e84d11eddd30f3777b5c benchmarks/v3.0.0/derived-cache-budget.json | |
| de86ae4f64770ab6bdd387e903202573850ee31880ada0bb77288e7ee17bb42e benchmarks/v3.0.0/git-source.json | |
| 3834b7c615511ca1bc966028ac82bca0540ebc32a861ad769f014a0909b6e346 benchmarks/v3.0.0/kernel-path-summary.json | |
| 911757a1d82c179bf3259140baf4fe3341ecd78c7b445c59b0872d82e1ebd5d6 benchmarks/v3.0.0/prior-package-archive.json | |
| ae5b199b97981efddf8c649e183b169b2720e175d8a378d28d3a4299adfb3b06 benchmarks/v3.0.0/qsa-v2.0.1-prior-package.tar.gz | |
| 619b3414541ac584b36e9fc3ccc6ba3ccde3fe9814fd6ca0e2937a6de90d81a1 benchmarks/v3.0.0/ready-integration.json | |
| e5f81ee2e39c71973c23b6297493b7a6391bd9eb72ed034d5e291ef2585f6da8 benchmarks/v3.0.0/source-identity.json | |
| 2f29280aa186703dbb657bc34f2209055c107c8ba299a3889f9de1e4702597fe benchmarks/v3.0.0/source-manifest.json | |
| de1d57fa7dc841eb0573c3f3d2cf43958e78d4cafd88e568f9987a73eacd9e42 benchmarks/v3.0.0/strix-v3.0.0-evidence.tar.gz | |
| cd1177aef73724230e04e53171321339177a7fcb6cd1292d6794cb9abfa98f54 checksums.sha256 | |
| 7051ecb38492291dc93b0564807c6c60c837dae2a444acdb92b8fd39bbf822aa profiles/strix-halo-production.env | |
| 28b2194323ba1105921f2c52639cc28cce8b8336f4f0a3a54349c249823fa7c5 runtime/v2.0.1/ciru-runtime-v2.0.1-source.tar.gz | |
| ee18044bba8eb5e314bd89a1898eaa5a387a60c7d7feb7f92248c69c2dadeb50 runtime/v3.0.0/ciru-runtime-v3.0.0-nixos-gfx1151.tar.gz | |
| 5680641c5f38eb5e8fe23f9af73bc4347b76c670e2425e1f6a2bbb9ebef1723a runtime/v3.0.0/ciru-runtime-v3.0.0-source.tar.gz | |
| 73bc5f5c4c99eac1670ecd2ecafdd0138829e3d88a7868178a837157d7c8d98e v2.0-checksums.sha256 | |