Merge pull request #277415 from accelbread/fix-llama-cpp-with-config

llama-cpp: Fix building with rocmSupport
This commit is contained in:
Nick Cao 2023-12-29 10:41:26 -05:00 committed by GitHub
commit 262a22536e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
, openclSupport ? false
, clblast
, openblasSupport ? true
, openblasSupport ? !rocmSupport
, openblas
, pkg-config
}: