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
f9b81151
"tasks/vscode:/vscode.git/clone" did not exist on "f926720502490ef8b3efdf32362097c94d2671cc"
Unverified
Commit
f9b81151
authored
Mar 14, 2022
by
researcher2
Committed by
GitHub
Mar 14, 2022
Browse files
Update sort_13_gram_buckets.py
parent
985f1f1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scripts/clean_training_data/sort_13_gram_buckets.py
scripts/clean_training_data/sort_13_gram_buckets.py
+2
-2
No files found.
scripts/clean_training_data/sort_13_gram_buckets.py
View file @
f9b81151
"""
Iteratively runs gnu sort on each bucket,
which does automatic the multiprocessing
up to 8.
Iteratively runs gnu sort on each bucket,
uses
up to 8
cores
.
Arguments
---------
...
...
@@ -55,4 +55,4 @@ if __name__ == '__main__':
setup_logger_tqdm
(
logfile_path
)
args
=
parser
.
parse_args
()
sort_13_gram_buckets
(
args
.
working_directory
)
\ No newline at end of file
sort_13_gram_buckets
(
args
.
working_directory
)
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