From: Georgi Gerganov Date: Fri, 25 Aug 2023 10:03:25 +0000 (+0300) Subject: ci : pip install gguf in editable mode (#2782) X-Git-Tag: gguf-v0.4.0~244 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=5439a0ab57c16b556ffa91a0953df5e46b1e7fb4;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : pip install gguf in editable mode (#2782) ggml-ci --- 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