mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
(ci) disable py3.9, lin-cuda-11_6 and win cuda
This commit is contained in:
parent
0009d82a92
commit
eeb7a4c28c
32
.github/workflows/test-invoke-pip.yml
vendored
32
.github/workflows/test-invoke-pip.yml
vendored
@ -19,22 +19,22 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version:
|
python-version:
|
||||||
- '3.9'
|
# - '3.9'
|
||||||
- '3.10'
|
- '3.10'
|
||||||
pytorch:
|
pytorch:
|
||||||
- linux-cuda-11_6
|
# - linux-cuda-11_6
|
||||||
- linux-cuda-11_7
|
- linux-cuda-11_7
|
||||||
- linux-rocm-5_2
|
- linux-rocm-5_2
|
||||||
- linux-cpu
|
- linux-cpu
|
||||||
- macos-default
|
- macos-default
|
||||||
- windows-cpu
|
- windows-cpu
|
||||||
- windows-cuda-11_6
|
# - windows-cuda-11_6
|
||||||
- windows-cuda-11_7
|
# - windows-cuda-11_7
|
||||||
include:
|
include:
|
||||||
- pytorch: linux-cuda-11_6
|
# - pytorch: linux-cuda-11_6
|
||||||
os: ubuntu-22.04
|
# os: ubuntu-22.04
|
||||||
extra-index-url: 'https://download.pytorch.org/whl/cu116'
|
# extra-index-url: 'https://download.pytorch.org/whl/cu116'
|
||||||
github-env: $GITHUB_ENV
|
# github-env: $GITHUB_ENV
|
||||||
- pytorch: linux-cuda-11_7
|
- pytorch: linux-cuda-11_7
|
||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
github-env: $GITHUB_ENV
|
github-env: $GITHUB_ENV
|
||||||
@ -52,14 +52,14 @@ jobs:
|
|||||||
- pytorch: windows-cpu
|
- pytorch: windows-cpu
|
||||||
os: windows-2022
|
os: windows-2022
|
||||||
github-env: $env:GITHUB_ENV
|
github-env: $env:GITHUB_ENV
|
||||||
- pytorch: windows-cuda-11_6
|
# - pytorch: windows-cuda-11_6
|
||||||
os: windows-2022
|
# os: windows-2022
|
||||||
extra-index-url: 'https://download.pytorch.org/whl/cu116'
|
# extra-index-url: 'https://download.pytorch.org/whl/cu116'
|
||||||
github-env: $env:GITHUB_ENV
|
# github-env: $env:GITHUB_ENV
|
||||||
- pytorch: windows-cuda-11_7
|
# - pytorch: windows-cuda-11_7
|
||||||
os: windows-2022
|
# os: windows-2022
|
||||||
extra-index-url: 'https://download.pytorch.org/whl/cu117'
|
# extra-index-url: 'https://download.pytorch.org/whl/cu117'
|
||||||
github-env: $env:GITHUB_ENV
|
# github-env: $env:GITHUB_ENV
|
||||||
name: ${{ matrix.pytorch }} on ${{ matrix.python-version }}
|
name: ${{ matrix.pytorch }} on ${{ matrix.python-version }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user