Spaces:
Running
Running
Merge pull request #350 from jhj0517/feature/add-ci
Browse files- .github/workflows/ci-shell.yml +1 -1
- .github/workflows/ci.yml +1 -1
- README.md +2 -2
.github/workflows/ci-shell.yml
CHANGED
|
@@ -18,7 +18,7 @@ jobs:
|
|
| 18 |
runs-on: ubuntu-latest
|
| 19 |
strategy:
|
| 20 |
matrix:
|
| 21 |
-
python: [
|
| 22 |
|
| 23 |
steps:
|
| 24 |
- name: Clean up space for action
|
|
|
|
| 18 |
runs-on: ubuntu-latest
|
| 19 |
strategy:
|
| 20 |
matrix:
|
| 21 |
+
python: ["3.10", "3.11", "3.12"]
|
| 22 |
|
| 23 |
steps:
|
| 24 |
- name: Clean up space for action
|
.github/workflows/ci.yml
CHANGED
|
@@ -18,7 +18,7 @@ jobs:
|
|
| 18 |
runs-on: ubuntu-latest
|
| 19 |
strategy:
|
| 20 |
matrix:
|
| 21 |
-
python: ["3.10"]
|
| 22 |
|
| 23 |
env:
|
| 24 |
DEEPL_API_KEY: ${{ secrets.DEEPL_API_KEY }}
|
|
|
|
| 18 |
runs-on: ubuntu-latest
|
| 19 |
strategy:
|
| 20 |
matrix:
|
| 21 |
+
python: ["3.10", "3.11", "3.12"]
|
| 22 |
|
| 23 |
env:
|
| 24 |
DEEPL_API_KEY: ${{ secrets.DEEPL_API_KEY }}
|
README.md
CHANGED
|
@@ -70,12 +70,12 @@ If needed, update the [`docker-compose.yaml`](https://github.com/jhj0517/Whisper
|
|
| 70 |
- ## Run Locally
|
| 71 |
|
| 72 |
### Prerequisite
|
| 73 |
-
To run this WebUI, you need to have `git`, `
|
| 74 |
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.
|
| 75 |
|
| 76 |
Please follow the links below to install the necessary software:
|
| 77 |
- git : [https://git-scm.com/downloads](https://git-scm.com/downloads)
|
| 78 |
-
- python : [https://www.python.org/downloads/](https://www.python.org/downloads/)
|
| 79 |
- FFmpeg : [https://ffmpeg.org/download.html](https://ffmpeg.org/download.html)
|
| 80 |
- CUDA : [https://developer.nvidia.com/cuda-downloads](https://developer.nvidia.com/cuda-downloads)
|
| 81 |
|
|
|
|
| 70 |
- ## Run Locally
|
| 71 |
|
| 72 |
### Prerequisite
|
| 73 |
+
To run this WebUI, you need to have `git`, `3.10 <= python <= 3.12`, `FFmpeg`. <br>
|
| 74 |
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.
|
| 75 |
|
| 76 |
Please follow the links below to install the necessary software:
|
| 77 |
- git : [https://git-scm.com/downloads](https://git-scm.com/downloads)
|
| 78 |
+
- python : [https://www.python.org/downloads/](https://www.python.org/downloads/) **`3.10~3.12` is recommended.**
|
| 79 |
- FFmpeg : [https://ffmpeg.org/download.html](https://ffmpeg.org/download.html)
|
| 80 |
- CUDA : [https://developer.nvidia.com/cuda-downloads](https://developer.nvidia.com/cuda-downloads)
|
| 81 |
|