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

QuantFactory/Mistral-7B-Base-SFT-RDPO-GGUF

This is quantized version of princeton-nlp/Mistral-7B-Base-SFT-RDPO created using llama.cpp

Model Description

This is a model released from the preprint: SimPO: Simple Preference Optimization with a Reference-Free Reward Please refer to our repository for more details.

Downloads last month
93
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-Base-SFT-RDPO-GGUF

Quantized
(2)
this model

Collection including QuantFactory/Mistral-7B-Base-SFT-RDPO-GGUF

Paper for QuantFactory/Mistral-7B-Base-SFT-RDPO-GGUF