Fix FastSpeech2ConformerModelTest and skip it on CPU (#28888)
* fix * fix --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -25,7 +25,7 @@ from transformers import (
|
||||
FastSpeech2ConformerWithHifiGanConfig,
|
||||
is_torch_available,
|
||||
)
|
||||
from transformers.testing_utils import require_g2p_en, require_torch, slow, torch_device
|
||||
from transformers.testing_utils import require_g2p_en, require_torch, require_torch_accelerator, slow, torch_device
|
||||
|
||||
from ...test_configuration_common import ConfigTester
|
||||
from ...test_modeling_common import ModelTesterMixin, _config_zero_init, ids_tensor
|
||||
@@ -117,6 +117,7 @@ class FastSpeech2ConformerModelTester:
|
||||
return config, inputs_dict
|
||||
|
||||
|
||||
@require_torch_accelerator
|
||||
@require_torch
|
||||
class FastSpeech2ConformerModelTest(ModelTesterMixin, unittest.TestCase):
|
||||
all_model_classes = (FastSpeech2ConformerModel,) if is_torch_available() else ()
|
||||
|
||||
Reference in New Issue
Block a user