File tree Expand file tree Collapse file tree 1 file changed +2
-37
lines changed
Expand file tree Collapse file tree 1 file changed +2
-37
lines changed Original file line number Diff line number Diff 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- 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- 346- with :
347- name : linux-cuda11
348- path : ./build/bin/libstable-diffusion.so
349-
314+
350315 linux-sycl :
351316 runs-on : ubuntu-latest
352317
You can’t perform that action at this time.
0 commit comments