fix align

This commit is contained in:
Abhilash Majumder 2024-02-06 14:47:21 +05:30 committed by GitHub
parent cef47e44c9
commit bea82a059c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -112,8 +112,8 @@ option(LLAMA_MPI "llama: use MPI"
option(LLAMA_QKK_64 "llama: use super-block size of 64 for k-quants" OFF)
option(LLAMA_SYCL "llama: use SYCL" OFF)
option(LLAMA_SYCL_F16 "llama: use 16 bit floats for sycl calculations" OFF)
option(LLAMA_SYCL_NVPTX "llama: use SYCL build for Nvidia" OFF)
option(LLAMA_SYCL_AMD "llama: use SYCL build for AMD" OFF)
option(LLAMA_SYCL_NVPTX "llama: use SYCL build for Nvidia" OFF)
option(LLAMA_SYCL_AMD "llama: use SYCL build for AMD" OFF)
option(LLAMA_BUILD_TESTS "llama: build tests" ${LLAMA_STANDALONE})
option(LLAMA_BUILD_EXAMPLES "llama: build examples" ${LLAMA_STANDALONE})