Skip to content

Commit 5439a0a

Browse files
authored
ci : pip install gguf in editable mode (#2782)
ggml-ci
1 parent 8194cd8 commit 5439a0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ if [ -z ${GG_BUILD_LOW_PERF} ]; then
391391
ln -sfn ${mnt_models} ${SRC}/models-mnt
392392

393393
python3 -m pip install -r ${SRC}/requirements.txt
394+
python3 -m pip install --editable gguf-py
394395
fi
395396

396397
ret=0

0 commit comments

Comments
 (0)