Explorar o código

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

ggml-ci
Georgi Gerganov %!s(int64=2) %!d(string=hai) anos
pai
achega
5439a0ab57
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      ci/run.sh

+ 1 - 0
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