Merge branch 'cuda128' into develop
This commit is contained in:
@@ -3,8 +3,8 @@ python -m venv .venv_cuda
|
|||||||
|
|
||||||
call .venv/Scripts/activate
|
call .venv/Scripts/activate
|
||||||
python.exe -m pip install --upgrade pip
|
python.exe -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install --no-cache-dir --force-reinstall -r requirements.txt
|
||||||
|
|
||||||
call .venv_cuda/Scripts/activate
|
call .venv_cuda/Scripts/activate
|
||||||
python.exe -m pip install --upgrade pip
|
python.exe -m pip install --upgrade pip
|
||||||
pip install -r requirements_cuda.txt
|
pip install --no-cache-dir --force-reinstall -r requirements_cuda.txt
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
torch==2.2.2
|
torch==2.7.0
|
||||||
faster-whisper==1.0.3
|
faster-whisper==1.1.1
|
||||||
ctranslate2==4.3.1
|
ctranslate2==4.6.0
|
||||||
transformers==4.40.2
|
transformers==4.40.2
|
||||||
pillow == 10.0.0
|
pillow == 10.0.0
|
||||||
PyAudioWPatch == 0.2.12.6
|
PyAudioWPatch == 0.2.12.6
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
torch==2.2.2
|
torch==2.7.0
|
||||||
--extra-index-url https://download.pytorch.org/whl/cu121
|
--extra-index-url https://download.pytorch.org/whl/cu128
|
||||||
faster-whisper==1.0.3
|
faster-whisper==1.1.1
|
||||||
ctranslate2==4.3.1
|
ctranslate2==4.6.0
|
||||||
transformers==4.40.2
|
transformers==4.40.2
|
||||||
pillow == 10.0.0
|
pillow == 10.0.0
|
||||||
PyAudioWPatch == 0.2.12.6
|
PyAudioWPatch == 0.2.12.6
|
||||||
|
|||||||
Reference in New Issue
Block a user