Skip to content

Commit

Permalink
create test for wavlm and hubert
Browse files Browse the repository at this point in the history
  • Loading branch information
yamathcy committed Sep 25, 2023
1 parent cc857b7 commit a7977e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests_adapters/models/test_hubert.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa: F403,F405
from adapters import HubertAdapterModel
from tests.models.test_wavlm import *
from hf_transformers.tests.models.hubert.test_modeling_hubert import *
from transformers.testing_utils import require_torch

from .base import AdapterModelTesterMixin
Expand Down
2 changes: 1 addition & 1 deletion tests_adapters/models/test_wavlm.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa: F403,F405
from adapters import WavLMAdapterModel
from tests.models.hubert import *
from hf_transformers.tests.models.wavlm.test_modeling_wavlm import *
from transformers.testing_utils import require_torch

from .base import AdapterModelTesterMixin
Expand Down

0 comments on commit a7977e4

Please sign in to comment.