Skip to content

Commit

Permalink
is this the problem?
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwh committed Apr 26, 2024
1 parent 5068dcf commit 15fda9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_longformer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import jax.config
import jax
import jax.numpy as jnp
import numpy as np

Expand Down Expand Up @@ -37,7 +37,6 @@ def test_causal_sliding_window_attention_simple():


def test_sliding_window_attention_fancier():
# jax.config.update("jax_disable_jit", True)
D = 4
for L, W in [(2, 1), (2, 2), (4, 2), (10, 5), (15, 5), (16, 2), (15, 3), (10, 10)]:
Pos = Axis("Pos", L)
Expand Down

0 comments on commit 15fda9b

Please sign in to comment.