mirror of
https://github.com/DarthAffe/StableDiffusion.NET.git
synced 2025-12-12 21:38:45 +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'
|
cuda: '11.7.1'
|
||||||
method: network
|
method: network
|
||||||
sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]'
|
sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]'
|
||||||
|
use-github-cache: false
|
||||||
|
use-local-cache: false
|
||||||
|
|
||||||
- name: Install cuda-toolkit
|
- name: Install cuda-toolkit
|
||||||
id: cuda-toolkit-12
|
id: cuda-toolkit-12
|
||||||
@ -60,6 +62,8 @@ jobs:
|
|||||||
cuda: '12.2.0'
|
cuda: '12.2.0'
|
||||||
method: network
|
method: network
|
||||||
sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]'
|
sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]'
|
||||||
|
use-github-cache: false
|
||||||
|
use-local-cache: false
|
||||||
|
|
||||||
- name: Install rocm-toolkit
|
- name: Install rocm-toolkit
|
||||||
id: rocm-toolkit
|
id: rocm-toolkit
|
||||||
@ -133,6 +137,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cuda: '11.7.1'
|
cuda: '11.7.1'
|
||||||
method: network
|
method: network
|
||||||
|
use-github-cache: false
|
||||||
|
use-local-cache: false
|
||||||
|
|
||||||
- name: Install cuda-toolkit
|
- name: Install cuda-toolkit
|
||||||
id: cuda-toolkit-12
|
id: cuda-toolkit-12
|
||||||
@ -141,6 +147,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cuda: '12.2.0'
|
cuda: '12.2.0'
|
||||||
method: network
|
method: network
|
||||||
|
use-github-cache: false
|
||||||
|
use-local-cache: false
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
id: cmake_build
|
id: cmake_build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user