Skip to content

Commit

Permalink
Merge pull request #350 from jhj0517/feature/add-ci
Browse files Browse the repository at this point in the history
Add python 3.10 ~ 3.12
  • Loading branch information
jhj0517 authored Oct 24, 2024
2 parents 248ed00 + 1f5a277 commit 63fb019
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [ "3.10" ]
python: ["3.10", "3.11", "3.12"]

steps:
- name: Clean up space for action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.10"]
python: ["3.10", "3.11", "3.12"]

env:
DEEPL_API_KEY: ${{ secrets.DEEPL_API_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ If needed, update the [`docker-compose.yaml`](https://github.com/jhj0517/Whisper
- ## Run Locally

### Prerequisite
To run this WebUI, you need to have `git`, `python` version 3.8 ~ 3.10, `FFmpeg`. <br>
To run this WebUI, you need to have `git`, `3.10 <= python <= 3.12`, `FFmpeg`. <br>
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.

Please follow the links below to install the necessary software:
- git : [https://git-scm.com/downloads](https://git-scm.com/downloads)
- python : [https://www.python.org/downloads/](https://www.python.org/downloads/) **( If your python version is too new, torch will not install properly.)**
- python : [https://www.python.org/downloads/](https://www.python.org/downloads/) **`3.10~3.12` is recommended.**
- FFmpeg : [https://ffmpeg.org/download.html](https://ffmpeg.org/download.html)
- CUDA : [https://developer.nvidia.com/cuda-downloads](https://developer.nvidia.com/cuda-downloads)

Expand Down

0 comments on commit 63fb019

Please sign in to comment.