Instructions to use Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-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 Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-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 Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-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 Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-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 Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-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 Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-GGUF:Q4_K_M
Use Docker
docker model run hf.co/Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-GGUF with Ollama:
ollama run hf.co/Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-GGUF:Q4_K_M
- Unsloth Studio
How to use Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-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 Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-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 Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-GGUF to start chatting
- Pi
How to use Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- OpenClaw new
How to use Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-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 "Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-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"
- Docker Model Runner
How to use Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-GGUF with Docker Model Runner:
docker model run hf.co/Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-GGUF:Q4_K_M
- Lemonade
How to use Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Qwen3-30B-A3B-Instruct-2507-1M-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-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 Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-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 Orion-zhen/Qwen3-30B-A3B-Instruct-2507-1M-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
Add files using upload-large-folder tool
Browse files- .gitattributes +10 -0
- Qwen3-30B-A3B-Instruct-2507-1M-IQ2_M.gguf +3 -0
- Qwen3-30B-A3B-Instruct-2507-1M-IQ3_M.gguf +3 -0
- Qwen3-30B-A3B-Instruct-2507-1M-IQ4_NL.gguf +3 -0
- Qwen3-30B-A3B-Instruct-2507-1M-IQ4_XS.gguf +3 -0
- Qwen3-30B-A3B-Instruct-2507-1M-Q4_K_M.gguf +3 -0
- Qwen3-30B-A3B-Instruct-2507-1M-Q5_K_M.gguf +3 -0
- Qwen3-30B-A3B-Instruct-2507-1M-Q6_K.gguf +3 -0
- Qwen3-30B-A3B-Instruct-2507-1M-Q8_0.gguf +3 -0
- Qwen3-30B-A3B-Instruct-2507-1M-TQ1_0.gguf +3 -0
- imatrix_unsloth.dat +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,13 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
imatrix_unsloth.dat filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Qwen3-30B-A3B-Instruct-2507-1M-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Qwen3-30B-A3B-Instruct-2507-1M-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Qwen3-30B-A3B-Instruct-2507-1M-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Qwen3-30B-A3B-Instruct-2507-1M-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Qwen3-30B-A3B-Instruct-2507-1M-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Qwen3-30B-A3B-Instruct-2507-1M-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Qwen3-30B-A3B-Instruct-2507-1M-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Qwen3-30B-A3B-Instruct-2507-1M-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Qwen3-30B-A3B-Instruct-2507-1M-TQ1_0.gguf filter=lfs diff=lfs merge=lfs -text
|
Qwen3-30B-A3B-Instruct-2507-1M-IQ2_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d80d693122ad57c84aa8b6cc7d3f495e53ae932213ec40ec9ad36182eecb0795
|
| 3 |
+
size 10169507808
|
Qwen3-30B-A3B-Instruct-2507-1M-IQ3_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a39915a98b1b83629419d04cee338a72acd5897a6c3a0f3da4eacc0b678b187a
|
| 3 |
+
size 13513062368
|
Qwen3-30B-A3B-Instruct-2507-1M-IQ4_NL.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2575d143a7ff69986258c6338bc1fa5736855fa204fc596b283efb80f4e7c718
|
| 3 |
+
size 17310781408
|
Qwen3-30B-A3B-Instruct-2507-1M-IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e748bbca07d1732d347f02191fa82b7d1d2e4ebcdc9d9bbded2144ee9cf7e38
|
| 3 |
+
size 16368349152
|
Qwen3-30B-A3B-Instruct-2507-1M-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f15ed3bb466f2fa2afca2373645785ccc77690586bd85fac9abfef0a3e92a4fd
|
| 3 |
+
size 18556686304
|
Qwen3-30B-A3B-Instruct-2507-1M-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1aeeee42d573c4094bd90113a7dfc83e339c088650a7dc42fb10fb9394bc2232
|
| 3 |
+
size 21725581280
|
Qwen3-30B-A3B-Instruct-2507-1M-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a8df6ee2d475e734579bd2d71880127384eff4eb8cc4095ff25313a893b03c5
|
| 3 |
+
size 25092532192
|
Qwen3-30B-A3B-Instruct-2507-1M-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60e3bed033e090c07b87b3fdd43238245600e938049ab2d31ae75be4677af5e5
|
| 3 |
+
size 32483931872
|
Qwen3-30B-A3B-Instruct-2507-1M-TQ1_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cea7359c895fe3a960d9a16ebf2fbe78f94379de96e16ffb183960a865e47769
|
| 3 |
+
size 7608202976
|
imatrix_unsloth.dat
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9ddda8dc1a8bdfdf15927c6a0f53368c415934b76e7a24dad10c335737ccb0f
|
| 3 |
+
size 121910671
|