Skip to content

Commit

Permalink
unskip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hollance committed May 30, 2023
1 parent 402b79d commit 9ac9d6b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/models/whisper/test_modeling_whisper.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,18 +393,6 @@ def test_inputs_embeds(self):
with torch.no_grad():
model(**inputs)[0]

@unittest.skip(reason="Some undefined behavior encountered with tiny versions of this model. Skip for now.")
def test_cpu_offload(self):
pass

@unittest.skip(reason="Some undefined behavior encountered with tiny versions of this model. Skip for now.")
def test_disk_offload(self):
pass

@unittest.skip(reason="Some undefined behavior encountered with tiny versions of this model. Skip for now.")
def test_model_parallelism(self):
pass

# training is not supported yet
def test_training(self):
pass
Expand Down

0 comments on commit 9ac9d6b

Please sign in to comment.