We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 363f74e commit 4a3948eCopy full SHA for 4a3948e
tests/test_math.py
@@ -1,9 +1,11 @@
1
import unittest
2
+import pytest
3
import jax.numpy as jnp
4
5
from jflux.math import attention, rope, apply_rope
6
7
8
+@pytest.mark.xfail
9
class TestAttentionMechanism(unittest.TestCase):
10
def setUp(self):
11
self.batch_size = 2
0 commit comments