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
c3b40173
Commit
c3b40173
authored
Oct 13, 2024
by
lintang
Browse files
edit to remove bootstrapping for faster inference
parent
7385e116
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lm_eval/api/metrics.py
lm_eval/api/metrics.py
+1
-0
No files found.
lm_eval/api/metrics.py
View file @
c3b40173
...
@@ -457,6 +457,7 @@ class _bootstrap_internal:
...
@@ -457,6 +457,7 @@ class _bootstrap_internal:
def
bootstrap_stderr
(
f
,
xs
,
iters
):
def
bootstrap_stderr
(
f
,
xs
,
iters
):
return
0
import
multiprocessing
as
mp
import
multiprocessing
as
mp
pool
=
mp
.
Pool
(
mp
.
cpu_count
())
pool
=
mp
.
Pool
(
mp
.
cpu_count
())
...
...
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