How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf AliceThirty/GLM-4.7-PRISM-Unsloth-GGUF:
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": "AliceThirty/GLM-4.7-PRISM-Unsloth-GGUF:"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

I quantized GLM-4.7-PRISM using the same method than Unsloth Dynamics's GLM 4.7. I copied each tensor type from their quantization, and I used the same imatrix.
If you want a certain quantization type that I haven't uploaded yet, feel free to ask (the model is pretty big so I did only a few quantizations yet).

If you want to buy me a coffee https://ko-fi.com/alicesynthesisthirty, thank you, very much appreciated!

Downloads last month
208
GGUF
Model size
353B params
Architecture
glm4moe
Hardware compatibility
Log In to add your hardware

1-bit

2-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ 1 Ask for provider support

Model tree for AliceThirty/GLM-4.7-PRISM-Unsloth-GGUF

Base model

zai-org/GLM-4.7
Quantized
(11)
this model