diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-08-25 13:03:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-25 13:03:25 +0300 |
commit | 5439a0ab57c16b556ffa91a0953df5e46b1e7fb4 (patch) | |
tree | 7e61889205969b80df3f0e15e0d44a3132634b8f /ci | |
parent | 8194cd8772c58b8a43aa07a2fc468f5366d7e320 (diff) |
ci : pip install gguf in editable mode (#2782)
ggml-ci
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |