Skip to content

Commit

Permalink
[Fix] Update config.cmake (#94)
Browse files Browse the repository at this point in the history
This PR removes useless config info in config.cmake.
  • Loading branch information
Ubospica authored Nov 24, 2024
1 parent 7b31407 commit c22bd86
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmake/config.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
set(CMAKE_BUILD_TYPE RelWithDebInfo)
set(XGRAMMAR_BUILD_PYTHON_BINDINGS ON)
set(XGRAMMAR_BUILD_CXX_TESTS OFF)
# set it to your own architecture
set(XGRAMMAR_CUDA_ARCHITECTURES
native
CACHE STRING "CUDA architectures"
)

0 comments on commit c22bd86

Please sign in to comment.