remove timm dep

This commit is contained in:
Jade Choghari
2025-11-27 13:38:12 +01:00
parent ca4b3d035b
commit 0b326053e9
3 changed files with 38 additions and 3 deletions
+2 -2
View File
@@ -129,7 +129,7 @@ groot = [
"ninja>=1.11.1,<2.0.0",
"flash-attn>=2.5.9,<3.0.0 ; sys_platform != 'darwin'"
]
xlva = ["lerobot[transformers-dep]", "timm>=1.0.0,<1.1.0"]
xlva = ["lerobot[transformers-dep]"]
hilserl = ["lerobot[transformers-dep]", "gym-hil>=0.1.13,<0.2.0", "lerobot[grpcio-dep]", "lerobot[placo-dep]"]
# Features
@@ -158,7 +158,7 @@ all = [
"lerobot[pi]",
"lerobot[smolvla]",
# "lerobot[groot]", TODO(Steven): Gr00t requires specific installation instructions for flash-attn
# "lerobot[xvla]",
"lerobot[xvla]",
"lerobot[hilserl]",
"lerobot[async]",
"lerobot[dev]",