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

Aryanne/Zephyr-3.43B-GGUF

Quantized GGUF model files for Zephyr-3.43B from Aryanne

Name Quant method Size
zephyr-3.43b.fp16.gguf fp16 6.86 GB
zephyr-3.43b.q2_k.gguf q2_k 1.46 GB
zephyr-3.43b.q3_k_m.gguf q3_k_m 1.70 GB
zephyr-3.43b.q4_k_m.gguf q4_k_m 2.09 GB
zephyr-3.43b.q5_k_m.gguf q5_k_m 2.44 GB
zephyr-3.43b.q6_k.gguf q6_k 2.82 GB
zephyr-3.43b.q8_0.gguf q8_0 3.65 GB

Original Model Card:

This model is a merge/fusion of Aryanne/Astridboros-3B and stabilityai/stablelm-zephyr-3b , 28 layers of Zephyr + 12 layers of Astridboros together(see zephyr-3.43b.yml or below).

A total of 40 layers, with 3.43B of parameters.

License it's the same as Zephyr cause it has 70% of it.

slices:
  - sources:
    - model: stabilityai/stablelm-zephyr-3b
      layer_range: [0, 14] 
  - sources:
    - model: Aryanne/Astridboros-3B
      layer_range: [10, 22]
  - sources:
    - model: stabilityai/stablelm-zephyr-3b
      layer_range: [18, 32]
merge_method: passthrough
dtype: float16

I recommend the use of the Zephyr prompt format.

<|user|>
List 3 synonyms for the word "tiny"<|endoftext|>
<|assistant|>
1. Dwarf
2. Little
3. Petite<|endoftext|>

GGUF Quants: [notyet](not yet)

Downloads last month
70
GGUF
Model size
3B params
Architecture
stablelm
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 afrideva/Zephyr-3.43B-GGUF

Quantized
(1)
this model