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
24fc1a47
Unverified
Commit
24fc1a47
authored
May 13, 2025
by
Kiersten Stokes
Committed by
GitHub
May 13, 2025
Browse files
Fix import error for deepcopy (#2969)
Signed-off-by:
kiersten-stokes
<
kierstenstokes@gmail.com
>
parent
1c03af33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lm_eval/tasks/squad_completion/task.py
lm_eval/tasks/squad_completion/task.py
+1
-1
No files found.
lm_eval/tasks/squad_completion/task.py
View file @
24fc1a47
import
re
from
copy
import
deepcopy
from
typing
import
List
import
numpy
as
np
from
deepcopy
import
deepcopy
from
lm_eval.api.instance
import
Instance
from
lm_eval.api.task
import
ConfigurableTask
...
...
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