Skip to content

Commit 8c3360e

Browse files
committed
make sure tests is the optimal vq bridge
1 parent a4fa999 commit 8c3360e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_readme.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@ def test_fvq():
512512
from x_transformers import ContinuousTransformerWrapper, Encoder
513513

514514
vq_bridge = ContinuousTransformerWrapper(
515+
num_memory_tokens = 2,
515516
attn_layers = Encoder(
516517
dim = 256,
517518
depth = 1,

0 commit comments

Comments
 (0)