Skip to content

Commit

Permalink
bump requirement versions
Browse files Browse the repository at this point in the history
  • Loading branch information
I5UCC committed Jun 1, 2023
1 parent a80cc33 commit 0f279e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions src/requirements.cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ flask
kthread
pydub
ctranslate2
transformers
dataclasses-json
sentencepiece
autocorrect
torch==2.0.0
faster-whisper
transformers==4.29.2
ctranslate2==3.14.0
torch==2.0.1
faster-whisper==0.6.0
8 changes: 4 additions & 4 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ waitress
flask
kthread
pydub
ctranslate2
transformers
dataclasses-json
sentencepiece
autocorrect
torch==2.0.0
transformers==4.29.2
ctranslate2==3.14.0
torch==2.0.1
--extra-index-url https://download.pytorch.org/whl/cu118
faster-whisper
faster-whisper==0.6.0

0 comments on commit 0f279e9

Please sign in to comment.