File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ jobs:
273273 df -h
274274 echo "Removing large directories"
275275 rm -rf /usr/share/dotnet/
276- df -h
276+ df -h
277277
278278 - name : Dependencies
279279 id : depends
@@ -284,7 +284,7 @@ jobs:
284284 - name : Install CUDA Toolkit
285285286286 with :
287- cuda : ' 12.1.1'
287+ cuda : ' 12.1.1'
288288
289289 - name : Build
290290 id : cmake_build
@@ -295,7 +295,7 @@ jobs:
295295 -DGGML_BACKEND_DL=ON \
296296 -DGGML_NATIVE=OFF \
297297 -DGGML_CPU_ALL_VARIANTS=ON \
298- -DGGML_CUDA=ON \
298+ -DGGML_CUDA=ON \
299299 ${{ env.CMAKE_ARGS }}
300300 cmake --build build --config Release -j $(nproc)
301301
@@ -742,6 +742,7 @@ jobs:
742742 - windows-hip
743743 - ubuntu-22-cpu
744744 - ubuntu-22-vulkan
745+ - ubuntu-22-cuda
745746 - macOS-arm64
746747 - macOS-x64
747748 - ios-xcode-build
You can’t perform that action at this time.
0 commit comments