瀏覽代碼

ci : fix MNT realpath usage (#2250)

Georgi Gerganov 2 年之前
父節點
當前提交
4c013bb738
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ci/run.sh

+ 1 - 1
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