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

Currently Ctranslate2 does not directly support mistral and zephyr models for conversion

Here is a custom converted model made possible by some code changes to the ct2 repo for mistral. Mainly developed for internal development use you can use it too if your struggling with the same issue

Note: Model was created with BFloat16 quantization


license: apache-2.0

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