]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : pip install gguf in editable mode (#2782)
authorGeorgi Gerganov <redacted>
Fri, 25 Aug 2023 10:03:25 +0000 (13:03 +0300)
committerGitHub <redacted>
Fri, 25 Aug 2023 10:03:25 +0000 (13:03 +0300)
ggml-ci

ci/run.sh

index 54ba6d7100e8f22f88dd9c6e5f2333dad8f1b47d..e1486e7c1d01c1ef9458f7b7885f7607e5cebfe9 100755 (executable)
--- 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