How to use from
llama.cppInstall from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf QuantFactory/Calme-Instruct-Extended-GGUF:# Run inference directly in the terminal:
llama-cli -hf QuantFactory/Calme-Instruct-Extended-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/Calme-Instruct-Extended-GGUF:# Run inference directly in the terminal:
./llama-cli -hf QuantFactory/Calme-Instruct-Extended-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/Calme-Instruct-Extended-GGUF:# Run inference directly in the terminal:
./build/bin/llama-cli -hf QuantFactory/Calme-Instruct-Extended-GGUF:Use Docker
docker model run hf.co/QuantFactory/Calme-Instruct-Extended-GGUF:Quick Links
QuantFactory/Calme-Instruct-Extended-GGUF
This is quantized version of arcee-ai/Calme-Instruct-Extended created using llama.cpp
Original Model Card
Calme-Instruct-Extended
Calme-Instruct-Extended is a merge of the following models using mergekit:
🧩 Configuration
slices:
- sources:
- model: MaziyarPanahi/Calme-7B-Instruct-v0.1.1
layer_range:
- 0
- 4
- sources:
- model: MaziyarPanahi/Calme-7B-Instruct-v0.1.1
layer_range:
- 3
- 4
parameters:
scale:
- filter: o_proj
value: 0
- filter: down_proj
value: 0
- value: 1
- sources:
- model: MaziyarPanahi/Calme-7B-Instruct-v0.1.1
layer_range:
- 4
- 8
- sources:
- model: MaziyarPanahi/Calme-7B-Instruct-v0.1.1
layer_range:
- 7
- 8
parameters:
scale:
- filter: o_proj
value: 0
- filter: down_proj
value: 0
- value: 1
- sources:
- model: MaziyarPanahi/Calme-7B-Instruct-v0.1.1
layer_range:
- 8
- 12
- sources:
- model: MaziyarPanahi/Calme-7B-Instruct-v0.1.1
layer_range:
- 11
- 12
parameters:
scale:
- filter: o_proj
value: 0
- filter: down_proj
value: 0
- value: 1
- sources:
- model: MaziyarPanahi/Calme-7B-Instruct-v0.1.1
layer_range:
- 12
- 16
- sources:
- model: MaziyarPanahi/Calme-7B-Instruct-v0.1.1
layer_range:
- 15
- 16
parameters:
scale:
- filter: o_proj
value: 0
- filter: down_proj
value: 0
- value: 1
- sources:
- model: MaziyarPanahi/Calme-7B-Instruct-v0.1.1
layer_range:
- 16
- 20
- sources:
- model: MaziyarPanahi/Calme-7B-Instruct-v0.1.1
layer_range:
- 19
- 20
parameters:
scale:
- filter: o_proj
value: 0
- filter: down_proj
value: 0
- value: 1
- sources:
- model: MaziyarPanahi/Calme-7B-Instruct-v0.1.1
layer_range:
- 20
- 24
- sources:
- model: MaziyarPanahi/Calme-7B-Instruct-v0.1.1
layer_range:
- 23
- 24
parameters:
scale:
- filter: o_proj
value: 0
- filter: down_proj
value: 0
- value: 1
- sources:
- model: MaziyarPanahi/Calme-7B-Instruct-v0.1.1
layer_range:
- 24
- 28
- sources:
- model: MaziyarPanahi/Calme-7B-Instruct-v0.1.1
layer_range:
- 27
- 28
parameters:
scale:
- filter: o_proj
value: 0
- filter: down_proj
value: 0
- value: 1
- sources:
- model: MaziyarPanahi/Calme-7B-Instruct-v0.1.1
layer_range:
- 28
- 32
- sources:
- model: MaziyarPanahi/Calme-7B-Instruct-v0.1.1
layer_range:
- 31
- 32
parameters:
scale:
- filter: o_proj
value: 0
- filter: down_proj
value: 0
- value: 1
merge_method: passthrough
dtype: bfloat16
- Downloads last month
- 98
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

Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf QuantFactory/Calme-Instruct-Extended-GGUF:# Run inference directly in the terminal: llama-cli -hf QuantFactory/Calme-Instruct-Extended-GGUF: