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 +8 -0
- GLM-4.6-Derestricted.Q8_0.gguf.part1of8 +3 -0
- GLM-4.6-Derestricted.Q8_0.gguf.part2of8 +3 -0
- GLM-4.6-Derestricted.Q8_0.gguf.part3of8 +3 -0
- GLM-4.6-Derestricted.Q8_0.gguf.part4of8 +3 -0
- GLM-4.6-Derestricted.Q8_0.gguf.part5of8 +3 -0
- GLM-4.6-Derestricted.Q8_0.gguf.part6of8 +3 -0
- GLM-4.6-Derestricted.Q8_0.gguf.part7of8 +3 -0
- GLM-4.6-Derestricted.Q8_0.gguf.part8of8 +3 -0
.gitattributes
CHANGED
|
@@ -39,3 +39,11 @@ GLM-4.6-Derestricted.Q4_K_S.gguf.part3of5 filter=lfs diff=lfs merge=lfs -text
|
|
| 39 |
GLM-4.6-Derestricted.Q4_K_S.gguf.part4of5 filter=lfs diff=lfs merge=lfs -text
|
| 40 |
GLM-4.6-Derestricted.Q4_K_S.gguf.part5of5 filter=lfs diff=lfs merge=lfs -text
|
| 41 |
GLM-4.6-Derestricted.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
GLM-4.6-Derestricted.Q4_K_S.gguf.part4of5 filter=lfs diff=lfs merge=lfs -text
|
| 40 |
GLM-4.6-Derestricted.Q4_K_S.gguf.part5of5 filter=lfs diff=lfs merge=lfs -text
|
| 41 |
GLM-4.6-Derestricted.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
GLM-4.6-Derestricted.Q8_0.gguf.part1of8 filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
GLM-4.6-Derestricted.Q8_0.gguf.part2of8 filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
GLM-4.6-Derestricted.Q8_0.gguf.part3of8 filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
GLM-4.6-Derestricted.Q8_0.gguf.part4of8 filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
GLM-4.6-Derestricted.Q8_0.gguf.part5of8 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
GLM-4.6-Derestricted.Q8_0.gguf.part6of8 filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
GLM-4.6-Derestricted.Q8_0.gguf.part7of8 filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
GLM-4.6-Derestricted.Q8_0.gguf.part8of8 filter=lfs diff=lfs merge=lfs -text
|
GLM-4.6-Derestricted.Q8_0.gguf.part1of8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e1da8554ba3e7ad77f030bd62c2b540d62f47a09d36a88c06f75fd52e064b9c
|
| 3 |
+
size 48318382080
|
GLM-4.6-Derestricted.Q8_0.gguf.part2of8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4d9df8cd91771f3b06f2b91ed971b163c792c1546f07a0a16fb897c7bb9caba
|
| 3 |
+
size 48318382080
|
GLM-4.6-Derestricted.Q8_0.gguf.part3of8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f38452d8e0581612150f633cfda96da951bb306a7fc492ca8b02f9fa927273d6
|
| 3 |
+
size 48318382080
|
GLM-4.6-Derestricted.Q8_0.gguf.part4of8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ccd4191c1184de578cfcf416372c3b318cde100ad6c2d5ca2d892c48a0e9b7c
|
| 3 |
+
size 48318382080
|
GLM-4.6-Derestricted.Q8_0.gguf.part5of8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e44bcb4979262799adf9ca42fafd35cc1899dc8ec2654a7d2c3c22364014cf0
|
| 3 |
+
size 48318382080
|
GLM-4.6-Derestricted.Q8_0.gguf.part6of8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:472f9c27e717ab66908e2ccbfee5d8e7a46e0e51be42252df64d99ea121871e4
|
| 3 |
+
size 48318382080
|
GLM-4.6-Derestricted.Q8_0.gguf.part7of8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:847c80a7a86c7038183ffe7c1970e6416a91513eb5eeb55799afa020b088ab62
|
| 3 |
+
size 48318382080
|
GLM-4.6-Derestricted.Q8_0.gguf.part8of8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe88db17a9663030ba6da18b860cfc36420915813b7503b241ecdb5a6b423082
|
| 3 |
+
size 41089223168
|