Skip to content

Commit

Permalink
try fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
Mddct committed Feb 19, 2024
1 parent 0f967f8 commit cf76768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/wenet/ssl/w2vbert/test_w2vbert.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from fairseq2.memory import MemoryBlock
except ImportError:
import os
os.system('pip install --no-input fairseq2')
os.system('pip install --no-input fairseq2 torchaudio')
import fairseq2 # noqa
from fairseq2.data.audio import AudioDecoder, WaveformToFbankConverter
from fairseq2.memory import MemoryBlock
Expand Down

0 comments on commit cf76768

Please sign in to comment.