Skip to content

Commit

Permalink
pass ut on cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
Mddct committed Feb 19, 2024
1 parent 0f967f8 commit 6f1fb43
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==2.1.1')
import fairseq2 # noqa
from fairseq2.data.audio import AudioDecoder, WaveformToFbankConverter
from fairseq2.memory import MemoryBlock
Expand Down

0 comments on commit 6f1fb43

Please sign in to comment.