mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-05 23:41:45 +00:00
ci: disable test-backend-ops on Vulkan llvmpipe run and resture default timeout (#21901)
This commit is contained in:
parent
e1a9a6dcbe
commit
8dc530b86d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-vulkan.yml
vendored
3
.github/workflows/build-vulkan.yml
vendored
|
|
@ -93,4 +93,5 @@ jobs:
|
|||
export GGML_VK_DISABLE_F16=1
|
||||
export GGML_VK_DISABLE_COOPMAT=1
|
||||
# This is using llvmpipe and runs slower than other backends
|
||||
ctest -L main --verbose --timeout 4800
|
||||
# test-backend-ops is too slow on llvmpipe, skip it
|
||||
ctest -L main -E test-backend-ops --verbose --timeout 900
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue