What are the instructions to uninstall LLM_Web_search and dependencies? #12
-
Hi! I have correctly installed LLM_Web_search in the webui environment. I think it's pretty cool, but I can't get it to work for me reliably, perhaps because I am limited to 13B and 7B models. These don't like to use the command no matter how I craft the system prompt. When they do, they are unable to digest the results. In short I'd like to remove the extension and uninstall its dependencies (like langchain) from my Ooba environment. I saw when I was installing that conda took a long time to carefully check dependencies in my What is the proper method to uninstall the LLM_Web_search extension and its dependencies that would otherwise be orphaned? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hey, sorry to hear that the extension doesn't really work for you. Now, regarding your actual request for uninstall instructions: Assuming you used the
I haven't tried this yet, so let me know if that works! |
Beta Was this translation helpful? Give feedback.
Hey, sorry to hear that the extension doesn't really work for you.
I am also limited to max. 13B models, so it should work with those (but of course, bigger models will likely be better at using the command and extracting info from the results). Feel free to to reach out if you'd like me to take a look with you together.
Now, regarding your actual request for uninstall instructions: Assuming you used the
one_click
install option of the text-generation-webui and are using MacOs or Linux, the following four steps should remove the extension files and all its dependencies:text-generation-webui/extensions/LLM_Web_search
folder, which contains all files of the extensionconda …