-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Traceable Evals #1834
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
base: main
Are you sure you want to change the base?
Traceable Evals #1834
Conversation
|
Weird, tests pass locally for me but fail in the CI/CD. Also, the tests have nothing to do with what I've changed. |
|
The version of pydantic? there was a release to 2.10 recently. Looks like tests are failing when trying to work with pydantic models. Looks like there's been a change to the way model_fields is created https://github.com/pydantic/pydantic/pull/10493/files I'll make a fix to replace. |
|
Can you try with: #1855 please? |
|
@mikeedjones it works now! |
9f56dcd to
6087230
Compare
Kudos to the wonderful https://github.com/alexmojaki/snoop