mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
parent
48ba1e074f
commit
a85ea4b19a
1 changed files with 0 additions and 3 deletions
|
|
@ -550,9 +550,6 @@ class ExamplesTests(TestCasePlus):
|
|||
--seed 42
|
||||
""".split()
|
||||
|
||||
if is_torch_fp16_available_on_device(torch_device):
|
||||
testargs.append("--fp16")
|
||||
|
||||
with patch.object(sys, "argv", testargs):
|
||||
run_wav2vec2_pretraining_no_trainer.main()
|
||||
model = Wav2Vec2ForPreTraining.from_pretrained(tmp_dir)
|
||||
|
|
|
|||
Loading…
Reference in a new issue