Skip to content

Commit

Permalink
Update install.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowcz007 committed Aug 1, 2024
1 parent 743a82e commit 4cd6a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ if exist "%python_exec%" (
%python_exec% -s -m pip install "%%i" -i https://pypi.tuna.tsinghua.edu.cn/simple
)

%python_exec% -s -m pip install --upgrade --force llama-cpp-python --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu121
@REM %python_exec% -s -m pip install --upgrade --force llama-cpp-python --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu121

%python_exec% -s -m pip install --upgrade --force llama-cpp-python[server]
@REM %python_exec% -s -m pip install --upgrade --force llama-cpp-python[server]


) else (
Expand Down

0 comments on commit 4cd6a07

Please sign in to comment.