Instructions to use mradermacher/GLM-4.6-Derestricted-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/GLM-4.6-Derestricted-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/GLM-4.6-Derestricted-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/GLM-4.6-Derestricted-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 mradermacher/GLM-4.6-Derestricted-GGUF:IQ4_XS # Run inference directly in the terminal: llama cli -hf mradermacher/GLM-4.6-Derestricted-GGUF:IQ4_XS
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf mradermacher/GLM-4.6-Derestricted-GGUF:IQ4_XS # Run inference directly in the terminal: llama cli -hf mradermacher/GLM-4.6-Derestricted-GGUF:IQ4_XS
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 mradermacher/GLM-4.6-Derestricted-GGUF:IQ4_XS # Run inference directly in the terminal: ./llama-cli -hf mradermacher/GLM-4.6-Derestricted-GGUF:IQ4_XS
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 mradermacher/GLM-4.6-Derestricted-GGUF:IQ4_XS # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/GLM-4.6-Derestricted-GGUF:IQ4_XS
Use Docker
docker model run hf.co/mradermacher/GLM-4.6-Derestricted-GGUF:IQ4_XS
- LM Studio
- Jan
- Ollama
How to use mradermacher/GLM-4.6-Derestricted-GGUF with Ollama:
ollama run hf.co/mradermacher/GLM-4.6-Derestricted-GGUF:IQ4_XS
- Unsloth Desktop
- Pi
How to use mradermacher/GLM-4.6-Derestricted-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/GLM-4.6-Derestricted-GGUF:IQ4_XS
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": "mradermacher/GLM-4.6-Derestricted-GGUF:IQ4_XS" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use mradermacher/GLM-4.6-Derestricted-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/GLM-4.6-Derestricted-GGUF:IQ4_XS
- Lemonade
How to use mradermacher/GLM-4.6-Derestricted-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/GLM-4.6-Derestricted-GGUF:IQ4_XS
Run and chat with the model
lemonade run user.GLM-4.6-Derestricted-GGUF-IQ4_XS
List all available models
lemonade list
- Hermes Agent
How to use mradermacher/GLM-4.6-Derestricted-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 mradermacher/GLM-4.6-Derestricted-GGUF:IQ4_XS
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 mradermacher/GLM-4.6-Derestricted-GGUF:IQ4_XS
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use mradermacher/GLM-4.6-Derestricted-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/GLM-4.6-Derestricted-GGUF:IQ4_XS
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 "mradermacher/GLM-4.6-Derestricted-GGUF:IQ4_XS" \ --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"
uploaded from nico1
Browse files- .gitattributes +6 -0
- GLM-4.6-Derestricted.Q5_K_S.gguf.part1of6 +3 -0
- GLM-4.6-Derestricted.Q5_K_S.gguf.part2of6 +3 -0
- GLM-4.6-Derestricted.Q5_K_S.gguf.part3of6 +3 -0
- GLM-4.6-Derestricted.Q5_K_S.gguf.part4of6 +3 -0
- GLM-4.6-Derestricted.Q5_K_S.gguf.part5of6 +3 -0
- GLM-4.6-Derestricted.Q5_K_S.gguf.part6of6 +3 -0
.gitattributes
CHANGED
|
@@ -62,3 +62,9 @@ GLM-4.6-Derestricted.Q4_K_M.gguf.part2of5 filter=lfs diff=lfs merge=lfs -text
|
|
| 62 |
GLM-4.6-Derestricted.Q4_K_M.gguf.part3of5 filter=lfs diff=lfs merge=lfs -text
|
| 63 |
GLM-4.6-Derestricted.Q4_K_M.gguf.part4of5 filter=lfs diff=lfs merge=lfs -text
|
| 64 |
GLM-4.6-Derestricted.Q4_K_M.gguf.part5of5 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
GLM-4.6-Derestricted.Q4_K_M.gguf.part3of5 filter=lfs diff=lfs merge=lfs -text
|
| 63 |
GLM-4.6-Derestricted.Q4_K_M.gguf.part4of5 filter=lfs diff=lfs merge=lfs -text
|
| 64 |
GLM-4.6-Derestricted.Q4_K_M.gguf.part5of5 filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
GLM-4.6-Derestricted.Q5_K_S.gguf.part1of6 filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
GLM-4.6-Derestricted.Q5_K_S.gguf.part2of6 filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
GLM-4.6-Derestricted.Q5_K_S.gguf.part3of6 filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
GLM-4.6-Derestricted.Q5_K_S.gguf.part4of6 filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
GLM-4.6-Derestricted.Q5_K_S.gguf.part5of6 filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
GLM-4.6-Derestricted.Q5_K_S.gguf.part6of6 filter=lfs diff=lfs merge=lfs -text
|
GLM-4.6-Derestricted.Q5_K_S.gguf.part1of6
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec3348ab7cfc80f46663d0fbfa64c5fb8430dd0c0392b6a1de91dd9861e3312e
|
| 3 |
+
size 41875931136
|
GLM-4.6-Derestricted.Q5_K_S.gguf.part2of6
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e5c863a59c49b806223a149fab17b95665077ca5011ece6db211b75f8c81724
|
| 3 |
+
size 41875931136
|
GLM-4.6-Derestricted.Q5_K_S.gguf.part3of6
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f51f2de5fa5fade9117fc8f35258dd957d4d30401e143794e4617ab596fccd23
|
| 3 |
+
size 41875931136
|
GLM-4.6-Derestricted.Q5_K_S.gguf.part4of6
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f865be978fdb50dac4ae5b77bcb08a214c60330b7da88089b157f43a267d6e6
|
| 3 |
+
size 41875931136
|
GLM-4.6-Derestricted.Q5_K_S.gguf.part5of6
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3696f893eb6a45257d4a9b376c47181ab0717c6971da3eaaaaad74c51e6f483a
|
| 3 |
+
size 41875931136
|
GLM-4.6-Derestricted.Q5_K_S.gguf.part6of6
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8cca68a8733a26b46e44527e8a941e4a827f02059acbe107538d42899e28aed
|
| 3 |
+
size 36275112448
|