Skip to content

Commit

Permalink
disable TEST_PHI2
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Feb 27, 2024
1 parent 78425e8 commit 07d80a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cmake/options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ option(USE_CUDA "Build with CUDA support" ON)
option(NO_TOKENIZER "Don't include the Tokenizer" OFF)
option(ENABLE_PYTHON "Build the Python API." ON)
option(ENABLE_TESTS "Enable tests" ON)
option(TEST_PHI2 "Enable tests for Phi2" ON)
option(TEST_PHI2 "Enable tests for Phi2" OFF)

cmake_dependent_option(BUILD_WHEEL "Build the python wheel" ON "ENABLE_PYTHON" OFF)
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ os_major_version=$(tr -dc '0-9.' < /etc/redhat-release |cut -d \. -f1)

echo "installing for CentOS version : $os_major_version"
dnf install -y \
python3-devel python3-pip python3-wheel\
python39-devel python39-pip python39-wheel\
glibc-langpack-\* glibc-locale-source which redhat-lsb-core \
expat-devel tar unzip zlib-devel make bzip2 bzip2-devel \
java-11-openjdk-devel graphviz \
gcc-toolset-12-binutils gcc-toolset-12-gcc gcc-toolset-12-gcc-c++ gcc-toolset-12-gcc-gfortran
locale
perl-IPC-Cmd openssl-devel wget \
expat-devel tar unzip zlib-devel make bzip2 bzip2-devel
locale

0 comments on commit 07d80a5

Please sign in to comment.