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 shenberg1/Mixtral-8x7B-Instruct-v0.1-GGUF:
# Run inference directly in the terminal:
llama cli -hf shenberg1/Mixtral-8x7B-Instruct-v0.1-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf shenberg1/Mixtral-8x7B-Instruct-v0.1-GGUF:
# Run inference directly in the terminal:
llama cli -hf shenberg1/Mixtral-8x7B-Instruct-v0.1-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 shenberg1/Mixtral-8x7B-Instruct-v0.1-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf shenberg1/Mixtral-8x7B-Instruct-v0.1-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 shenberg1/Mixtral-8x7B-Instruct-v0.1-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf shenberg1/Mixtral-8x7B-Instruct-v0.1-GGUF:
Use Docker
docker model run hf.co/shenberg1/Mixtral-8x7B-Instruct-v0.1-GGUF:
Quick Links

Description

This repo contains GGUF format model files for Mistral AI_'s Mixtral 8X7B Instruct v0.1.

The f16 model (as well as several other formats) are well over the 50GB limit so there are a few missing.

This is for personal use, but if you use or would like to use it please let me know! And I'll be happy to dedicate more time to making more GGUF model files available to people :)

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

4-bit

8-bit

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