mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-08 23:19:43 +00:00
ci : fix MNT realpath usage (#2250)
This commit is contained in:
parent
42c7c2e2e9
commit
4c013bb738
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue