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

Cambrian Model Card

Model details

Model type: Cambrian is an open-source Multimodal LLM with vision-centric designs.

Model date: Cambrian-1-8B was trained in June 2024.

Paper or resources for more information:

License

Llama 3 is licensed under the LLAMA 3 Community License, Copyright (c) Meta Platforms, Inc. All Rights Reserved.

Where to send questions or comments about the model: https://github.com/cambrian-mllm/cambrian/issues

Training dataset

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

Collection including nyu-visionx/cambrian-8b

Paper for nyu-visionx/cambrian-8b