correct typo with clblast

This commit is contained in:
James Ravenscroft 2023-08-26 13:53:26 +01:00
parent 08e8834390
commit 812bbea9d7
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ jobs:
build_base: ubuntu:22.04
runtime_base: ubuntu:22.04
extra_deps: libclblast-dev
cmake_args: DGGML_CLBLAST=On
cmake_args: -DGGML_CLBLAST=On
steps: