-
Notifications
You must be signed in to change notification settings - Fork 1
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
Adding in model + new dockerfile #2
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add .DS_Store and .chainlit/translations to .gitignore and remove from commit. Also, I think models/.chainlit isn't supposed to be there so remove that too.
These should be gone/added into the .gitignore, was able to clone the repo into another directory, remove the files, and then commit. |
We need to remove the model from the PR and download and cache it at runtime. See https://github.com/DL4DS/dl4ds_tutor/blob/4d604155dddb130ab01a6234f2ba8b9e978e3e25/code/modules/vectorstore/vectorstore.py#L56 for a function that downloads from HF (but doesn't cache yet). @iranjan31 |
Added in tinyllama model/lfs storage, updated dockerfile to prevent runtime errors