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

Uploaded model

  • Developed by: safe049
  • License: apache-2.0
  • Finetuned from model : safe049/SmolLumi-8B-Instruct

This llama model was trained 2x faster with Unsloth and Huggingface's TRL library.

Downloads last month
27
Safetensors
Model size
8B params
Tensor type
F16
Β·
Inference Providers NEW
Input a message to start chatting with safe049/SmolTuring-8B-Instruct.

Model tree for safe049/SmolTuring-8B-Instruct

Quantized
(5)
this model
Quantizations
2 models

Spaces using safe049/SmolTuring-8B-Instruct 15