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

add tokenizer logs info #1731

Merged
merged 11 commits into from
Jun 24, 2024
Prev Previous commit
Next Next commit
fix conflict
artemorloff committed May 28, 2024
commit e7a2852586f6972669fe203297355adbba5db267
4 changes: 0 additions & 4 deletions lm_eval/evaluator.py
Original file line number Diff line number Diff line change
@@ -21,11 +21,7 @@
print_writeout,
run_task_tests,
)
<<<<<<< HEAD
from lm_eval.logging.utils import add_env_info, add_tokenizer_info, get_git_commit_hash
=======
from lm_eval.loggers.utils import add_env_info, get_git_commit_hash
>>>>>>> upstream/main
from lm_eval.tasks import TaskManager, get_task_dict
from lm_eval.utils import (
eval_logger,