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..a4b5d371 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/requirements_cuda.txt b/requirements_cuda.txt index df90696a..b28ff16e 100644 --- a/requirements_cuda.txt +++ b/requirements_cuda.txt @@ -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