Skip to content

Commit

Permalink
ci : fix MNT realpath usage (ggerganov#2250)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Jul 21, 2023
1 parent 42c7c2e commit 4c013bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4c013bb

Please sign in to comment.