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

Sarvam-30B first optimization by Atos for the AI Resilient Challenge

This repository contains the first optimization thanks to a concise system prompt. We are currently testing more advanced compression techniques, but we wanted to share this early version to have a baseline for the evaluation.

System prompt : You are a concise assistant. Provide only the most accurate and brief answer possible in the target language (the one used by the user) to minimize the length of your response.

Usage

vllm serve --config vllm_config.yaml
Downloads last month
25
Safetensors
Model size
32B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support