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/bigstral-12b-32k-8xMoE-GGUF:
# Run inference directly in the terminal:
llama-cli -hf bartowski/bigstral-12b-32k-8xMoE-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf bartowski/bigstral-12b-32k-8xMoE-GGUF:
# Run inference directly in the terminal:
llama-cli -hf bartowski/bigstral-12b-32k-8xMoE-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/bigstral-12b-32k-8xMoE-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf bartowski/bigstral-12b-32k-8xMoE-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/bigstral-12b-32k-8xMoE-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf bartowski/bigstral-12b-32k-8xMoE-GGUF:
Use Docker
docker model run hf.co/bartowski/bigstral-12b-32k-8xMoE-GGUF:
Quick Links

Llamacpp Quantizations of bigstral-12b-32k-8xMoE

Using llama.cpp release b2354 for quantization.

Original model: https://huggingface.co/bartowski/bigstral-12b-32k-8xMoE

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

Filename Quant type File Size Description
bigstral-12b-32k-8xMoE-Q8_0.gguf Q8_0 86.63GB Extremely high quality, generally unneeded but max available quant.
bigstral-12b-32k-8xMoE-Q6_K.gguf Q6_K 67.00GB Very high quality, near perfect, recommended.
bigstral-12b-32k-8xMoE-Q5_K_M.gguf Q5_K_M 58.00GB High quality, very usable.
bigstral-12b-32k-8xMoE-Q5_K_S.gguf Q5_K_S 56.25GB High quality, very usable.
bigstral-12b-32k-8xMoE-Q5_0.gguf Q5_0 56.25GB High quality, older format, generally not recommended.
bigstral-12b-32k-8xMoE-Q4_K_M.gguf Q4_K_M 49.60GB Good quality, similar to 4.25 bpw.
bigstral-12b-32k-8xMoE-Q4_K_S.gguf Q4_K_S 46.70GB Slightly lower quality with small space savings.
bigstral-12b-32k-8xMoE-Q4_0.gguf Q4_0 46.13GB Decent quality, older format, generally not recommended.
bigstral-12b-32k-8xMoE-Q3_K_L.gguf Q3_K_L 42.16GB Lower quality but usable, good for low RAM availability.
bigstral-12b-32k-8xMoE-Q3_K_M.gguf Q3_K_M 39.30GB Even lower quality.
bigstral-12b-32k-8xMoE-Q3_K_S.gguf Q3_K_S 35.62GB Low quality, not recommended.
bigstral-12b-32k-8xMoE-Q2_K.gguf Q2_K 30.17GB Extremely low quality, not recommended.

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

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

2-bit

3-bit

4-bit

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

Model tree for bartowski/bigstral-12b-32k-8xMoE-GGUF

Quantized
(103)
this model