How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama-server -hf wwlwwl/GLM-4.7-Flash-Absolute-Heresy-zh-RP-gguf:
Configure the model in Pi
# Install Pi:
npm install -g @mariozechner/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "wwlwwl/GLM-4.7-Flash-Absolute-Heresy-zh-RP-gguf:"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

底座模型:GLM-4.7-Flash-absolute-heresy
imatrix基于五个中文类数据集,ctx=2048,chunks=512,剔除所有Emoji以及英文单词行,最终得到596万字纯中文作为输入集。

相比该基模下其他量化版本,中文实力稍微好了一些;但是不要对一个只A3B(或者说,2.6B)的模型抱太大期待。
懒得跑PPL测试了,该模型主要优势就是中文稍微灵活一些,然后就是极度的“暴力”。上下文遵循能力不如Gemma,具体的自行测吧。

Downloads last month
158
GGUF
Model size
30B params
Architecture
deepseek2
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

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

Model tree for wwlwwl/GLM-4.7-Flash-Absolute-Heresy-zh-RP-gguf

Quantized
(5)
this model

Datasets used to train wwlwwl/GLM-4.7-Flash-Absolute-Heresy-zh-RP-gguf