Might be helpful for those that
- don’t have access to hardware that can run things locally
- understand the benefits and limitations of generative AI
Link: https://duckduckgo.com/?q=DuckDuckGo&ia=chat
As a nice coincidence, one of the first results when I searched for a news update was this discussion:
https://discuss.privacyguides.net/t/adding-a-new-category-about-ai-chatbots/17860/2
I am using this: https://github.com/oobabooga/text-generation-webui … It is running great with my AMD 7900XT. It also ran great with my 5700xt. It sets up itself within a conda virtual environment so it takes all mess out of getting the packages to work correctly. It can use NVIDIA cards too.
Once you get it installed you can then get your models from huggingface.co
I’m on arch, btw. ;)
Edit: I just went and reinstalled it and saw it supports these gpus
That’s right, “text-generation-webui”. At least its unambiguous lol. Thanks for sharing.