-
-
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
exception: integer divide by zero while using gui #27
Comments
Checking this out right now |
What this your prompt that broke it? |
I was able to ask 3 questions and got a |
Ah, got your issue:
|
Try adding n_batch size as 0.5*n_ctx Also we should include the mlock RAM force feature. Runs stable on my side which is very weird |
It was simply |
Might have a fix for GUI, I should have initialized the qa_system the same as we are in startLLM |
Did the same test with Shor. Works fine when using n_batch for some reason |
Curious, whats your method behind 0.5*n_ctx? |
The steamlit session states are weird to me... But I think I got it figured out. |
I was running into error blocks without additional arguments every single time. We should list it as of on-the-fly change within the GUI. That's my benchmark running
|
Ill add that change into this version of the GUI |
Also are you running vic7 as the embeddings model? |
No, I am using a single alpaca7b model to do both the embedding and the llm. Have had 0 issues. |
#29 Should fix this! |
@hippalectryon-0 Could you humour me and try with the latest update? I haven't got this error is a while. |
Problem IdentifiedIssue is caused by the GUI calling the qa_system while it is already running. Solution In ProgressStop any possible way of the GUI calling the qa_system again after already running. |
As soon as I get around #30 ^^ |
Seems fine so far :) I opened #40 in the meantime to fix the install |
Never got this again while refactoring the gui #58 , closing |
Full log here
Context: used the gui, first prompt went through fine, second prompt gave this error:
The text was updated successfully, but these errors were encountered: