mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2025-09-08 05:29:29 +00:00
Update install.bat: add --resume-retries 9
This commit is contained in:
parent
d54809a71e
commit
d7a80b54c9
1 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@ rmdir /S /Q ktransformers\ktransformers_ext\out
|
|||
del /F /Q ktransformers\ktransformers_ext\cuda\*.egg-info
|
||||
|
||||
echo Installing python dependencies from requirements.txt
|
||||
pip install -r requirements-local_chat.txt
|
||||
pip install --resume-retries 9 -r requirements-local_chat.txt
|
||||
|
||||
echo Installing ktransformers
|
||||
set KTRANSFORMERS_FORCE_BUILD=TRUE
|
||||
pip install . --no-build-isolation
|
||||
echo Installation completed successfully
|
||||
pip install --resume-retries 9 . --no-build-isolation
|
||||
echo Installation completed successfully
|
||||
|
|
Loading…
Add table
Reference in a new issue