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

Tiny Random LLaMA

A really tiny (<10mb) LLaMA model with random weights for testing and development.
⚠️ Outputs are meaningless — for sandbox/testing purposes only.

Really useful for testing LLM applications without needing to download large models or use external APIs.

Downloads last month
247
Safetensors
Model size
4.18M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support