Quants
Collection
Miscellaneous quantifications, mostly GGUF β’ 17 items β’ Updated β’ 1
How to use cstr/ALMA-7B-R-GGUF with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf cstr/ALMA-7B-R-GGUF # Run inference directly in the terminal: llama cli -hf cstr/ALMA-7B-R-GGUF
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf cstr/ALMA-7B-R-GGUF # Run inference directly in the terminal: llama cli -hf cstr/ALMA-7B-R-GGUF
# 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 cstr/ALMA-7B-R-GGUF # Run inference directly in the terminal: ./llama-cli -hf cstr/ALMA-7B-R-GGUF
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 cstr/ALMA-7B-R-GGUF # Run inference directly in the terminal: ./build/bin/llama-cli -hf cstr/ALMA-7B-R-GGUF
docker model run hf.co/cstr/ALMA-7B-R-GGUF
How to use cstr/ALMA-7B-R-GGUF with Ollama:
ollama run hf.co/cstr/ALMA-7B-R-GGUF
How to use cstr/ALMA-7B-R-GGUF with Docker Model Runner:
docker model run hf.co/cstr/ALMA-7B-R-GGUF
How to use cstr/ALMA-7B-R-GGUF with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull cstr/ALMA-7B-R-GGUF
lemonade run user.ALMA-7B-R-GGUF-{{QUANT_TAG}}lemonade list
GGUF conversion of haoranxu/ALMA-7B-R. ALMA-7B-R translation model (Advanced LLM-based Machine Assisted translation).
| File | Size |
|---|---|
ALMA-7B-R-q4-k-m.gguf |
3892 MB |
Compatible with llama.cpp and other GGUF runtimes.
haoranxu.mit. This repository redistributes under the same terms; it grants no rights the upstream licence does not.We're not able to determine the quantization variants.
Base model
haoranxu/ALMA-7B-R
docker model run hf.co/cstr/ALMA-7B-R-GGUF