mirror of
https://github.com/openai/whisper.git
synced 2025-11-24 06:26:03 +00:00
more pytorch versions in tests
This commit is contained in:
parent
25639fc17d
commit
dc963eba3b
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -42,6 +42,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- python-version: '3.8'
|
||||||
|
pytorch-version: 1.10.1
|
||||||
|
numpy-requirement: "'numpy<2'"
|
||||||
- python-version: '3.8'
|
- python-version: '3.8'
|
||||||
pytorch-version: 1.13.1
|
pytorch-version: 1.13.1
|
||||||
numpy-requirement: "'numpy<2'"
|
numpy-requirement: "'numpy<2'"
|
||||||
@ -60,6 +63,9 @@ jobs:
|
|||||||
- python-version: '3.12'
|
- python-version: '3.12'
|
||||||
pytorch-version: 2.4.1
|
pytorch-version: 2.4.1
|
||||||
numpy-requirement: "'numpy'"
|
numpy-requirement: "'numpy'"
|
||||||
|
- python-version: '3.12'
|
||||||
|
pytorch-version: 2.5.0
|
||||||
|
numpy-requirement: "'numpy'"
|
||||||
steps:
|
steps:
|
||||||
- uses: conda-incubator/setup-miniconda@v2
|
- uses: conda-incubator/setup-miniconda@v2
|
||||||
- run: conda install -n test ffmpeg python=${{ matrix.python-version }}
|
- run: conda install -n test ffmpeg python=${{ matrix.python-version }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user