summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2023-08-25 13:03:25 +0300
committerGitHub <noreply@github.com>2023-08-25 13:03:25 +0300
commit5439a0ab57c16b556ffa91a0953df5e46b1e7fb4 (patch)
tree7e61889205969b80df3f0e15e0d44a3132634b8f /ci
parent8194cd8772c58b8a43aa07a2fc468f5366d7e320 (diff)
ci : pip install gguf in editable mode (#2782)
ggml-ci
Diffstat (limited to 'ci')
-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