Instructions to use DevQuasar/zai-org.GLM-5.3-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-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-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf DevQuasar/zai-org.GLM-5.3-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-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf DevQuasar/zai-org.GLM-5.3-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-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf DevQuasar/zai-org.GLM-5.3-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-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf DevQuasar/zai-org.GLM-5.3-GGUF:Q4_K_M
Use Docker
docker model run hf.co/DevQuasar/zai-org.GLM-5.3-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use DevQuasar/zai-org.GLM-5.3-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-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-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/DevQuasar/zai-org.GLM-5.3-GGUF:Q4_K_M
- Ollama
How to use DevQuasar/zai-org.GLM-5.3-GGUF with Ollama:
ollama run hf.co/DevQuasar/zai-org.GLM-5.3-GGUF:Q4_K_M
- Unsloth Desktop
- Pi
How to use DevQuasar/zai-org.GLM-5.3-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-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-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-GGUF with Docker Model Runner:
docker model run hf.co/DevQuasar/zai-org.GLM-5.3-GGUF:Q4_K_M
- Lemonade
How to use DevQuasar/zai-org.GLM-5.3-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull DevQuasar/zai-org.GLM-5.3-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.zai-org.GLM-5.3-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use DevQuasar/zai-org.GLM-5.3-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-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-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use DevQuasar/zai-org.GLM-5.3-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-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-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 +23 -0
- Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00001-of-00023.gguf +3 -0
- Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00002-of-00023.gguf +3 -0
- Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00003-of-00023.gguf +3 -0
- Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00004-of-00023.gguf +3 -0
- Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00005-of-00023.gguf +3 -0
- Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00006-of-00023.gguf +3 -0
- Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00007-of-00023.gguf +3 -0
- Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00008-of-00023.gguf +3 -0
- Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00009-of-00023.gguf +3 -0
- Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00010-of-00023.gguf +3 -0
- Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00011-of-00023.gguf +3 -0
- Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00012-of-00023.gguf +3 -0
- Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00013-of-00023.gguf +3 -0
- Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00014-of-00023.gguf +3 -0
- Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00015-of-00023.gguf +3 -0
- Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00016-of-00023.gguf +3 -0
- Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00017-of-00023.gguf +3 -0
- Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00018-of-00023.gguf +3 -0
- Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00019-of-00023.gguf +3 -0
- Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00020-of-00023.gguf +3 -0
- Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00021-of-00023.gguf +3 -0
- Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00022-of-00023.gguf +3 -0
- Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00023-of-00023.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,26 @@ 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 |
+
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00001-of-00023.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00002-of-00023.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00003-of-00023.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00004-of-00023.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00005-of-00023.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00006-of-00023.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00007-of-00023.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00008-of-00023.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00009-of-00023.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00010-of-00023.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00011-of-00023.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00012-of-00023.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00013-of-00023.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00014-of-00023.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00015-of-00023.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00016-of-00023.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00017-of-00023.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00018-of-00023.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00019-of-00023.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00020-of-00023.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00021-of-00023.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00022-of-00023.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00023-of-00023.gguf filter=lfs diff=lfs merge=lfs -text
|
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00001-of-00023.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:373bf55f52df9ccbb7871e1d7fa7d151ed7eee9ff57ea2cd2f4acae9a5d8a864
|
| 3 |
+
size 14900194976
|
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00002-of-00023.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e54473757e74e427179d128d6191d79157f46fb24965a62797acf52ffc138583
|
| 3 |
+
size 15547312160
|
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00003-of-00023.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7efd682fa06995ad5425ea629c408b94a92910415545d42f190e98ec8400c45e
|
| 3 |
+
size 15891654144
|
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00004-of-00023.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:681cbc23b900c0e18ecfaf34efaf6328e712eeee308ebe7f1420e4d061851da8
|
| 3 |
+
size 15468480128
|
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00005-of-00023.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a65827b6782746d3353730c62f6fb6992c3c7ecab494cc553bb124103dac598e
|
| 3 |
+
size 15547312224
|
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00006-of-00023.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73cde69c26a9c2804080c667382b27d4c5361464b6e2f15fe58d19d25240e9df
|
| 3 |
+
size 15887625920
|
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00007-of-00023.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ad373eb2b54285ca74b151ead16e50fe4757089580e210188eaf4da2b18017a
|
| 3 |
+
size 15468480128
|
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00008-of-00023.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88ba3d2aa4b3e6619936f2ba59c3a965fa79eb299d8bf66907ec47c8188bc14c
|
| 3 |
+
size 15547312224
|
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00009-of-00023.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c2e8d6adabe6ad0d0b86ae16f2a5c81ee71c92a86e705a6ff753434b0da1643
|
| 3 |
+
size 15891654144
|
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00010-of-00023.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3d0dfcd3c808978947959b938f1339b6e5a161dbb23154ff2c3b9dae15e5c95
|
| 3 |
+
size 15468480128
|
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00011-of-00023.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e65d8a6d17caac04730bcbcdbd03830fa382c0665e2518acb86d035215c6b02
|
| 3 |
+
size 15547312224
|
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00012-of-00023.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb480227e39b24e227a73b70359eebcc437c937f85b187ed19223b7bafd22309
|
| 3 |
+
size 15887625920
|
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00013-of-00023.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83461ce9dd70587a3ced04b85c3f2b98b328a51f0d77a20e02df170cf65da56b
|
| 3 |
+
size 15468480128
|
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00014-of-00023.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b0c4ad20e0047e3a38f735a6173550f391c723f4913ed910f786167319c0351
|
| 3 |
+
size 15547312224
|
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00015-of-00023.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a080ce82a58ec55f33cde23a120468cabe0339fbf8a571d481939bf4d5cadf3
|
| 3 |
+
size 15891654144
|
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00016-of-00023.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:747f9d8871b083082a981a38267984e71bd05f0a391a39087276935d618fd70b
|
| 3 |
+
size 15468480128
|
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00017-of-00023.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22362892cc4737dca90f25ec4a33292e61b402e3389fab9e24a8b4dbfda94a85
|
| 3 |
+
size 15547312224
|
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00018-of-00023.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7eec2e774e1a25274d9e8ebf43a6c76b93a265e323c0c45bf22387c5f87aa3ca
|
| 3 |
+
size 15887625920
|
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00019-of-00023.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7bcc04b6fe7e4a4b9953cf68d60fcaf21a8994d2fb1ccfe53fb483a7da8d3e85
|
| 3 |
+
size 15468480128
|
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00020-of-00023.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19c6071a817f9afeb853db6ab0c83fadb34b3d73d514c1f80d9e8a7c39ef8521
|
| 3 |
+
size 15547312224
|
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00021-of-00023.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90a076d0d334cd34c9cd241e3f1c33e0912fda3b10c767eb747d8b1ceeeabdce
|
| 3 |
+
size 15891654144
|
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00022-of-00023.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15de166c6396ea967def49078ef36f739cef664b90c7691c0ac80bc2d0225045
|
| 3 |
+
size 15468480128
|
Q3_K_M/zai-org.GLM-5.3.Q3_K_M-00023-of-00023.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d006a53d87ef0374b390e4ada9332c69edf804ea33624f974e1b5e79ecd2e35
|
| 3 |
+
size 15494678272
|