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

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

OpenECAD Models

This repo releases models introducing in OpenECAD (2406.09913v1 & v2).

The outputs of the OpenECAD models can be converted into STEP files by this tool: YuanZhe-99/OpenECADtoSTEP.

You can use the model execution method mentioned in TinyLLaVA directly. (TinyLLaVA: Launch Demo Locally)

For models from v3 and onwards of the paper, please refer to the subsequent updated versions of the OpenECAD model.

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

Paper for Yuan-Che/OpenECAD-SigLIP-2.4B