CoolFace
Apppublic

forestcalled/text-generation-webui

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
update_wsl.bat12 linesDownload Raw Back to root
1@echo off2 3cd /D "%~dp0"4 5set PATH=%PATH%;%SystemRoot%\system326 7@rem sed -i 's/\x0D$//' ./wsl.sh converts newlines to unix format in the wsl script   calling wsl.sh with 'update' will run updater8call wsl -e bash -lic "sed -i 's/\x0D$//' ./wsl.sh; source ./wsl.sh update"9 10:end11pause12