ci : fix MNT realpath usage (#2250)

This commit is contained in:
Georgi Gerganov 2023-07-21 13:48:18 +03:00
parent 42c7c2e2e9
commit 4c013bb738
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -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