summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xci/run.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/run.sh b/ci/run.sh
index 54ba6d71..e1486e7c 100755
--- a/ci/run.sh
+++ b/ci/run.sh
@@ -391,6 +391,7 @@ if [ -z ${GG_BUILD_LOW_PERF} ]; then
ln -sfn ${mnt_models} ${SRC}/models-mnt
python3 -m pip install -r ${SRC}/requirements.txt
+ python3 -m pip install --editable gguf-py
fi
ret=0