mirror of
https://github.com/DarthAffe/StableDiffusion.NET.git
synced 2025-12-12 13:28:35 +00:00
Update backends.yml
This commit is contained in:
parent
3370441199
commit
9c7daf6e53
8
.github/workflows/backends.yml
vendored
8
.github/workflows/backends.yml
vendored
@ -51,6 +51,8 @@ jobs:
|
||||
cuda: '11.7.1'
|
||||
method: network
|
||||
sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]'
|
||||
use-github-cache: false
|
||||
use-local-cache: false
|
||||
|
||||
- name: Install cuda-toolkit
|
||||
id: cuda-toolkit-12
|
||||
@ -60,6 +62,8 @@ jobs:
|
||||
cuda: '12.2.0'
|
||||
method: network
|
||||
sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]'
|
||||
use-github-cache: false
|
||||
use-local-cache: false
|
||||
|
||||
- name: Install rocm-toolkit
|
||||
id: rocm-toolkit
|
||||
@ -133,6 +137,8 @@ jobs:
|
||||
with:
|
||||
cuda: '11.7.1'
|
||||
method: network
|
||||
use-github-cache: false
|
||||
use-local-cache: false
|
||||
|
||||
- name: Install cuda-toolkit
|
||||
id: cuda-toolkit-12
|
||||
@ -141,6 +147,8 @@ jobs:
|
||||
with:
|
||||
cuda: '12.2.0'
|
||||
method: network
|
||||
use-github-cache: false
|
||||
use-local-cache: false
|
||||
|
||||
- name: Build
|
||||
id: cmake_build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user