Skip to content
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

eval error #399

Open
MadcowD opened this issue Dec 7, 2024 · 1 comment
Open

eval error #399

MadcowD opened this issue Dec 7, 2024 · 1 comment

Comments

@MadcowD
Copy link
Owner

MadcowD commented Dec 7, 2024

raise exc
File "/Users/william/Library/Caches/pypoetry/virtualenvs/ell-ai-lj28Ksf3-py3.12/lib/python3.12/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
await app(scope, receive, sender)
File "/Users/william/Library/Caches/pypoetry/virtualenvs/ell-ai-lj28Ksf3-py3.12/lib/python3.12/site-packages/starlette/routing.py", line 72, in app
response = await func(request)
^^^^^^^^^^^^^^^^^^^
File "/Users/william/Library/Caches/pypoetry/virtualenvs/ell-ai-lj28Ksf3-py3.12/lib/python3.12/site-packages/fastapi/routing.py", line 296, in app
content = await serialize_response(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/william/Library/Caches/pypoetry/virtualenvs/ell-ai-lj28Ksf3-py3.12/lib/python3.12/site-packages/fastapi/routing.py", line 155, in serialize_response
raise ResponseValidationError(
fastapi.exceptions.ResponseValidationError: 2 validation errors:
{'type': 'model_attributes_type', 'loc': ('response', 0, 'runs', 1, 'labeler_summaries', 0, 'evaluation_labeler'), 'msg': 'Input should be a valid dictionary or object to extract fields from', 'input': None}
{'type': 'model_attributes_type', 'loc': ('response', 0, 'runs', 1, 'labeler_summaries', 1, 'evaluation_labeler'), 'msg': 'Input should be a valid dictionary or object to extract fields from', 'input': None}

@mugurm
Copy link

mugurm commented Jan 17, 2025

Unfortunately after this error happens, the ell-studio database or something in logdir becomes compromised.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants