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

Mistral-7B-Instruct-v0.2-GGUF

Description

The Mistral-7B-Instruct-v0.2 Large Language Model (LLM) is an instruct fine-tuned version of the Mistral-7B-v0.2.

Mistral-7B-v0.2 has the following changes compared to Mistral-7B-v0.1

  • 32k context window (vs 8k context in v0.1)
  • Rope-theta = 1e6
  • No Sliding-Window Attention

For full details of this model please read our paper and release blog post.

Downloads last month
396
GGUF
Model size
7B params
Architecture
llama
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

Model tree for QuantFactory/Mistral-7B-Instruct-v0.2-GGUF

Quantized
(109)
this model

Collection including QuantFactory/Mistral-7B-Instruct-v0.2-GGUF

Paper for QuantFactory/Mistral-7B-Instruct-v0.2-GGUF