GLM-4.6-REAP-268B-A32B-GGUF

1.8K
license:mit
by
tiny-artist
Other
OTHER
268B params
New
2K downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
600GB+ RAM
Mobile
Laptop
Server
Quick Summary

AI model with specialized capabilities.

Device Compatibility

Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
250GB+ RAM

Code Examples

text
./build/bin/llama-server \
      --model /mnt/g/LLM/GLM-4.6/IQ3_KS/GLM-4.6-IQ3_KS-00001-of-00003.gguf \
      --alias tiny_artist/GLM-4.6-REAP-268B-A32B-GGUF \
      --ctx-size 32768 \
      -ctk q8_0 -ctv q8_0 \
      -ub 4096 -b 4096 \
      -ngl 99 \
      --jinja \
      -ot exps=CPU \
      --parallel 1 \
      --threads 8 \
      --host 127.0.0.1 \
      --port 8080 \
      --temp 1.0 \
      --top_p 0.95 \
      --top_k 40 \
      --min-p 0.0
textllama.cpp
#!/usr/bin/env fish
  
  konsole -e fish -c 'cd /home/naff/ik_llama.cpp && CUDA_VISIBLE_DEVICES="0," \
                      ./build/bin/llama-server \
                          --model /mnt/g/LLM/GLM-4.6/IQ3_KS/GLM-4.6-IQ3_KS-00001-of-00003.gguf \
                          --alias tiny_artist/GLM-4.6-REAP-268B-A32B-GGUF \
                          --ctx-size 32768 \
                          -ctk q8_0 -ctv q8_0 \
                          -ub 4096 -b 4096 \
                          -ngl 99 \
                          --jinja \
                          -ot exps=CPU \
                          --parallel 1 \
                          --threads 8 \
                          --host 127.0.0.1 \
                          --port 8080 \
                          --temp 1.0 \
                          --top_p 0.95 \
                          --top_k 40 \
                          --min-p 0.0
  '

Deploy This Model

Production-ready deployment in minutes

Together.ai

Instant API access to this model

Fastest API

Production-ready inference API. Start free, scale to millions.

Try Free API

Replicate

One-click model deployment

Easiest Setup

Run models in the cloud with simple API. No DevOps required.

Deploy Now

Disclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.