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

Rombos-LLM-70b-Llama-3.3

image/jpeg

You know the drill by now.

Here is the paper. Have fun.

Downloads last month
7
Safetensors
Model size
71B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with rombodawg/Rombos-LLM-70b-Llama-3.3.

Model tree for rombodawg/Rombos-LLM-70b-Llama-3.3

Finetuned
(617)
this model
Quantizations
5 models