fix(smolvla): update record.py, fix populate_queues and remove unused dependencies (#1208)

This commit is contained in:
Steven Palma
2025-06-06 09:17:02 +02:00
committed by GitHub
parent e23b41e79a
commit 09343acce7
2 changed files with 9 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ intelrealsense = [
"pyrealsense2-macosx>=2.54 ; sys_platform == 'darwin'",
]
pi0 = ["transformers>=4.48.0"]
smolvla = ["transformers>=4.50.3", "num2words>=0.5.14", "accelerate>=1.7.0"]
smolvla = ["transformers>=4.50.3"]
pusht = ["gym-pusht>=0.1.5 ; python_version < '4.0'"]
stretch = [
"hello-robot-stretch-body>=0.7.27 ; python_version < '4.0' and sys_platform == 'linux'",