Text Generation
Transformers
GGUF
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 bartowski/c4ai-command-r-v01-GGUF:
# Run inference directly in the terminal:
llama-cli -hf bartowski/c4ai-command-r-v01-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf bartowski/c4ai-command-r-v01-GGUF:
# Run inference directly in the terminal:
llama-cli -hf bartowski/c4ai-command-r-v01-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 bartowski/c4ai-command-r-v01-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf bartowski/c4ai-command-r-v01-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 bartowski/c4ai-command-r-v01-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf bartowski/c4ai-command-r-v01-GGUF:
Use Docker
docker model run hf.co/bartowski/c4ai-command-r-v01-GGUF:
Quick Links

Llamacpp Quantizations of c4ai-command-r-v01

Using llama.cpp release b2440 for quantization.

Original model: https://huggingface.co/CohereForAI/c4ai-command-r-v01

Download a file (not the whole branch) from below:

Filename Quant type File Size Description
c4ai-command-r-v01-Q8_0.gguf Q8_0 37.17GB Extremely high quality, generally unneeded but max available quant.
c4ai-command-r-v01-Q6_K.gguf Q6_K 28.70GB Very high quality, near perfect, recommended.
c4ai-command-r-v01-Q5_K_M.gguf Q5_K_M 25.00GB High quality, very usable.
c4ai-command-r-v01-Q5_K_S.gguf Q5_K_S 24.33GB High quality, very usable.
c4ai-command-r-v01-Q5_0.gguf Q5_0 24.33GB High quality, older format, generally not recommended.
c4ai-command-r-v01-Q4_K_M.gguf Q4_K_M 21.52GB Good quality, similar to 4.25 bpw.
c4ai-command-r-v01-Q4_K_S.gguf Q4_K_S 20.37GB Slightly lower quality with small space savings.
c4ai-command-r-v01-Q4_0.gguf Q4_0 20.22GB Decent quality, older format, generally not recommended.
c4ai-command-r-v01-Q3_K_L.gguf Q3_K_L 19.14GB Lower quality but usable, good for low RAM availability.
c4ai-command-r-v01-Q3_K_M.gguf Q3_K_M 17.61GB Even lower quality.
c4ai-command-r-v01-Q3_K_S.gguf Q3_K_S 15.86GB Low quality, not recommended.
c4ai-command-r-v01-Q2_K.gguf Q2_K 13.81GB Extremely low quality, not recommended.

Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski

Downloads last month
2,206
GGUF
Model size
35B params
Architecture
command-r
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

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