You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix model path assertion to allow HuggingFace model IDs (#448)
## Summary
`load_gr00t_policy_from_config in gr00t_core.py` asserted that
model_path must exist as a local filesystem path, which rejected valid
HuggingFace Hub model IDs (e.g. nvidia/GR00T-N1.6-DROID).
0 commit comments