File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1463,12 +1463,14 @@ jobs:
14631463 "${{ steps.cann-image.outputs.image }}" \
14641464 bash -lc '
14651465 set -e
1466- yum install -y --setopt=install_weak_deps=False --setopt=tsflags=nodocs git gcc gcc-c++ make cmake libcurl -devel
1466+ yum install -y --setopt=install_weak_deps=False --setopt=tsflags=nodocs git gcc gcc-c++ make cmake openssl -devel
14671467 yum clean all && rm -rf /var/cache/yum
14681468 git config --global --add safe.directory "/workspace"
14691469 export LD_LIBRARY_PATH=${ASCEND_TOOLKIT_HOME}/lib64:${ASCEND_TOOLKIT_HOME}/$(uname -m)-linux/devlib/:${LD_LIBRARY_PATH}
14701470 cmake -S . -B build \
14711471 -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
1472+ -DLLAMA_CURL=OFF \
1473+ -DLLAMA_OPENSSL=ON \
14721474 -DGGML_CANN=on \
14731475 -DSOC_TYPE=${SOC_TYPE}
14741476 cmake --build build -j $(nproc)
You can’t perform that action at this time.
0 commit comments