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

[_common.py:105] Backing off create_retrying(...) for 1.3s (False) #1571

Open
Khyathianeesha opened this issue Dec 4, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@Khyathianeesha
Copy link

Describe the bug

os.environ["OPENAI_API_KEY"] = api_key

!oaieval gpt-3.5-turbo match_mmlu_elementary_mathematics --log_to_file logFile_1.txt

I am getting below error:
[2024-12-04 09:57:28,694] [oaieval.py:215] �[1;35mRun started: 241204042728KEBZL4AE�[0m [2024-12-04 09:57:28,781] [data.py:94] Fetching c:\Users\g.khyathi.aneesha\TO Repos\GenAIOpenEvals\evals-main\examples\..\evals\registry\data\mmlu\elementary_mathematics\few_shot.jsonl [2024-12-04 09:57:28,787] [data.py:94] Fetching c:/Users/g.khyathi.aneesha/TO Repos/GenAIOpenEvals/evals-main/examples/../evals/registry/data/mmlu/elementary_mathematics/samples.jsonl [2024-12-04 09:57:28,795] [eval.py:36] Evaluating 15 samples [2024-12-04 09:57:28,800] [eval.py:144] Running in threaded mode with 10 threads! [2024-12-04 09:57:54,820] [_common.py:105] Backing off create_retrying(...) for 0.8s (False) [2024-12-04 09:57:54,893] [_common.py:105] Backing off create_retrying(...) for 0.9s (False) [2024-12-04 09:57:54,946] [_common.py:105] Backing off create_retrying(...) for 0.2s (False) [2024-12-04 09:57:54,952] [_common.py:105] Backing off create_retrying(...) for 0.5s (False) [2024-12-04 09:57:55,018] [_common.py:105] Backing off create_retrying(...) for 0.3s (False) [2024-12-04 09:57:55,043] [_common.py:105] Backing off create_retrying(...) for 0.8s (False)

To Reproduce

  1. Try executing mmlu.ipynb example in examples folder
  2. set api_key (os.environ["OPENAI_API_KEY"] = api_key)
  3. Run each code block
  4. getting error while executing "!oaieval gpt-3.5-turbo match_mmlu_elementary_mathematics"

Code snippets

No response

OS

Windows

Python version

Python 3.12.7

Library version

evals 3.0.1.post1

@Khyathianeesha Khyathianeesha added the bug Something isn't working label Dec 4, 2024
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

1 participant