Skip to content

Commit b5cb90c

Browse files
authored
Update backends.yml
1 parent 251f2fb commit b5cb90c

File tree

1 file changed

+2
-37
lines changed

1 file changed

+2
-37
lines changed

.github/workflows/backends.yml

Lines changed: 2 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
runs-on: windows-latest
205205

206206
env:
207-
VULKAN_VERSION: 1.4.313.2
207+
VULKAN_VERSION: 1.4.321.1
208208

209209
steps:
210210
- name: Checkout
@@ -311,42 +311,7 @@ jobs:
311311
with:
312312
name: linux-cuda12
313313
path: ./build/bin/libstable-diffusion.so
314-
315-
linux-cuda11:
316-
runs-on: ubuntu-latest
317-
container: nvidia/cuda:11.8.0-devel-ubuntu22.04
318-
319-
steps:
320-
- name: Install dependencies
321-
env:
322-
DEBIAN_FRONTEND: noninteractive
323-
run: |
324-
apt update
325-
apt install -y cmake build-essential ninja-build libgomp1 git
326-
327-
- name: Checkout
328-
id: checkout
329-
uses: actions/[email protected]
330-
with:
331-
repository: 'leejet/stable-diffusion.cpp'
332-
ref: '${{ github.event.inputs.commit }}'
333-
submodules: recursive
334-
335-
- name: Build
336-
id: cmake_build
337-
run: |
338-
mkdir build
339-
cd build
340-
cmake .. -DSD_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES="61;75;86;89" -DSD_BUILD_SHARED_LIBS=ON
341-
cmake --build . --config Release
342-
343-
- name: Upload artifact
344-
id: upload_artifact
345-
uses: actions/[email protected]
346-
with:
347-
name: linux-cuda11
348-
path: ./build/bin/libstable-diffusion.so
349-
314+
350315
linux-sycl:
351316
runs-on: ubuntu-latest
352317

0 commit comments

Comments
 (0)