this post was submitted on 27 Jan 2024
23 points (96.0% liked)
LocalLLaMA
2884 readers
6 users here now
Welcome to LocalLLaMA! Here we discuss running and developing machine learning models at home. Lets explore cutting edge open source neural network technology together.
Get support from the community! Ask questions, share prompts, discuss benchmarks, get hyped at the latest and greatest model releases! Enjoy talking about our awesome hobby.
As ambassadors of the self-hosting machine learning community, we strive to support each other and share our enthusiasm in a positive constructive way.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Local LLMs usually run using CPU only
I want to use software like stable diffusion and oogabooga. Don't they utilize GPU ?
Ooga Booga is just a webui for local text gen LLMs, that usually only utilise CPU
SD, on the other hand, does utilise GPU. I haven't tried it but I don't see why it won't run with the open source AMD drivers, they are good. Just try it yourself, everything is free and you would only lose some time in the worst case scenario
You absolutely can use GPU. Try the auto installer and select AMD when the option shows up. The documentation should have more info.
https://github.com/oobabooga/text-generation-webui
Interesting. Thanks for sharing!
All the ones I've used so far are able to use the GPU but it has to be enabled in the app settings. I mostly use LM Studio and it flies on my nvidia 3060. Doesn't seem to have options for AMD GPUs though, unless I'm mistaken.