How to use Embodied-CoT/ecot-openvla-7b-bridge with Transformers:
# Load model directly from transformers import AutoModelForVision2Seq model = AutoModelForVision2Seq.from_pretrained("Embodied-CoT/ecot-openvla-7b-bridge", trust_remote_code=True, dtype="auto")
Files info