Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OpenVLA] New model support #12910

Open
Xiangyi1996 opened this issue Feb 28, 2025 · 2 comments
Open

[OpenVLA] New model support #12910

Xiangyi1996 opened this issue Feb 28, 2025 · 2 comments

Comments

@Xiangyi1996
Copy link

Can we support OpenVLA?
Reference: OpenVLA

@qiuxin2012
Copy link
Contributor

Which API? Transformers, llama.cpp or ollama?

@Xiangyi1996
Copy link
Author

OpenVLA is based on HuggingFace Transformer.

Transformer API:

from transformers import AutoModelForVision2Seq, AutoProcessor
processor = AutoProcessor.from_pretrained("openvla/openvla-7b")
vla = AutoModelForVision2Seq.from_pretrained(...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants