Skip to content

Commit 1ffff8d

Browse files
committed
QwenTransformer python api and tests
1 parent 3173767 commit 1ffff8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/test/annotator/seq2seq/qwen_transformer_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from test.util import SparkContextForTest
2121

2222

23-
@pytest.mark.fast
23+
@pytest.mark.slow
2424
class QwenTransformerTextGenerationTestSpec(unittest.TestCase):
2525
def setUp(self):
2626
self.spark = SparkContextForTest.spark

0 commit comments

Comments
 (0)