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
98c1880f
Unverified
Commit
98c1880f
authored
Aug 21, 2025
by
Jafar Isbarov
Committed by
GitHub
Aug 21, 2025
Browse files
remove incomplete compilation instructions (#3242)
parent
206b7722
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lm_eval/decontamination/janitor.py
lm_eval/decontamination/janitor.py
+3
-2
No files found.
lm_eval/decontamination/janitor.py
View file @
98c1880f
...
...
@@ -5,8 +5,9 @@ import traceback
from
typing
import
Iterator
,
List
,
Sequence
,
Tuple
,
TypeVar
# This is a cpp module. Compile janitor_util.cpp with:
# c++ -O3 -Wall -shared -std=c++11 -fPIC $(python3 -m pybind11 --includes) janitor_util.cpp -o janitor_util$(python3-config --extension-suffix) -undefined dynamic_lookup
# This is a cpp module.
# See scripts/clean_training_data/README.md for instructions to compile janitor_util.cpp
try
:
import
janitor_util
...
...
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