diff --git a/cmake/options.cmake b/cmake/options.cmake index e4a100c3d..d42ea1ce1 100644 --- a/cmake/options.cmake +++ b/cmake/options.cmake @@ -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) \ No newline at end of file diff --git a/tools/ci_build/github/linux/docker/inference/x64/default/gpu/scripts/install_centos.sh b/tools/ci_build/github/linux/docker/inference/x64/default/gpu/scripts/install_centos.sh index 45d6a41d2..7c236bd75 100755 --- a/tools/ci_build/github/linux/docker/inference/x64/default/gpu/scripts/install_centos.sh +++ b/tools/ci_build/github/linux/docker/inference/x64/default/gpu/scripts/install_centos.sh @@ -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 \ No newline at end of file