Merge pull request #277415 from accelbread/fix-llama-cpp-with-config
llama-cpp: Fix building with rocmSupport
This commit is contained in:
commit
262a22536e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
, openclSupport ? false
|
||||
, clblast
|
||||
|
||||
, openblasSupport ? true
|
||||
, openblasSupport ? !rocmSupport
|
||||
, openblas
|
||||
, pkg-config
|
||||
}:
|
||||
|
|
Loading…
Reference in a new issue