Instructions to use DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF 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 DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF 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 DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF:Q4_K_M
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 DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF:Q4_K_M
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 DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF:Q4_K_M
Use Docker
docker model run hf.co/DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF", "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/DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF:Q4_K_M
- Ollama
How to use DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF with Ollama:
ollama run hf.co/DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF:Q4_K_M
- Unsloth Studio
How to use DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF 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 DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF 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 DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF to start chatting
- Pi
How to use DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF:Q4_K_M
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": "DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF with Docker Model Runner:
docker model run hf.co/DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF:Q4_K_M
- Lemonade
How to use DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Qwen.Qwen3.8-Flash-Next-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF:Q4_K_M
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 DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF:Q4_K_M
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 "DevQuasar/Qwen.Qwen3.8-Flash-Next-GGUF:Q4_K_M" \ --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"
Upload folder using huggingface_hub
Browse files- .gitattributes +11 -0
- Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00001-of-00011.gguf +3 -0
- Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00002-of-00011.gguf +3 -0
- Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00003-of-00011.gguf +3 -0
- Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00004-of-00011.gguf +3 -0
- Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00005-of-00011.gguf +3 -0
- Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00006-of-00011.gguf +3 -0
- Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00007-of-00011.gguf +3 -0
- Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00008-of-00011.gguf +3 -0
- Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00009-of-00011.gguf +3 -0
- Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00010-of-00011.gguf +3 -0
- Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00011-of-00011.gguf +3 -0
.gitattributes
CHANGED
|
@@ -77,3 +77,14 @@ Q8_0/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q8_0.gguf-00009-of-00012.gguf filter=lfs d
|
|
| 77 |
Q8_0/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q8_0.gguf-00010-of-00012.gguf filter=lfs diff=lfs merge=lfs -text
|
| 78 |
Q8_0/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q8_0.gguf-00011-of-00012.gguf filter=lfs diff=lfs merge=lfs -text
|
| 79 |
Q8_0/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q8_0.gguf-00012-of-00012.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 77 |
Q8_0/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q8_0.gguf-00010-of-00012.gguf filter=lfs diff=lfs merge=lfs -text
|
| 78 |
Q8_0/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q8_0.gguf-00011-of-00012.gguf filter=lfs diff=lfs merge=lfs -text
|
| 79 |
Q8_0/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q8_0.gguf-00012-of-00012.gguf filter=lfs diff=lfs merge=lfs -text
|
| 80 |
+
Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00001-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 81 |
+
Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00002-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 82 |
+
Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00003-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 83 |
+
Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00004-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 84 |
+
Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00005-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 85 |
+
Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00006-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 86 |
+
Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00007-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 87 |
+
Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00008-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 88 |
+
Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00009-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 89 |
+
Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00010-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 90 |
+
Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00011-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00001-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7e4b0ae75df07e84ba3d84db3288ba6075577a63e13c0f50c80fdc56cf87f21
|
| 3 |
+
size 538628096
|
Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00002-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d312e51e97c66c7e28e314b2d59887794ffc6d3090acca3416a82283e54fbd09
|
| 3 |
+
size 54400261312
|
Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00003-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c107df5e9c6e3d2a19320ef0bdc43936ffd56c879db9504c5775c6e491f6f0ca
|
| 3 |
+
size 13854144896
|
Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00004-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c14479fcb2a782d87d82c847f9fdfa325910364af5719b77f3ca954f062d9348
|
| 3 |
+
size 13332545888
|
Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00005-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a23ac2e4464149315cabc2756930e710b22e847a77fd9a22b02bb93ed574a36
|
| 3 |
+
size 13117796320
|
Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00006-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c98e4996fd518c3696dd899c036e4a7687f28a891eb4187016221aba78427192
|
| 3 |
+
size 13987487744
|
Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00007-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01849e7a164efe678275e96b3c32b4100db8d5d67f418172000eeb818eaa41f3
|
| 3 |
+
size 13999453216
|
Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00008-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c50b0927ffce7f1a1ba920810cadd40cb41ccba396daeb445e018b6af5d79812
|
| 3 |
+
size 13322338624
|
Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00009-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d32ad319a3ce0f45fd0719d4449c487b79f4899a4b8d36676cee0662bd2cc70a
|
| 3 |
+
size 13322554944
|
Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00010-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75b539f9d3f62f29a6ec018101bc83c91d9510b1d8d7c9e449d0de33a100d236
|
| 3 |
+
size 13127787392
|
Q6_K/Qwen.Qwen3.8-Flash-Next.f16.gguf.Q6_K.gguf-00011-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b547bec6f1bdc1fe0733c6c7b3991627d0f340b036a552986c3a59e9dcf74835
|
| 3 |
+
size 4636841152
|