From: Georgi Gerganov Date: Fri, 21 Jul 2023 10:48:18 +0000 (+0300) Subject: ci : fix MNT realpath usage (#2250) X-Git-Tag: gguf-v0.4.0~442 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=4c013bb7385a0e52ce721480c40c45bec5ef103f;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : fix MNT realpath usage (#2250) --- diff --git a/ci/run.sh b/ci/run.sh index c823bc46..87166ba1 100644 --- a/ci/run.sh +++ b/ci/run.sh @@ -243,7 +243,7 @@ function gg_sum_open_llama_3b_v2 { if [ -z $GG_BUILD_LOW_PERF ]; then rm -rf ${SRC}/models-mnt - mnt_models=$(realpath ${MNT}/models) + mnt_models=${MNT}/models mkdir -p ${mnt_models} ln -sfn ${mnt_models} ${SRC}/models-mnt