Where does this code keep the model files? #250
Replies: 2 comments 1 reply
-
If you do not have a model downloaded, you can see where it gets the model from by running run_localGPT.py and finding this line: |
Beta Was this translation helpful? Give feedback.
-
I never figured this out. What I decided to do was download the models to a specific folder, then I pass the folder location with the model in the right file. Does anyone know if hugging face saves the models in a way that allows me to use them in different environments without having to download them once for each .conda or .venv I'm working in? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I tested this code and it works, however, I did not see the actual model files ANYWHERE. Where are the model file?
Beta Was this translation helpful? Give feedback.
All reactions