enable 5 cases on XPU (#37507)
* make speecht5 test_batch_generation pass on XPU Signed-off-by: YAO Matrix <matrix.yao@intel.com> * enable 4 GlmIntegrationTest cases on XPU Signed-off-by: YAO Matrix <matrix.yao@intel.com> * fix style Signed-off-by: YAO Matrix <matrix.yao@intel.com> * Update src/transformers/testing_utils.py Co-authored-by: Yih-Dar <2521628+ydshieh@users.noreply.github.com> --------- Signed-off-by: YAO Matrix <matrix.yao@intel.com> Co-authored-by: Yih-Dar <2521628+ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -1223,6 +1223,7 @@ class SpeechT5ForTextToSpeechIntegrationTests(unittest.TestCase):
|
||||
"Mismatch in waveform between standalone and integrated vocoder for single instance generation.",
|
||||
)
|
||||
|
||||
@require_deterministic_for_xpu
|
||||
def test_batch_generation(self):
|
||||
model = self.default_model
|
||||
processor = self.default_processor
|
||||
|
||||
Reference in New Issue
Block a user