-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Error running inference on Llama3 model #4000
Comments
I encountered the same error as reported above |
I didn't quite solve the problem but found a workaround: |
Sounds great! Could you please explain how you finetuned the model using Ludwig or used a different approach? |
Hi, I am also facing similar error during inference "ValueError: Invalid missing value strategy fill_with_const". Any workarounds ? |
Same issue. @arnavgarg1 kind ping to perhaps take a look on this too Env Ludwig==0.9.1 Python 3.8.0 |
When I run inference on a Llama3 model finetuned using Ludwig, I keep getting this error:
Here is my training script:
And for inference:
new_model.predict(_test_df.loc[0:1])
Here is the full trace:
-3.0
The text was updated successfully, but these errors were encountered: