How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "blockblockblock/Olethros-8B-bpw3.5-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": "blockblockblock/Olethros-8B-bpw3.5-exl2",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/blockblockblock/Olethros-8B-bpw3.5-exl2
Quick Links

Configuration Parsing Warning:In config.json: "quantization_config.bits" must be an integer

L3-8b-Instruct tuned on roughly 6000 Opus generations in the hopes of adding a bit of sovl.

Downloads last month
10
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Datasets used to train blockblockblock/Olethros-8B-bpw3.5-exl2