소스 검색

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

ggml-ci
Georgi Gerganov 2 년 전
부모
커밋
5439a0ab57
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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