from huggingface_hub import login from dust3r.model import AsymmetricCroCo3DStereo login(token="") model = AsymmetricCroCo3DStereo.from_pretrained("das3r_checkpoint-last.pth") model_name = "das3r" model.push_to_hub(model_name)