Skip to content

Commit

Permalink
Update make-vulkan-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowRoseCx authored Feb 25, 2024
1 parent 4226a16 commit 31e60c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/make-vulkan-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
Set-Location 'D:\a\koboldcpp-rocm\koboldcpp-rocm'
Get-Location
ls
make CC=gcc LLAMA_CLBLAST=1 LLAMA_OPENBLAS=1 LLAMA_VULKAN=1 -j2
make CC=gcc LLAMA_VULKAN=1 -j2
# make CC=gcc LLAMA_CLBLAST=1 LLAMA_OPENBLAS=1 LLAMA_VULKAN=1 -j2
# - name: Install ROCm SDK
# run: |
Expand Down

0 comments on commit 31e60c0

Please sign in to comment.