Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
2fda31ca
Commit
2fda31ca
authored
Nov 01, 2023
by
haileyschoelkopf
Browse files
remove nonstandard logger from evaluator.py
parent
55407cd6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
lm_eval/evaluator.py
lm_eval/evaluator.py
+0
-5
No files found.
lm_eval/evaluator.py
View file @
2fda31ca
...
@@ -2,7 +2,6 @@ import random
...
@@ -2,7 +2,6 @@ import random
import
itertools
import
itertools
import
json
import
json
import
collections
import
collections
import
logging
import
sys
import
sys
import
torch
import
torch
...
@@ -25,10 +24,6 @@ from lm_eval.utils import (
...
@@ -25,10 +24,6 @@ from lm_eval.utils import (
from
lm_eval.logger
import
eval_logger
from
lm_eval.logger
import
eval_logger
logger
=
logging
.
getLogger
(
__name__
)
logger
.
setLevel
(
logging
.
INFO
)
logger
.
addHandler
(
logging
.
StreamHandler
(
sys
.
stdout
))
@
positional_deprecated
@
positional_deprecated
def
simple_evaluate
(
def
simple_evaluate
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment