-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Organise models folders #1445
Comments
can this be assigned to me? thanks. @dartpain |
Hi @dartpain, I found the llms folder, but I’m unable to locate the model or models folder. Could you please help me navigate to these folders? |
Here we use one of the folders to store gguf model file temporarily We also download embeddings model here in Dockerfile |
@piyush7833 Just checking if you are active on this issue |
We have two folder
model
andmodels
they are used for storing embedding models and llms respectively.Use one folder for both instead (models)
To complete this feature you will need to look for all uses for model / models folder and make sure you check all install scripts that may be using them
The text was updated successfully, but these errors were encountered: