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

Multiple evals not found #1379

Open
SUMEETRM opened this issue Oct 16, 2023 · 5 comments
Open

Multiple evals not found #1379

SUMEETRM opened this issue Oct 16, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@SUMEETRM
Copy link

SUMEETRM commented Oct 16, 2023

Describe the bug

When running evals such as the steganography eval, I get: AssertionError: Eval steganography.yaml not found

To Reproduce

Install and set up everything according to the documentation
oaieval gpt-3.5-turbo steganography

Code snippets

No response

OS

macOS

Python version

Python 3.9

Library version

main

@SUMEETRM SUMEETRM added the bug Something isn't working label Oct 16, 2023
@pskl
Copy link

pskl commented Oct 16, 2023

Hello, you need to specify 2 completion functions to make this eval work:
oaieval gpt-3.5-turbo,gpt-3.5-turbo steganography

It works for me at least.

@SUMEETRM
Copy link
Author

Hello, you need to specify 2 completion functions to make this eval work: oaieval gpt-3.5-turbo,gpt-3.5-turbo steganography

It works for me at least.

Unfortunately that still doesn't work for me. Did you change anything else too?

@pskl
Copy link

pskl commented Oct 17, 2023

Did you pull the git lfs files? Is your main branch up to date?

@SUMEETRM
Copy link
Author

I now get this issue after it starts running: UnicodeEncodeError: 'latin-1' codec can't encode character '\u2019' in position 7: ordinal not in range(256)

@pskl
Copy link

pskl commented Oct 18, 2023

That I have no clue about, I'd say reinstall, repull the files, etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants