jhj0517 commited on
Commit
9f8c089
1 Parent(s): 4e55844

Update default version of the CUDA

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +2 -1
README.md CHANGED
@@ -33,7 +33,7 @@ If you wish to try this on Colab, you can do it in [here](https://colab.research
33
  # Installation and Running
34
  ### Prerequisite
35
  To run this WebUI, you need to have `git`, `python` version 3.8 ~ 3.10, `FFmpeg`. <br>
36
- And if you're not using an Nvida GPU, or using a different `CUDA` version than 12.1, edit the [`requirements.txt`](https://github.com/jhj0517/Whisper-WebUI/blob/master/requirements.txt) to match your environment.
37
 
38
  Please follow the links below to install the necessary software:
39
  - git : [https://git-scm.com/downloads](https://git-scm.com/downloads)
 
33
  # Installation and Running
34
  ### Prerequisite
35
  To run this WebUI, you need to have `git`, `python` version 3.8 ~ 3.10, `FFmpeg`. <br>
36
+ And if you're not using an Nvida GPU, or using a different `CUDA` version than 12.4, edit the [`requirements.txt`](https://github.com/jhj0517/Whisper-WebUI/blob/master/requirements.txt) to match your environment.
37
 
38
  Please follow the links below to install the necessary software:
39
  - git : [https://git-scm.com/downloads](https://git-scm.com/downloads)
requirements.txt CHANGED
@@ -2,8 +2,9 @@
2
  # If you're using it, update url to your CUDA version (CUDA 12.1 is minimum requirement):
3
  # For CUDA 12.1, use : https://download.pytorch.org/whl/cu121
4
  # For CUDA 12.4, use : https://download.pytorch.org/whl/cu124
 
 
5
 
6
- --extra-index-url https://download.pytorch.org/whl/cu121
7
  torch
8
  git+https://github.com/jhj0517/jhj0517-whisper.git
9
  faster-whisper==1.0.3
 
2
  # If you're using it, update url to your CUDA version (CUDA 12.1 is minimum requirement):
3
  # For CUDA 12.1, use : https://download.pytorch.org/whl/cu121
4
  # For CUDA 12.4, use : https://download.pytorch.org/whl/cu124
5
+ --extra-index-url https://download.pytorch.org/whl/cu124
6
+
7
 
 
8
  torch
9
  git+https://github.com/jhj0517/jhj0517-whisper.git
10
  faster-whisper==1.0.3