Remove more references to lerobot.common

This commit is contained in:
Michel Aractingi
2025-07-02 18:18:19 +02:00
parent 012d428f7b
commit 66454a0fbf
10 changed files with 33 additions and 33 deletions
@@ -52,7 +52,7 @@ The dataset you requested ({repo_id}) is in {version} format.
While current version of LeRobot is backward-compatible with it, the version of your dataset still uses global
stats instead of per-episode stats. Update your dataset stats to the new format using this command:
```
python lerobot/common/datasets/v30/convert_dataset_v21_to_v30.py --repo-id={repo_id}
python -m lerobot.datasets.v30.convert_dataset_v21_to_v30 --repo-id={repo_id}
```
If you encounter a problem, contact LeRobot maintainers on [Discord](https://discord.com/invite/s3KuuzsPFb)