mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-16 09:09:48 +00:00
4 lines
129 B
Python
4 lines
129 B
Python
from huggingface_hub import HfApi
|
|
hub_api = HfApi()
|
|
hub_api.create_tag("HuggingFaceVLA/libero", tag="v2.1", repo_type="dataset")
|