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

QuantFactory Banner

QuantFactory/Replete-LLM-V2.5-Qwen-7b-GGUF

This is quantized version of Replete-AI/Replete-LLM-V2.5-Qwen-7b created using llama.cpp

Original Model Card

Replete-LLM-V2.5-Qwen-7b

image/png

Replete-LLM-V2.5-Qwen-7b is a continues finetuned version of Qwen2.5-7B. I noticed recently that the Qwen team did not learn from my methods of continuous finetuning, the great benefits, and no downsides of it. So I took it upon myself to merge the instruct model with the base model myself using the Ties merge method

This version of the model shows higher performance than the original instruct and base models.

Quants:

GGUF: https://huggingface.co/bartowski/Replete-LLM-V2.5-Qwen-7b-GGUF

Benchmarks: (Coming soon)

Downloads last month
150
GGUF
Model size
8B params
Architecture
qwen2
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/Replete-LLM-V2.5-Qwen-7b-GGUF

Base model

Qwen/Qwen2.5-7B
Quantized
(396)
this model