Skip to content

Commit

Permalink
fix align
Browse files Browse the repository at this point in the history
  • Loading branch information
abhilash1910 authored Feb 6, 2024
1 parent cef47e4 commit bea82a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit bea82a0

Please sign in to comment.