This commit is contained in:
ian
2024-03-27 18:58:19 +07:00
parent da86fa463f
commit c6db7f5d01
4 changed files with 5 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ call :activate_environment
@rem install dependencies
@rem ver 0.2.56 produces segment error for /embeddings on MacOS
call python -m pip install llama-cpp-python[server]!=0.2.56
call python -m pip install llama-cpp-python[server]==0.2.55
@REM @rem start the server with passed params
call python -m llama_cpp.server %*