How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf cPilotGod/mistral-codestral-22b-gguf:
# Run inference directly in the terminal:
llama cli -hf cPilotGod/mistral-codestral-22b-gguf:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf cPilotGod/mistral-codestral-22b-gguf:
# Run inference directly in the terminal:
llama cli -hf cPilotGod/mistral-codestral-22b-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 cPilotGod/mistral-codestral-22b-gguf:
# Run inference directly in the terminal:
./llama-cli -hf cPilotGod/mistral-codestral-22b-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 cPilotGod/mistral-codestral-22b-gguf:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf cPilotGod/mistral-codestral-22b-gguf:
Use Docker
docker model run hf.co/cPilotGod/mistral-codestral-22b-gguf:
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Codestral 22B

This repository was mirrored into the company Hugging Face organization.

  • Provider: mistral
  • Series: Codestral
  • Source manifest: /home/fky/model_artifact_huggingface_links.md

Quantizations

  • Q4_K_M: mirrored from https://huggingface.co/bartowski/Codestral-22B-v0.1-GGUF/resolve/main/Codestral-22B-v0.1-Q4_K_M.gguf
  • Q5_K_M: mirrored from https://huggingface.co/bartowski/Codestral-22B-v0.1-GGUF/resolve/main/Codestral-22B-v0.1-Q5_K_M.gguf
  • Q6_K: mirrored from https://huggingface.co/bartowski/Codestral-22B-v0.1-GGUF/resolve/main/Codestral-22B-v0.1-Q6_K.gguf
  • Q8_0: mirrored from https://huggingface.co/bartowski/Codestral-22B-v0.1-GGUF/resolve/main/Codestral-22B-v0.1-Q8_0.gguf
Downloads last month
133
GGUF
Model size
22B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

6-bit

8-bit

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