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

Mistral 7B Instruct v0.2 Turkish

Description

This repo contains GGUF format model files for malhajar's Mistral 7B Instruct v0.2 Turkish

Original model

Quantization methods

quantization method bits size use case recommended
Q2_K 2 2.72 GB smallest, significant quality loss
Q3_K_S 3 3.16 GB very small, high quality loss
Q3_K_M 3 3.52 GB very small, high quality loss
Q3_K_L 3 3.82 GB small, substantial quality loss
Q4_0 4 4.11 GB legacy; small, very high quality loss
Q4_K_S 4 4.14 GB small, greater quality loss
Q4_K_M 4 4.37 GB medium, balanced quality
Q5_0 5 5.00 GB legacy; medium, balanced quality
Q5_K_S 5 5.00 GB large, low quality loss
Q5_K_M 5 5.13 GB large, very low quality loss
Q6_K 6 5.94 GB very large, extremely low quality loss
Q8_0 8 7.70 GB very large, extremely low quality loss
FP16 16 14.5 GB enormous, minuscule quality loss

Prompt Template

### Instruction:
<prompt> (without the <>)
### Response:
Downloads last month
142
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 sayhan/Mistral-7B-Instruct-v0.2-turkish-GGUF

Quantized
(3)
this model

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