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

Untitled LoRA Model (1)

This is a LoRA extracted from a language model. It was extracted using mergekit.

LoRA Details

This LoRA adapter was extracted from /workspace/merged/VerA and uses unsloth/Llama-3.3-70B-Instruct as a base.

Parameters

The following command was used to extract this LoRA adapter:

mergekit-extract-lora /workspace/merged/VerA unsloth/Llama-3.3-70B-Instruct OUTPUT_PATH --rank=64
Downloads last month
10
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for SteelStorage/L3.3-Cu-Mai-R1-70b-lora