Skip to content

Commit 0ee7657

Browse files
committed
make sure researchers can try their favorite module
1 parent 10b8452 commit 0ee7657

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_hrm.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
def test_hrm():
55
from HRM.hrm import HRM
6+
from x_transformers import Encoder
67

78
hrm = HRM(
89
networks = [
@@ -24,7 +25,7 @@ def test_hrm():
2425
rotary_pos_emb = True,
2526
pre_norm = False
2627
),
27-
dict(
28+
Encoder(
2829
dim = 32,
2930
depth = 8,
3031
attn_dim_head = 8,

0 commit comments

Comments
 (0)