How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "TitanML/tiny-mixtral"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "TitanML/tiny-mixtral",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/TitanML/tiny-mixtral
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

This is a tiny-random mixtral, useful for testing and CI/CD pipelines. It is not trained at all, and not suitable for inferencing in any application.

Downloads last month
160,091
Safetensors
Model size
0.2B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for TitanML/tiny-mixtral

Adapters
151 models
Finetunes
3 models
Quantizations
10 models

Collection including TitanML/tiny-mixtral