mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-17 20:20:45 +01:00
Merge pull request #50 from henk717/patch-5
Migrated install_requirements.bat to conda-forge
This commit is contained in:
commit
9c908fd22f
@ -23,7 +23,7 @@ IF ERRORLEVEL 1 (
|
|||||||
miniconda3.exe /S /InstallationType=JustMe /RegisterPython=0 /AddTopath=0 /NoScripts=1 /NoRegistry=1 /D=%~dp0\miniconda3
|
miniconda3.exe /S /InstallationType=JustMe /RegisterPython=0 /AddTopath=0 /NoScripts=1 /NoRegistry=1 /D=%~dp0\miniconda3
|
||||||
del miniconda3.exe
|
del miniconda3.exe
|
||||||
call miniconda3\condabin\activate
|
call miniconda3\condabin\activate
|
||||||
call conda install --all --no-shortcuts -y git pytorch tensorflow-gpu colorama Flask-SocketIO cudatoolkit=11 -c pytorch
|
call conda install --all --no-shortcuts -y git pytorch tensorflow-gpu colorama Flask-SocketIO -c pytorch -c conda-forge
|
||||||
IF %M%==1 pip install git+https://github.com/finetuneanon/transformers@gpt-neo-localattention3
|
IF %M%==1 pip install git+https://github.com/finetuneanon/transformers@gpt-neo-localattention3
|
||||||
IF %M%==2 call conda install --no-shortcuts -y transformers -c huggingface
|
IF %M%==2 call conda install --no-shortcuts -y transformers -c huggingface
|
||||||
call conda clean -a -y
|
call conda clean -a -y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user