-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Downloading Models Each Run And Error Running GUI #63
Comments
Jap noticed this myself. I'm on it |
reverted it for now. might be a truncated edit: fixed it. now resolving gui issue in com edit: also fixed pr coming |
Easy fix: just put the path to the local models once downloaded Actual fix: simply check if the local model exists before asking HF, no need to revert :P
That one's very simple, the import is now in utils.py |
#65 guess you can edit this. but this also works edit: thanks @hippalectryon-0 for the amazing progress lately. this repo rocks edit: was missing predefined .env |
I ingested my new files using "python casalioy/ingest.py", it proceeded downloading sentence-transformers/all-MiniLM-L6-v2 from HF and eachadea/ggml-vicuna-7b-1.1 from HF.
Processed the files and finished the routine.
Ran "streamlit run casalioy/gui.py" and it proceeded to download the models again.
Theres a way to check if the models already exists before downloading? Or I'm doing something wrong?
Using Main, without Docker - Python 3.11.3
Thanks.
The text was updated successfully, but these errors were encountered: