-
Notifications
You must be signed in to change notification settings - Fork 6k
Migrating an old one‐click install
The one-click-installers, previously downloaded as .zip archives, are now part of the repository (#4028).
Before this change, the installers used to not be automatically updated, causing people to run outdated versions that were much more likely to break after a simple update.
The process is very simple, and you will keep all your models and settings.
-
Run your existing
updatescript, and make sure that the following files exist insidetext-generation-webuiafter the update:start_windows.bat,start_linux.sh. -
Move your
text-generation-webuifolder one folder up. For instance, mine was atDesktop\oobabooga_windows\text-generation-webui:

So I moved it to Desktop:

If yours is at oobabooga_windows\oobabooga_windows\text-generation-webui, move it two folders up.
- Enter the
text-generation-webuifolder and run the correctstart_script for your OS. This will create a newinstaller_filesfolder insidetext-generation-webuiwith the project requirements.

- Delete your previous
oobabooga_windowsfolder (or similar), as it is no longer necessary.
Make sure that you have completed steps 1 to 3 and that text-generation-webui is no longer inside this folder before deleting it. You may want to backup your CMD_FLAGS.txt file.

- Migration completed!