]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : fix MNT realpath usage (#2250)
authorGeorgi Gerganov <redacted>
Fri, 21 Jul 2023 10:48:18 +0000 (13:48 +0300)
committerGeorgi Gerganov <redacted>
Fri, 21 Jul 2023 10:49:18 +0000 (13:49 +0300)
ci/run.sh

index c823bc467bd5af118c63057fb0595305c8cf323f..87166ba1a4790016b6274557a9e70e4889743891 100644 (file)
--- 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