Skip to content

Commit 9af1263

Browse files
tst tokenz only.
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 4972104 commit 9af1263

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

multipy/runtime/test_compat.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ class TestCompat(unittest.TestCase):
1616
# def test_torchaudio(self):
1717
# import torchaudio # noqa: F401
1818

19-
def test_pytorch3d(self):
20-
import pytorch3d # noqa: F401
19+
# def test_pytorch3d(self):
20+
# import pytorch3d # noqa: F401
2121

22-
# def test_hf_tokenizers(self):
23-
# import tokenizers # noqa: F401
22+
def test_hf_tokenizers(self):
23+
import tokenizers # noqa: F401
2424

2525
def test_torchdynamo_eager(self):
2626
import torchdynamo

0 commit comments

Comments
 (0)