Building an MMLU Eval issue
I am trying to execute the Building an MMLU Eval jupyter notebooks all of the cells execute correctly until I execute the following code:
!oaieval gpt-3.5-turbo match_mmlu_anatomy
I receive the following error:
Traceback (most recent call last):
File "/anaconda/envs/azureml_py38/bin/oaieval", line 5, in
I tried executing using python 3.10 and still had the issue.
I got several of similar error while trying to run it in Python 3.8, I quit trying to fix it because several other places were also not compatible with 3.8. There is a bug in the file "pyproject.toml" where it says: requires-python = ">=3.8" it should be: requires-python = ">=3.9"
It's a bit hard to diagnose the issue - When you switch between python versions, did you ensure to reinstall the CLI - oaieval is pointing to the right path?
Closing as stale, please file a new issue if you're still seeing this