Instructions to use sinatras/qwen3-30b-a3b-split with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use sinatras/qwen3-30b-a3b-split with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="sinatras/qwen3-30b-a3b-split", filename="Q2_K/Qwen3-30B-A3B-Instruct-2507.Q2_K-00001-of-00007.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use sinatras/qwen3-30b-a3b-split with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf sinatras/qwen3-30b-a3b-split:Q2_K # Run inference directly in the terminal: llama-cli -hf sinatras/qwen3-30b-a3b-split:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf sinatras/qwen3-30b-a3b-split:Q2_K # Run inference directly in the terminal: llama-cli -hf sinatras/qwen3-30b-a3b-split:Q2_K
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 sinatras/qwen3-30b-a3b-split:Q2_K # Run inference directly in the terminal: ./llama-cli -hf sinatras/qwen3-30b-a3b-split:Q2_K
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 sinatras/qwen3-30b-a3b-split:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf sinatras/qwen3-30b-a3b-split:Q2_K
Use Docker
docker model run hf.co/sinatras/qwen3-30b-a3b-split:Q2_K
- LM Studio
- Jan
- Ollama
How to use sinatras/qwen3-30b-a3b-split with Ollama:
ollama run hf.co/sinatras/qwen3-30b-a3b-split:Q2_K
- Unsloth Studio
How to use sinatras/qwen3-30b-a3b-split 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 sinatras/qwen3-30b-a3b-split 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 sinatras/qwen3-30b-a3b-split to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for sinatras/qwen3-30b-a3b-split to start chatting
- Pi
How to use sinatras/qwen3-30b-a3b-split with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf sinatras/qwen3-30b-a3b-split:Q2_K
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": "sinatras/qwen3-30b-a3b-split:Q2_K" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use sinatras/qwen3-30b-a3b-split with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf sinatras/qwen3-30b-a3b-split:Q2_K
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 sinatras/qwen3-30b-a3b-split:Q2_K
Run Hermes
hermes
- Docker Model Runner
How to use sinatras/qwen3-30b-a3b-split with Docker Model Runner:
docker model run hf.co/sinatras/qwen3-30b-a3b-split:Q2_K
- Lemonade
How to use sinatras/qwen3-30b-a3b-split with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull sinatras/qwen3-30b-a3b-split:Q2_K
Run and chat with the model
lemonade run user.qwen3-30b-a3b-split-Q2_K
List all available models
lemonade list
Add files using upload-large-folder tool
Browse files- .gitattributes +7 -0
- Q2_K/Qwen3-30B-A3B-Instruct-2507.Q2_K-00001-of-00007.gguf +3 -0
- Q2_K/Qwen3-30B-A3B-Instruct-2507.Q2_K-00002-of-00007.gguf +3 -0
- Q2_K/Qwen3-30B-A3B-Instruct-2507.Q2_K-00003-of-00007.gguf +3 -0
- Q2_K/Qwen3-30B-A3B-Instruct-2507.Q2_K-00004-of-00007.gguf +3 -0
- Q2_K/Qwen3-30B-A3B-Instruct-2507.Q2_K-00005-of-00007.gguf +3 -0
- Q2_K/Qwen3-30B-A3B-Instruct-2507.Q2_K-00006-of-00007.gguf +3 -0
- Q2_K/Qwen3-30B-A3B-Instruct-2507.Q2_K-00007-of-00007.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,10 @@ 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 |
+
Q2_K/Qwen3-30B-A3B-Instruct-2507.Q2_K-00005-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Q2_K/Qwen3-30B-A3B-Instruct-2507.Q2_K-00006-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Q2_K/Qwen3-30B-A3B-Instruct-2507.Q2_K-00001-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Q2_K/Qwen3-30B-A3B-Instruct-2507.Q2_K-00007-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Q2_K/Qwen3-30B-A3B-Instruct-2507.Q2_K-00003-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Q2_K/Qwen3-30B-A3B-Instruct-2507.Q2_K-00004-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Q2_K/Qwen3-30B-A3B-Instruct-2507.Q2_K-00002-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
Q2_K/Qwen3-30B-A3B-Instruct-2507.Q2_K-00001-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e6c919c259f287fabd9628fc3e39133d8d456f8dcad02b158977e7591c82d9d
|
| 3 |
+
size 1659149728
|
Q2_K/Qwen3-30B-A3B-Instruct-2507.Q2_K-00002-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:964d90ebb9fe239cb907c58170e74e916553c048ba62d2df82b2ed987d1ab0eb
|
| 3 |
+
size 1662260960
|
Q2_K/Qwen3-30B-A3B-Instruct-2507.Q2_K-00003-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ee1dfa3a235a062831a4a809030717ec345f1754dea5373b5dd866fd968c335
|
| 3 |
+
size 1675407744
|
Q2_K/Qwen3-30B-A3B-Instruct-2507.Q2_K-00004-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75508fd328780dc5c8230d1ac8b03790aaafb9946629608fc6eab2cb1d0baa3a
|
| 3 |
+
size 1656017376
|
Q2_K/Qwen3-30B-A3B-Instruct-2507.Q2_K-00005-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bbcbc2af1e935bb4b75a5a3dccbf84c0f1e12790e69b5ec5401621709256116b
|
| 3 |
+
size 1662261024
|
Q2_K/Qwen3-30B-A3B-Instruct-2507.Q2_K-00006-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25a32b38b4d2c4613e378015a9eea995a8f7aa79e2e5a2dfa711471224356407
|
| 3 |
+
size 1675407744
|
Q2_K/Qwen3-30B-A3B-Instruct-2507.Q2_K-00007-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81fec18e5b3cda7d09bac5d23a80b0021f712a8dc80b37ea9d54a917e6d9ba4d
|
| 3 |
+
size 1268106304
|