ci : pip install gguf in editable mode (#2782)

ggml-ci
This commit is contained in:
Georgi Gerganov
2023-08-25 13:03:25 +03:00
committed by GitHub
parent 08a1012230
commit 6224f81799

View File

@@ -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