mirror of
https://github.com/DarthAffe/StableDiffusion.NET.git
synced 2025-12-13 05:48:40 +00:00
Update backends.yml
This commit is contained in:
parent
c214f0c5a1
commit
e062cd44d6
14
.github/workflows/backends.yml
vendored
14
.github/workflows/backends.yml
vendored
@ -101,7 +101,7 @@ jobs:
|
|||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||||
cmake .. -DSD_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES="61;75;86;89;100" -DSD_BUILD_SHARED_LIBS=ON
|
cmake .. -DSD_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES="61;75;80;86;89;90;100" -DSD_BUILD_SHARED_LIBS=ON
|
||||||
cmake --build . --config Release
|
cmake --build . --config Release
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
@ -160,7 +160,7 @@ jobs:
|
|||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||||
cmake .. -DSD_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES="61;75;86;89" -DSD_BUILD_SHARED_LIBS=ON -DCMAKE_CUDA_FLAGS="-allow-unsupported-compiler"
|
cmake .. -DSD_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES="61;75;80;86;89" -DSD_BUILD_SHARED_LIBS=ON -DCMAKE_CUDA_FLAGS="-allow-unsupported-compiler"
|
||||||
cmake --build . --config Release
|
cmake --build . --config Release
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
@ -526,8 +526,8 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- windows-cpu
|
- windows-cpu
|
||||||
- windows-cuda12
|
- windows-cuda12
|
||||||
# - windows-cuda11
|
- windows-cuda11
|
||||||
# - windows-sycl
|
- windows-sycl
|
||||||
- windows-hip
|
- windows-hip
|
||||||
- windows-vulkan
|
- windows-vulkan
|
||||||
- linux-cpu
|
- linux-cpu
|
||||||
@ -575,6 +575,6 @@ jobs:
|
|||||||
name: StableDiffusion.NET.Backend-Nugets
|
name: StableDiffusion.NET.Backend-Nugets
|
||||||
path: ./*.nupkg
|
path: ./*.nupkg
|
||||||
|
|
||||||
- name: Nuget Push
|
# - name: Nuget Push
|
||||||
id: nuget_push
|
# id: nuget_push
|
||||||
run: dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
|
# run: dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user