Skip to content

Commit 8411879

Browse files
committed
typo
1 parent d9bca63 commit 8411879

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

edsnlp/training/trainer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,8 +656,7 @@ def train(
656656
*(
657657
td(nlp, device).set_processing(
658658
num_cpu_workers=num_workers,
659-
# process_start_method="spawn",
660-
backend="simple",
659+
process_start_method="spawn",
661660
)
662661
for td in phase_training_data
663662
)

0 commit comments

Comments
 (0)