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
0fa9f03f
Commit
0fa9f03f
authored
Jul 10, 2023
by
Benjamin Fattori
Browse files
pass override bs to _loglikelihood_tokens
parent
d42e1706
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lm_eval/models/huggingface.py
lm_eval/models/huggingface.py
+1
-1
No files found.
lm_eval/models/huggingface.py
View file @
0fa9f03f
...
@@ -530,7 +530,7 @@ class HFLM(LM):
...
@@ -530,7 +530,7 @@ class HFLM(LM):
rolling_token_windows
+=
pad_amnt
*
[
rolling_token_windows
[
0
]]
rolling_token_windows
+=
pad_amnt
*
[
rolling_token_windows
[
0
]]
string_nll
=
self
.
_loglikelihood_tokens
(
string_nll
=
self
.
_loglikelihood_tokens
(
rolling_token_windows
,
disable_tqdm
=
True
rolling_token_windows
,
disable_tqdm
=
True
,
override_bs
=
adaptive_batch_size
)
)
if
(
self
.
world_size
>
1
)
and
(
pad_amnt
>
0
):
if
(
self
.
world_size
>
1
)
and
(
pad_amnt
>
0
):
...
...
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