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
|
, openclSupport ? false
|
||||||
, clblast
|
, clblast
|
||||||
|
|
||||||
, openblasSupport ? true
|
, openblasSupport ? !rocmSupport
|
||||||
, openblas
|
, openblas
|
||||||
, pkg-config
|
, pkg-config
|
||||||
}:
|
}:
|
||||||
|
|
Loading…
Reference in a new issue