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 8194cd8772
commit 5439a0ab57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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