"vscode:/vscode.git/clone" did not exist on "31a8e4664ba8ffca8d14b051f8c3a7ec3b5b91d1"
Unverified Commit f1620c2d authored by Lintang Sutawika's avatar Lintang Sutawika Committed by GitHub
Browse files

Update main.py

Added
```
from lm_eval.benchmarks import include_benchmarks
```

in order for benchmarks to callable.
parent 21e1ed17
...@@ -11,6 +11,7 @@ from lm_eval import evaluator, utils ...@@ -11,6 +11,7 @@ from lm_eval import evaluator, utils
from lm_eval.api.registry import ALL_TASKS from lm_eval.api.registry import ALL_TASKS
from lm_eval.logger import eval_logger from lm_eval.logger import eval_logger
from lm_eval.tasks import include_task_folder from lm_eval.tasks import include_task_folder
from lm_eval.benchmarks import include_benchmarks
os.environ["TOKENIZERS_PARALLELISM"] = "false" os.environ["TOKENIZERS_PARALLELISM"] = "false"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment