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-0.89B"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Yuan-Che/OpenECAD-SigLIP-0.89B",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/Yuan-Che/OpenECAD-SigLIP-0.89B
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
5
Safetensors
Model size
0.9B 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-0.89B