How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "waldie/bagel-dpo-34b-v0.2-4.65bpw-h6-exl2"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "waldie/bagel-dpo-34b-v0.2-4.65bpw-h6-exl2",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/waldie/bagel-dpo-34b-v0.2-4.65bpw-h6-exl2
Quick Links

quant of jondurbin's bagel-dpo-34b-v0.2

fits into 24gb with 16k context on windows

python3 convert.py \
    -i /input/jondurbin_bagel-dpo-34b-v0.2/ \
    -c /input/pippa_cleaned/0000.parquet \
    -o /output/temp/ \
    -cf /output/bagel-dpo-34b-v0.2-4.65bpw-h6-exl2/ \
    -l 8192 \
    -ml 8192 \
    -b 4.65 \
    -hb 6
Downloads last month
1
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Datasets used to train waldie/bagel-dpo-34b-v0.2-4.65bpw-h6-exl2