Skip to content

Commit

Permalink
Missing always definition in xval
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeven authored Oct 23, 2024
1 parent 391df8e commit 87acd84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x_transformers/xval.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
AttentionLayers,
TokenEmbedding,
ScaledSinusoidalEmbedding,
AbsolutePositionalEmbedding
AbsolutePositionalEmbedding,
always
)

from x_transformers.autoregressive_wrapper import (
Expand Down

0 comments on commit 87acd84

Please sign in to comment.