mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-24 14:58:56 +06:00
fix my bad Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
b1a2de075d
commit
8fd4bc7d1d
@ -160,7 +160,6 @@ if __name__ == "__main__":
|
|||||||
else:
|
else:
|
||||||
new_ordered_files.append(modular_file_path)
|
new_ordered_files.append(modular_file_path)
|
||||||
|
|
||||||
new_ordered_files = ordered_files
|
|
||||||
import multiprocessing
|
import multiprocessing
|
||||||
|
|
||||||
with multiprocessing.Pool(4) as p:
|
with multiprocessing.Pool(4) as p:
|
||||||
|
Loading…
Reference in New Issue
Block a user