mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-16 17:20:05 +00:00
remove flash-attn requirement && fix bug in inference and fast mode
This commit is contained in:
committed by
Michel Aractingi
parent
d2b16afb12
commit
fc6262e23d
@@ -1,2 +0,0 @@
|
||||
# Wall-X policy tests
|
||||
|
||||
@@ -31,7 +31,7 @@ from lerobot.policies.factory import make_policy_config # noqa: E402
|
||||
from lerobot.policies.wall_x import ( # noqa: E402
|
||||
WallXConfig,
|
||||
WallXPolicy,
|
||||
make_wall_x_pre_post_processors, # noqa: E402
|
||||
make_wall_x_pre_post_processors,
|
||||
)
|
||||
from lerobot.utils.random_utils import set_seed # noqa: E402
|
||||
|
||||
|
||||
Reference in New Issue
Block a user