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

image/png

ExLlamaV2 BPW 6.0 quant of xxx777xxxASD/PrimaSumika-10.7B-128k (Fits in 12GB VRAM/42k context/4-bit cache)

Downloads last month
5
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including xxx777xxxASD/PrimaSumika-10.7B-128k-bpw-6.0