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

🀏🏻 tiny-random-mistral

This is a tiny model created using MistralForCausalLM for testing purposes, initialized with random weights. While the tokenizer is ported from mistralai/Mistral-7B-v0.1.

Downloads last month
453
Safetensors
Model size
8.31M params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support