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

SOVL

image/png

I'm not gonna tell you this is the best model anyone has ever made. I'm not going to tell you that you will love chatting with SOVL.

What I am gonna say is thank you for taking the time out of your day. Without users like you, my work would be meaningless.

Downloads last month
18
Safetensors
Model size
8B params
Tensor type
F16
Β·
Inference Providers NEW
Input a message to start chatting with ResplendentAI/SOVL_Llama3_8B.

Model tree for ResplendentAI/SOVL_Llama3_8B

Finetuned
(1)
this model
Merges
3 models
Quantizations
6 models

Spaces using ResplendentAI/SOVL_Llama3_8B 9