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

Rombos-LLM-V2.5-Qwen-32b

image/jpeg

Rombos-LLM-V2.5-Qwen-32b is a continues finetuned version of Qwen2.5-32B. I noticed recently that the Qwen team did not learn from my methods of continuous finetuning, the great benefits, and no downsides of it. So I took it upon myself to merge the instruct model with the base model myself using the Ties merge method

This version of the model shows higher performance than the original instruct and base models.

Quants: (Coming soon)

GGUF: https://huggingface.co/bartowski/Replete-LLM-V2.5-Qwen-32b-GGUF

EXL2:

(8-bit)

(5-bit)

(4.25-bit)

Downloads last month
12
Safetensors
Model size
33B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Rombo-Org/Rombo-LLM-V2.5-Qwen-32b

Base model

Qwen/Qwen2.5-32B
Finetuned
(1211)
this model
Finetunes
1 model
Merges
2 models
Quantizations
2 models

Collection including Rombo-Org/Rombo-LLM-V2.5-Qwen-32b