this post was submitted on 29 Jun 2023
7 points (88.9% liked)
LocalLLaMA
2917 readers
4 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
For oobabooga the models are usually downloaded to the "models" folder inside the main oobabooga folder.
Oh ok, thanks, this one was pretty easy. Do you have any idea where the models downloaded by openplayground are?
That one I'm not sure about as I haven't used openplayground before. But you could try to do a search for the model name in the main folder of openplayground, if you find one, the others should be in the same area. If you're running openplayground through
docker
, then you could try looking at any volumes or mounted directories and delete those.I used openplayground a little after it got released, and I installed it through pip so the models were downloaded somewhere in the Python files. I used a software that shows file size as taladar suggested and found it that way. Thanks for all the help, though :)