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

SOLAR-10.7B

Model Details

Datasets

Downloads last month
4
Safetensors
Model size
11B params
Tensor type
F16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for hyeogi/SOLAR-10.7B-v1.5

Merges
1 model
Quantizations
3 models

Space using hyeogi/SOLAR-10.7B-v1.5 1