mirror of
				https://github.com/KoboldAI/KoboldAI-Client.git
				synced 2025-06-05 21:59:24 +02:00 
			
		
		
		
	Merge pull request #40 from henk717/patch-3
Bugfix: Force CUDA11 in new installer for 3000 series GPU's
This commit is contained in:
		| @@ -17,7 +17,7 @@ IF ERRORLEVEL 1 ( | ||||
| miniconda3.exe /S /InstallationType=JustMe /RegisterPython=0 /AddTopath=0 /NoScripts=1 /NoRegistry=1 /D=%~dp0\miniconda3 | ||||
| del miniconda3.exe | ||||
| call miniconda3\condabin\activate | ||||
| call conda install --all --no-shortcuts -y git pytorch tensorflow-gpu colorama Flask-SocketIO -c pytorch | ||||
| call conda install --all --no-shortcuts -y git pytorch tensorflow-gpu colorama Flask-SocketIO cudatoolkit=11 -c pytorch | ||||
| IF %M%==1 call conda install --no-shortcuts -y transformers -c huggingface | ||||
| IF %M%==2 pip install git+https://github.com/finetuneanon/transformers@gpt-neo-dungeon-localattention2 | ||||
| call conda clean -a -y | ||||
|   | ||||
		Reference in New Issue
	
	Block a user