[Update] Upgrade torch version to 2.7.0 and adjust pip install options in install scripts

This commit is contained in:
misyaguziya
2025-05-06 14:44:10 +09:00
parent 8266048933
commit e9715651d9
3 changed files with 5 additions and 5 deletions

View File

@@ -3,8 +3,8 @@ python -m venv .venv_cuda
call .venv/Scripts/activate
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
python.exe -m pip install --upgrade pip
pip install -r requirements_cuda.txt
pip install --no-cache-dir --force-reinstall -r requirements_cuda.txt

View File

@@ -1,4 +1,4 @@
torch==2.2.2
torch==2.7.0
faster-whisper==1.0.3
ctranslate2==4.3.1
transformers==4.40.2

View File

@@ -1,5 +1,5 @@
torch==2.2.2
--extra-index-url https://download.pytorch.org/whl/cu121
torch==2.7.0
--extra-index-url https://download.pytorch.org/whl/cu128
faster-whisper==1.0.3
ctranslate2==4.3.1
transformers==4.40.2