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

Kayllene 57B v1.0

exllamav2 quant for TeeZee/Kyllene-57B-v1.0

Runs smoothly on single 3090 in webui with context length set to 4096, ExLlamav2_HF loader and cache_8bit=True

All comments are greatly appreciated, download, test and if you appreciate my work, consider buying me my fuel: Buy Me A Coffee

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

Collection including TeeZee/Kyllene-57B-v1.0-bpw3.0-h6-exl2