Skip to content

Commit

Permalink
No more t5 (#3107)
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerzr authored Sep 12, 2024
1 parent 85b1a03 commit a768b2b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,3 @@ def test_pippy_examples_bert(self):
def test_pippy_examples_gpt2(self):
testargs = ["examples/inference/pippy/gpt2.py"]
run_command(self.launch_args + testargs)

@require_pippy
@require_multi_gpu
def test_pippy_examples_t5(self):
testargs = ["examples/inference/pippy/t5.py"]
run_command(self.launch_args + testargs)

0 comments on commit a768b2b

Please sign in to comment.