How to use from
Hermes Agent
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf andyjack/GLM-4.7-REAP-268B-A32B-MXFP4_MOE_GGUF:MXFP4_MOE
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 andyjack/GLM-4.7-REAP-268B-A32B-MXFP4_MOE_GGUF:MXFP4_MOE
Run Hermes
hermes
Quick Links

Introducing GLM-4.7-REAP-268B-A32B, a memory-efficient compressed variant of GLM-4.7 that maintains near-identical performance while being 25% lighter.

The original model available here: https://huggingface.co/cerebras/GLM-4.7-REAP-268B-A32B

Note: this is a MXFP4-MOE accurate downstream low-bit quantization version. It has been tested with the latest version of llama.cpp.

llama.cpp/build/bin/llama-server
-m GLM-4.7-REAP-268B-A32B-MXFP4_MOE.gguf
--host 0.0.0.0
--port 11434
--api-key XXX
--flash-attn on
--n-gpu-layers 99
--split-mode layer
--no-mmap
--repeat-penalty 1.08
--repeat-last-n 256
-c 128000
-b 4096
-ub 1024
--parallel 1
--jinja

bitcoin:

bc1q6nvh39fcmy0de0ezepnn2z0rn4dme9yjal77ah
Downloads last month
26
GGUF
Model size
269B params
Architecture
glm4moe
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including andyjack/GLM-4.7-REAP-268B-A32B-MXFP4_MOE_GGUF