-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
🐛 Bug: Model eos92sw #355
Comments
Hi @thormiwa Please save the log of the error and attach it here so that I can see what went wrong, the screenshot is only a snippet |
Hi @GemmaTuron. This is the log file |
One question @thormiwa did you collect the log with the |
@GemmaTuron Yes this was the command i ran |
Ok, try and do it without the |tee because I think it is not saving the full full error output ;) |
Thanks @thormiwa ! I see a similar pattern with #338 and #343, so we are getting close. @miquelduranfrigola we need to have a closer look at these models, they all use sqlalchemy and also throw the chardet-urllib dependency warning. @thormiwa can I ask you to go on and test the model in google colab see if we get the same error? (you can also use the -v flag there) |
@GemmaTuron it actually ran correctly on google colab...i will update on the excel sheet and also the drive😂 |
Thanks @thormiwa ! We'll do some debugging on our side to see what is going on, will post here questions as I come across them, see if we can identify the problem. |
Hi @thormiwa, So git lfs is not properly installed, please see the docs and make sure you are installing it appropriately |
Hi @GemmaTuron ! I was able to fetch this model successfully on my CLI. Neither I am getting any dependency warnings here. Versions: |
Hi @GemmaTuron After installing lfs correctly i just had to fetch, serve and predict and it ran successfully :). I will add the files to the drive and also check through other issues to support folks who might have similar error. Can i close the issue now? |
Describe the bug.
While Trying to fetch the eos92sw Model using this command
ersilia -v fetch eos92sw
i get this error`Something went wrong with Ersilia...
EmptyOutputError
Error message:
Model API eos92sw:predict did not produce an output`
Describe the steps to reproduce the behavior
conda activate ersilia
ersilia -v fetch eos92sw
and watch the LogExpected behavior.
No response
Screenshots.
Operating environment
Mac M1
Additional context
No response
The text was updated successfully, but these errors were encountered: