[CI-test_torch] skip test_tf_from_pt_safetensors and test_assisted_decoding_sample (#27508)

* skip 4 tests

* nits

* style

* wow it's not my day

* skip new failing tests

* style

* skip for NLLB MoE as well
This commit is contained in:
Arthur
2023-11-15 08:39:29 +01:00
committed by GitHub
parent 2fc33ebead
commit 186c077513
4 changed files with 16 additions and 0 deletions

View File

@@ -726,6 +726,10 @@ class SwitchTransformersModelTest(ModelTesterMixin, GenerationTesterMixin, Pipel
def test_disk_offload(self):
pass
@unittest.skip("Test does not fail individually but fails on the CI @ArthurZucker looking into it")
def test_assisted_decoding_sample(self):
pass
class SwitchTransformersEncoderOnlyModelTester:
def __init__(