How to use from
llama.cppInstall from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf ZeroWw/codegeex4-all-9b-GGUF:# Run inference directly in the terminal:
llama-cli -hf ZeroWw/codegeex4-all-9b-GGUF: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 ZeroWw/codegeex4-all-9b-GGUF:# Run inference directly in the terminal:
./llama-cli -hf ZeroWw/codegeex4-all-9b-GGUF: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 ZeroWw/codegeex4-all-9b-GGUF:# Run inference directly in the terminal:
./build/bin/llama-cli -hf ZeroWw/codegeex4-all-9b-GGUF:Use Docker
docker model run hf.co/ZeroWw/codegeex4-all-9b-GGUF:Quick Links
My own (ZeroWw) quantizations. output and embed tensors quantized to f16. all other tensors quantized to q5_k or q6_k.
Result: both f16.q6 and f16.q5 are smaller than q8_0 standard quantization and they perform as well as the pure f16.
Updated on: Sat Jul 13, 09:06:20
- Downloads last month
- 22
Hardware compatibility
Log In to add your hardware
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf ZeroWw/codegeex4-all-9b-GGUF:# Run inference directly in the terminal: llama-cli -hf ZeroWw/codegeex4-all-9b-GGUF: