Instructions to use mradermacher/glm-edge-4b-chat-i1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/glm-edge-4b-chat-i1-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/glm-edge-4b-chat-i1-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/glm-edge-4b-chat-i1-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-edge-4b-chat-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/glm-edge-4b-chat-i1-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 mradermacher/glm-edge-4b-chat-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/glm-edge-4b-chat-i1-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 mradermacher/glm-edge-4b-chat-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/glm-edge-4b-chat-i1-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 mradermacher/glm-edge-4b-chat-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/glm-edge-4b-chat-i1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/glm-edge-4b-chat-i1-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/glm-edge-4b-chat-i1-GGUF with Ollama:
ollama run hf.co/mradermacher/glm-edge-4b-chat-i1-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/glm-edge-4b-chat-i1-GGUF 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 mradermacher/glm-edge-4b-chat-i1-GGUF 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 mradermacher/glm-edge-4b-chat-i1-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for mradermacher/glm-edge-4b-chat-i1-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use mradermacher/glm-edge-4b-chat-i1-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/glm-edge-4b-chat-i1-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/glm-edge-4b-chat-i1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/glm-edge-4b-chat-i1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.glm-edge-4b-chat-i1-GGUF-Q4_K_M
List all available models
lemonade list
uploaded from nico1
Browse files- .gitattributes +24 -0
- glm-edge-4b-chat.i1-IQ1_M.gguf +3 -0
- glm-edge-4b-chat.i1-IQ1_S.gguf +3 -0
- glm-edge-4b-chat.i1-IQ2_M.gguf +3 -0
- glm-edge-4b-chat.i1-IQ2_S.gguf +3 -0
- glm-edge-4b-chat.i1-IQ2_XS.gguf +3 -0
- glm-edge-4b-chat.i1-IQ2_XXS.gguf +3 -0
- glm-edge-4b-chat.i1-IQ3_M.gguf +3 -0
- glm-edge-4b-chat.i1-IQ3_S.gguf +3 -0
- glm-edge-4b-chat.i1-IQ3_XS.gguf +3 -0
- glm-edge-4b-chat.i1-IQ3_XXS.gguf +3 -0
- glm-edge-4b-chat.i1-IQ4_NL.gguf +3 -0
- glm-edge-4b-chat.i1-IQ4_XS.gguf +3 -0
- glm-edge-4b-chat.i1-Q2_K.gguf +3 -0
- glm-edge-4b-chat.i1-Q2_K_S.gguf +3 -0
- glm-edge-4b-chat.i1-Q3_K_L.gguf +3 -0
- glm-edge-4b-chat.i1-Q3_K_M.gguf +3 -0
- glm-edge-4b-chat.i1-Q3_K_S.gguf +3 -0
- glm-edge-4b-chat.i1-Q4_0.gguf +3 -0
- glm-edge-4b-chat.i1-Q4_1.gguf +3 -0
- glm-edge-4b-chat.i1-Q4_K_M.gguf +3 -0
- glm-edge-4b-chat.i1-Q4_K_S.gguf +3 -0
- glm-edge-4b-chat.i1-Q5_K_M.gguf +3 -0
- glm-edge-4b-chat.i1-Q5_K_S.gguf +3 -0
- glm-edge-4b-chat.i1-Q6_K.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,27 @@ 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 |
+
glm-edge-4b-chat.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
glm-edge-4b-chat.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
glm-edge-4b-chat.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
glm-edge-4b-chat.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
glm-edge-4b-chat.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
glm-edge-4b-chat.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
glm-edge-4b-chat.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
glm-edge-4b-chat.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
glm-edge-4b-chat.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
glm-edge-4b-chat.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
glm-edge-4b-chat.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
glm-edge-4b-chat.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
glm-edge-4b-chat.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
glm-edge-4b-chat.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
glm-edge-4b-chat.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
glm-edge-4b-chat.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
glm-edge-4b-chat.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
glm-edge-4b-chat.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
glm-edge-4b-chat.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
glm-edge-4b-chat.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
glm-edge-4b-chat.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
glm-edge-4b-chat.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
glm-edge-4b-chat.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
glm-edge-4b-chat.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
glm-edge-4b-chat.i1-IQ1_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b01567d568baec7358bf9f7b5a35804c199aa510365b28a6be0b541727197e1
|
| 3 |
+
size 1117168352
|
glm-edge-4b-chat.i1-IQ1_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa949d75cf741eabb1a27ef41b54f2e823382ba839802a6a356a9f38c856b761
|
| 3 |
+
size 1038279392
|
glm-edge-4b-chat.i1-IQ2_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:afdfec6f0dbba1640ff40763047292c16a01693a43bb3c0327cec55f1fa7dd86
|
| 3 |
+
size 1555171040
|
glm-edge-4b-chat.i1-IQ2_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6fdb67fc3348533893a004fe1e45b4369a5bfc95c8d4a7211386064a25ab9cb
|
| 3 |
+
size 1449985760
|
glm-edge-4b-chat.i1-IQ2_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc12e4c9609622ffa519eb67fedab06820884e73e39acca91eb3c7e8aa579ac4
|
| 3 |
+
size 1365631712
|
glm-edge-4b-chat.i1-IQ2_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12f5c6bf67a63b63c6087626d21f0917de42d8c610f1330bb9007472e1297f3b
|
| 3 |
+
size 1248649952
|
glm-edge-4b-chat.i1-IQ3_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a823f95b567f75fd52090d9dadb93e164dd56773ca8e4c80c1e6a0810e4f850
|
| 3 |
+
size 2014345952
|
glm-edge-4b-chat.i1-IQ3_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a53f6698f3963b620d644c7ee4d4a6f708f2db8033f73a7fe9cfd0332a76577
|
| 3 |
+
size 1947499232
|
glm-edge-4b-chat.i1-IQ3_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:779b842398ca1f03882af16d3b49774639b263714bdffc5de91ec855b6946d45
|
| 3 |
+
size 1854601952
|
glm-edge-4b-chat.i1-IQ3_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0fc998dca1f4d78b1349e1aeefe6ce5da5692d4a5141ba2b0bb8b100630e4096
|
| 3 |
+
size 1730152160
|
glm-edge-4b-chat.i1-IQ4_NL.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0543b68447e1c58a0b8140d6a5efd269b13d564462bf99cd7fdebb8f65ffa56a
|
| 3 |
+
size 2497359584
|
glm-edge-4b-chat.i1-IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:092322e9a3d4008cb42c419ad82045e083a4da05c42fdafa75fd2378c2e5394a
|
| 3 |
+
size 2370756320
|
glm-edge-4b-chat.i1-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c68dad9f27eeb60320325f6de2e07fe224d5425e75cf351f9fbdcc3b7113791a
|
| 3 |
+
size 1676613344
|
glm-edge-4b-chat.i1-Q2_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4acc1d6800ce40e0ea0d3c447b13d4ced3bb7b76bce5e06a0cd5c046e4b118fc
|
| 3 |
+
size 1565529824
|
glm-edge-4b-chat.i1-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:598b166ba16929b30d76ee97229438c456ed28ae790f43d9c749ca94e3895977
|
| 3 |
+
size 2316139232
|
glm-edge-4b-chat.i1-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22dd3e4fddacdc002a4be4316c34c93b74dc63cdfb3f2759dcae6898b726a664
|
| 3 |
+
size 2138208992
|
glm-edge-4b-chat.i1-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16acf4c088b0fa082fa747afaa6e6f68d2727562c94f08fb367c72bf0321b135
|
| 3 |
+
size 1934965472
|
glm-edge-4b-chat.i1-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db029545fd7da7940ef9aef9625ea1e896b6698a60fd13977d1fa91676998868
|
| 3 |
+
size 2493427424
|
glm-edge-4b-chat.i1-Q4_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e0f847beff5040662c865975a65e72ad5442fdba94b08f65bd256118353640a
|
| 3 |
+
size 2744667872
|
glm-edge-4b-chat.i1-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e0384fb1f447c9e94d24a3aa16579809ea4604cae6c15b0315a41f48825c934
|
| 3 |
+
size 2627489504
|
glm-edge-4b-chat.i1-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6e7836eb729208eb06c06eed5cff62b9c53638fd17e9809dada782f572ed8a7
|
| 3 |
+
size 2502471392
|
glm-edge-4b-chat.i1-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5916e7fd9b6def88942994b7490821c48efb0062a94d83aa67d443ced1ea0098
|
| 3 |
+
size 3076886240
|
glm-edge-4b-chat.i1-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d65e7bde4ba0f60609729b3b275837b4c6fc3266d7487a1ab2775ac2bd0f67cc
|
| 3 |
+
size 3003772640
|
glm-edge-4b-chat.i1-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9034269e87f7a443237a1aaa2539c0dd32532ff8c974b79402c755df8b6ce4b
|
| 3 |
+
size 3554370272
|