Instructions to use DevQuasar/zai-org.GLM-5.3-Flash-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/zai-org.GLM-5.3-Flash-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/zai-org.GLM-5.3-Flash-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf DevQuasar/zai-org.GLM-5.3-Flash-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/zai-org.GLM-5.3-Flash-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf DevQuasar/zai-org.GLM-5.3-Flash-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/zai-org.GLM-5.3-Flash-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf DevQuasar/zai-org.GLM-5.3-Flash-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/zai-org.GLM-5.3-Flash-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf DevQuasar/zai-org.GLM-5.3-Flash-GGUF:Q4_K_M
Use Docker
docker model run hf.co/DevQuasar/zai-org.GLM-5.3-Flash-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use DevQuasar/zai-org.GLM-5.3-Flash-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "DevQuasar/zai-org.GLM-5.3-Flash-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/zai-org.GLM-5.3-Flash-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/DevQuasar/zai-org.GLM-5.3-Flash-GGUF:Q4_K_M
- Ollama
How to use DevQuasar/zai-org.GLM-5.3-Flash-GGUF with Ollama:
ollama run hf.co/DevQuasar/zai-org.GLM-5.3-Flash-GGUF:Q4_K_M
- Unsloth Desktop
- Pi
How to use DevQuasar/zai-org.GLM-5.3-Flash-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/zai-org.GLM-5.3-Flash-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/zai-org.GLM-5.3-Flash-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use DevQuasar/zai-org.GLM-5.3-Flash-GGUF with Docker Model Runner:
docker model run hf.co/DevQuasar/zai-org.GLM-5.3-Flash-GGUF:Q4_K_M
- Lemonade
How to use DevQuasar/zai-org.GLM-5.3-Flash-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull DevQuasar/zai-org.GLM-5.3-Flash-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.zai-org.GLM-5.3-Flash-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use DevQuasar/zai-org.GLM-5.3-Flash-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/zai-org.GLM-5.3-Flash-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/zai-org.GLM-5.3-Flash-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use DevQuasar/zai-org.GLM-5.3-Flash-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/zai-org.GLM-5.3-Flash-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/zai-org.GLM-5.3-Flash-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- Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00001-of-00021.gguf +2 -2
- Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00002-of-00021.gguf +2 -2
- Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00003-of-00021.gguf +2 -2
- Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00004-of-00021.gguf +2 -2
- Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00005-of-00021.gguf +2 -2
- Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00006-of-00021.gguf +2 -2
- Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00007-of-00021.gguf +2 -2
- Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00008-of-00021.gguf +2 -2
- Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00009-of-00021.gguf +2 -2
- Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00010-of-00021.gguf +2 -2
- Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00011-of-00021.gguf +2 -2
- Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00012-of-00021.gguf +2 -2
- Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00013-of-00021.gguf +2 -2
- Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00014-of-00021.gguf +2 -2
- Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00015-of-00021.gguf +2 -2
- Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00016-of-00021.gguf +2 -2
- Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00017-of-00021.gguf +2 -2
- Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00018-of-00021.gguf +2 -2
- Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00019-of-00021.gguf +2 -2
- Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00020-of-00021.gguf +2 -2
- Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00021-of-00021.gguf +2 -2
Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00001-of-00021.gguf
CHANGED
|
@@ -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:170f1f86ebd54c24afccd02aa2ebf7d2a7502d2f02a83022791e0fa686ac8652
|
| 3 |
+
size 14007437920
|
Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00002-of-00021.gguf
CHANGED
|
@@ -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:0ec243bb5922382d528ec323f15985f859707fb8ef09cfa146bbc57bba204e55
|
| 3 |
+
size 12220778112
|
Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00003-of-00021.gguf
CHANGED
|
@@ -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:a6b3a73ff14e7435e1011a9d3b9098609f3fab192ce3f078d0c71d05cd60a0fd
|
| 3 |
+
size 12187445408
|
Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00004-of-00021.gguf
CHANGED
|
@@ -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:9b6ab7f0c8dd79b6b291848c71cd48e977c079119bc62681d71cbfd8b7bf2f45
|
| 3 |
+
size 12165726592
|
Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00005-of-00021.gguf
CHANGED
|
@@ -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:f899aafd89b07a2a171815042f8feecf8b1b8c1cc14d7a9cebafe031385e9d3b
|
| 3 |
+
size 12187445440
|
Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00006-of-00021.gguf
CHANGED
|
@@ -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:42032509b57660143e896666d220c52d5d32e55f44b02e0f388641d047dc9236
|
| 3 |
+
size 12165726624
|
Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00007-of-00021.gguf
CHANGED
|
@@ -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:9cc5984ace7e14eec565e36ed128d591026ac562cf6ff9ee3ece42787730877c
|
| 3 |
+
size 12187445440
|
Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00008-of-00021.gguf
CHANGED
|
@@ -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:aee35047e7f13ce05c20ee99e9587a2af329ffd54696b6a239f60467d54d1b77
|
| 3 |
+
size 12165726624
|
Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00009-of-00021.gguf
CHANGED
|
@@ -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:a8b43afb379b23360fbac1fa39e76626ff15718405076dbedf87398061423ec9
|
| 3 |
+
size 12187445440
|
Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00010-of-00021.gguf
CHANGED
|
@@ -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:e8bca1a51fdfb81471cad57c62ada3c2e9af0fe635836a5634be53e559cc4f8f
|
| 3 |
+
size 12165726624
|
Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00011-of-00021.gguf
CHANGED
|
@@ -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:023eec84920b635139f39d43a1db76195f05225c7c2ffe9e7db937e424140d82
|
| 3 |
+
size 12187445440
|
Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00012-of-00021.gguf
CHANGED
|
@@ -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:2f3dfef633993900d77e787c580260a3c08281eee968c868cdcf719873a0ec7b
|
| 3 |
+
size 12165726624
|
Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00013-of-00021.gguf
CHANGED
|
@@ -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:50889748b9ffda93c16188b04cd1eef0efb20231bcf700918e93f69b325595f3
|
| 3 |
+
size 12187445440
|
Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00014-of-00021.gguf
CHANGED
|
@@ -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:af7e8d7a7794c8f62c3e92cc68bdcd0fce72263c99a479747ac53cb3ce3491c2
|
| 3 |
+
size 12165726624
|
Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00015-of-00021.gguf
CHANGED
|
@@ -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:4ed341d0c44c5739b6f8257d3d53ce15a3ff87391ca9c4e283dff93c6aa1ce12
|
| 3 |
+
size 12187445440
|
Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00016-of-00021.gguf
CHANGED
|
@@ -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:f4bdfcdf4334efc1a5f36b5298c94a8c01b330fbc3945322263258d4adad5d4c
|
| 3 |
+
size 12165726624
|
Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00017-of-00021.gguf
CHANGED
|
@@ -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:8c11bfa2ec459b181ab3d63ab4bd55d771a3bd767f6af1fef6b3a0bc1bcf1c67
|
| 3 |
+
size 12187445440
|
Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00018-of-00021.gguf
CHANGED
|
@@ -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:562f5ddccc1eb1100e424d1eeec98bd4d87b33ee2eeabb1f2a593008cecf740b
|
| 3 |
+
size 12165726624
|
Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00019-of-00021.gguf
CHANGED
|
@@ -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:e595724da0a4240eb11c2ff515b539d8d76cd4eea6cb9e8b66406793cf6f8070
|
| 3 |
+
size 12187445440
|
Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00020-of-00021.gguf
CHANGED
|
@@ -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:30e6c3ffc56756386d29d753021dd7c86227a80b72facc0188cbd414507dcbcc
|
| 3 |
+
size 12165726624
|
Q6_K/zai-org.GLM-5.3-Flash.f16.gguf.Q6_K.gguf-00021-of-00021.gguf
CHANGED
|
@@ -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:7fee494e4e3d82730782d3938d8205983180335e47d35ad1452693e7c65b3c62
|
| 3 |
+
size 12077327072
|