Bump CODEBASE_VERSION

This commit is contained in:
Simon Alibert 2025-02-10 16:39:34 +01:00
parent 8548a87bd4
commit 38c14571cc
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ from lerobot.common.datasets.video_utils import (
from lerobot.common.robot_devices.robots.utils import Robot from lerobot.common.robot_devices.robots.utils import Robot
# For maintainers, see lerobot/common/datasets/push_dataset_to_hub/CODEBASE_VERSION.md # For maintainers, see lerobot/common/datasets/push_dataset_to_hub/CODEBASE_VERSION.md
CODEBASE_VERSION = "v2.0" CODEBASE_VERSION = "v2.1"
LEROBOT_HOME = Path(os.getenv("LEROBOT_HOME", "~/.cache/huggingface/lerobot")).expanduser() LEROBOT_HOME = Path(os.getenv("LEROBOT_HOME", "~/.cache/huggingface/lerobot")).expanduser()