aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2023-07-21 13:48:18 +0300
committerGeorgi Gerganov <ggerganov@gmail.com>2023-07-21 13:49:18 +0300
commit4c013bb7385a0e52ce721480c40c45bec5ef103f (patch)
tree43ae43ad5c02c596075523f98d37676caed8d4be /ci
parent42c7c2e2e9cae79330f57456fbc0eae1eaff17fa (diff)
ci : fix MNT realpath usage (#2250)
Diffstat (limited to 'ci')
-rw-r--r--ci/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run.sh b/ci/run.sh
index c823bc4..87166ba 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