How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "adriabama06/UI-TARS-1.5-7B-exl2"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "adriabama06/UI-TARS-1.5-7B-exl2",
		"messages": [
			{
				"role": "user",
				"content": [
					{
						"type": "text",
						"text": "Describe this image in one sentence."
					},
					{
						"type": "image_url",
						"image_url": {
							"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
						}
					}
				]
			}
		]
	}'
Use Docker
docker model run hf.co/adriabama06/UI-TARS-1.5-7B-exl2
Quick Links

EXL2 quants of UI-TARS-1.5-7B

4.00 bits per weight
6.00 bits per weight

Model Size
4.00 bpw 7.49 GB
6.00 bpw 9.13 GB
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for adriabama06/UI-TARS-1.5-7B-exl2

Finetuned
(11)
this model