Skip to content

Commit

Permalink
off
Browse files Browse the repository at this point in the history
  • Loading branch information
aciddelgado committed Feb 3, 2025
1 parent ab627b1 commit f0e8b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cmake_dependent_option(BUILD_WHEEL "Build the python wheel" ON "ENABLE_PYTHON" O

# testing
option(ENABLE_TESTS "Enable tests" ON)
option(TEST_PHI2 "Enable tests for Phi2" ON)
option(TEST_PHI2 "Enable tests for Phi2" OFF)

# performance
option(ENABLE_MODEL_BENCHMARK "Build model benchmark program" ON)

0 comments on commit f0e8b26

Please sign in to comment.