Skip to content

Commit

Permalink
[test] fix version for openai-whisper
Browse files Browse the repository at this point in the history
  • Loading branch information
xingchensong committed Aug 7, 2024
1 parent c30b293 commit ec54b88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ torchaudio>=2.1.2
tqdm
deepspeed>=0.14.0
librosa
openai-whisper
openai-whisper==20231117
pre-commit==3.5.0
langid
2 changes: 1 addition & 1 deletion test/wenet/text/test_hugging_face_tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
try:
import transformers # noqa
except ImportError:
os.system('pip install --no-input transformers')
os.system('pip install --no-input transformers==4.40.1')
import transformers # noqa


Expand Down

0 comments on commit ec54b88

Please sign in to comment.