From e38f78476a568e63652874782aa439a08269f9cc Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Fri, 25 Aug 2023 12:46:20 +0300 Subject: [PATCH] ci : pip install gguf in editable mode ggml-ci --- ci/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/run.sh b/ci/run.sh index 54ba6d710..e1486e7c1 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