diff --git a/install.bat b/install.bat index 03469d35..5a57e817 100644 --- a/install.bat +++ b/install.bat @@ -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 \ No newline at end of file +pip install --no-cache-dir --force-reinstall -r requirements_cuda.txt \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 950c83d7..b384b8a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -torch==2.2.2 -faster-whisper==1.0.3 -ctranslate2==4.3.1 +torch==2.7.0 +faster-whisper==1.1.1 +ctranslate2==4.6.0 transformers==4.40.2 pillow == 10.0.0 PyAudioWPatch == 0.2.12.6 diff --git a/requirements_cuda.txt b/requirements_cuda.txt index df90696a..8642db8b 100644 --- a/requirements_cuda.txt +++ b/requirements_cuda.txt @@ -1,7 +1,7 @@ -torch==2.2.2 ---extra-index-url https://download.pytorch.org/whl/cu121 -faster-whisper==1.0.3 -ctranslate2==4.3.1 +torch==2.7.0 +--extra-index-url https://download.pytorch.org/whl/cu128 +faster-whisper==1.1.1 +ctranslate2==4.6.0 transformers==4.40.2 pillow == 10.0.0 PyAudioWPatch == 0.2.12.6