Relative Content

Tag Archive for pythonvisual-studio-codelocalhuggingface-transformers

How to Uninstall Local [HuggingFace] AI Model off of VS Code

I’m relatively new to programming with VS Code & Hugging Face models, so I apologize if this question has a rather facile solution. I ran the google/madlad400-3b-mt & google/madlad400-10b-mt models’ respective sample usage scripts (to initialize), which took a while to run (on my CPU/GPU?) and also took up an ample amount of computer storage space. The task that I was attempting to work on no longer neccesitates the use for these models; I want to know where the long initialization downloads are stored so that I can delete them. Below is a sample screenshot of the phenomena that I am refering to in case there is better fitting nomenclature: Output.
Thank you!