We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm evaluating with the officially supported tasks/models/datasets.
Tag 0.4.0
python tools/list_configs.py llama
null
Since the folder configs has moved, the relative path in tools/list_configs.py needs to be modified.
configs
tools/list_configs.py
The text was updated successfully, but these errors were encountered:
只需要调用match_files加层opencompass目录就可以解决了:models = match_files('opencompass/configs/models/', args.pattern, fuzzy=True)
Sorry, something went wrong.
Also datasets = match_files('opencompass/configs/datasets/', args.pattern, fuzzy=True)
tonysy
No branches or pull requests
Prerequisite
Type
I'm evaluating with the officially supported tasks/models/datasets.
Environment
Tag 0.4.0
Reproduces the problem - code/configuration sample
Reproduces the problem - command or script
Reproduces the problem - error message
null
Other information
Since the folder
configs
has moved, the relative path intools/list_configs.py
needs to be modified.The text was updated successfully, but these errors were encountered: