mirror of
https://github.com/openai/whisper.git
synced 2025-11-28 08:11:11 +00:00
Merge branch 'main' into pre-commit-autoupdate-2025-01-29
This commit is contained in:
commit
47393a59a4
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -40,6 +40,7 @@ jobs:
|
|||||||
needs: pre-commit
|
needs: pre-commit
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- python-version: '3.8'
|
- python-version: '3.8'
|
||||||
@ -64,7 +65,10 @@ jobs:
|
|||||||
pytorch-version: 2.4.1
|
pytorch-version: 2.4.1
|
||||||
numpy-requirement: "'numpy'"
|
numpy-requirement: "'numpy'"
|
||||||
- python-version: '3.12'
|
- python-version: '3.12'
|
||||||
pytorch-version: 2.5.0
|
pytorch-version: 2.5.1
|
||||||
|
numpy-requirement: "'numpy'"
|
||||||
|
- python-version: '3.13'
|
||||||
|
pytorch-version: 2.5.1
|
||||||
numpy-requirement: "'numpy'"
|
numpy-requirement: "'numpy'"
|
||||||
steps:
|
steps:
|
||||||
- uses: conda-incubator/setup-miniconda@v3
|
- uses: conda-incubator/setup-miniconda@v3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user