Skip to content

Commit abe02d8

Browse files
authored
Update README.md
1 parent c3b88e5 commit abe02d8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Run setup:
4646
```
4747
python setup_windows.py
4848
```
49+
> If you need to try reinstalling for any reason run this command to uninstall everything and try again:
50+
```pip freeze > requirements_uninstall.txt && pip uninstall -r requirements_uninstall.txt -y && del requirements_uninstall.txt```
4951
### Step 5
5052
```
5153
python gui.py
@@ -57,8 +59,4 @@ python gui.py
5759
* Navigate to KoboldCPP's github and download the appropriate .exe file or run ```python download_kobold.py``` from your virtual environment instead.
5860
* Select any/all options you want and start the program, but make sure and uncheck the open browser option. You can also check the "quiet" mode, which prevents the Kobold's command prompt window from printing everything in duplicate.
5961

60-
## Uninstalling
61-
If you need to try reinstalling for any reason run this command to uninstall everything and try again:
62-
```
63-
pip freeze > requirements_uninstall.txt && pip uninstall -r requirements_uninstall.txt -y && del requirements_uninstall.txt
64-
```
62+

0 commit comments

Comments
 (0)