Skip to content

Commit

Permalink
fix req
Browse files Browse the repository at this point in the history
  • Loading branch information
I5UCC committed May 7, 2023
1 parent ab56de1 commit c7ee408
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
36 changes: 18 additions & 18 deletions src/requirements.cpu.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
numpy==1.11.1
psutil==5.9.5
keyboard==0.13.5
openvr==1.23.701
python-osc==1.8.1
pyaudio==0.2.13
SpeechRecognition==3.10.0
Pillow==9.5.0
waitress==2.1.2
flask==2.3.2
kthread==0.2.3
pydub==0.25.1
ctranslate2==3.13.0
transformers==4.28.1
dataclasses-json==0.5.7
sentencepiece==0.1.99
autocorrect==2.6.1
numpy
psutil
keyboard
openvr
python-osc
pyaudio
SpeechRecognition
Pillow
waitress
flask
kthread
pydub
ctranslate2
transformers
dataclasses-json
sentencepiece
autocorrect
torch==2.0.0
faster-whisper==0.5.1
faster-whisper
36 changes: 18 additions & 18 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
numpy==1.11.1
psutil==5.9.5
keyboard==0.13.5
openvr==1.23.701
python-osc==1.8.1
pyaudio==0.2.13
SpeechRecognition==3.10.0
Pillow==9.5.0
waitress==2.1.2
flask==2.3.2
kthread==0.2.3
pydub==0.25.1
ctranslate2==3.13.0
transformers==4.28.1
dataclasses-json==0.5.7
sentencepiece==0.1.99
autocorrect==2.6.1
numpy
psutil
keyboard
openvr
python-osc
pyaudio
SpeechRecognition
Pillow
waitress
flask
kthread
pydub
ctranslate2
transformers
dataclasses-json
sentencepiece
autocorrect
torch==2.0.0
--extra-index-url https://download.pytorch.org/whl/cu118
faster-whisper==0.5.1
faster-whisper

0 comments on commit c7ee408

Please sign in to comment.