How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf concedo/GLM-ASR-Nano-2512-GGUF:BF16
# Run inference directly in the terminal:
llama-cli -hf concedo/GLM-ASR-Nano-2512-GGUF:BF16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf concedo/GLM-ASR-Nano-2512-GGUF:BF16
# Run inference directly in the terminal:
llama-cli -hf concedo/GLM-ASR-Nano-2512-GGUF:BF16
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 concedo/GLM-ASR-Nano-2512-GGUF:BF16
# Run inference directly in the terminal:
./llama-cli -hf concedo/GLM-ASR-Nano-2512-GGUF:BF16
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 concedo/GLM-ASR-Nano-2512-GGUF:BF16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf concedo/GLM-ASR-Nano-2512-GGUF:BF16
Use Docker
docker model run hf.co/concedo/GLM-ASR-Nano-2512-GGUF:BF16
Quick Links

These GGUF quants were made from https://huggingface.co/zai-org/GLM-ASR-Nano-2512 and designed for use in KoboldCpp 1.104 and above.

Contains 3 GGUF quants of GLM-ASR-Nano-2512, as well as the associated mmproj file.

To use:

  • Download the main model (GLM-ASR-Nano-1.6B-2512-Q4_K.gguf) and the mmproj (mmproj-GLM-ASR-Nano-2512-Q8_0.gguf)
  • Launch KoboldCpp and go to Loaded Files tab
  • Select the main model as "Text Model" and the mmproj as "mmproj"

image/png

Downloads last month
282
GGUF
Model size
2B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

8-bit

16-bit

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

Model tree for concedo/GLM-ASR-Nano-2512-GGUF

Quantized
(3)
this model