Skip to content

Commit

Permalink
tst tokenz only.
Browse files Browse the repository at this point in the history
Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
  • Loading branch information
anirbanr-fb-r2p committed Sep 14, 2022
1 parent 4972104 commit 9af1263
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions multipy/runtime/test_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ class TestCompat(unittest.TestCase):
# def test_torchaudio(self):
# import torchaudio # noqa: F401

def test_pytorch3d(self):
import pytorch3d # noqa: F401
# def test_pytorch3d(self):
# import pytorch3d # noqa: F401

# def test_hf_tokenizers(self):
# import tokenizers # noqa: F401
def test_hf_tokenizers(self):
import tokenizers # noqa: F401

def test_torchdynamo_eager(self):
import torchdynamo
Expand Down

0 comments on commit 9af1263

Please sign in to comment.