Fix typo in INTEGER
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
parent
f6b7767f3f
commit
46f01a2855
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ if (LLAMA_BLAS)
|
|||
set(BLA_STATIC ON)
|
||||
endif()
|
||||
if ($(CMAKE_VERSION) VERSION_GREATER_EQUAL 3.22)
|
||||
set(BLA_SIZEOF_INTEGRER 8)
|
||||
set(BLA_SIZEOF_INTEGER 8)
|
||||
endif()
|
||||
set(BLA_VENDOR ${LLAMA_BLAS_VENDOR})
|
||||
find_package(BLAS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue