Skip to content

Commit

Permalink
test(xtts): use 4 dataloader workers to match github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eginhard committed Nov 6, 2024
1 parent ee4dae0 commit 18d135e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/xtts_tests/test_xtts_gpt_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
batch_size=BATCH_SIZE,
batch_group_size=48,
eval_batch_size=BATCH_SIZE,
num_loader_workers=8,
num_loader_workers=4,
eval_split_max_size=256,
print_step=50,
plot_step=100,
Expand Down
2 changes: 1 addition & 1 deletion tests/xtts_tests/test_xtts_v2-0_gpt_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
batch_size=BATCH_SIZE,
batch_group_size=48,
eval_batch_size=BATCH_SIZE,
num_loader_workers=8,
num_loader_workers=4,
eval_split_max_size=256,
print_step=50,
plot_step=100,
Expand Down

0 comments on commit 18d135e

Please sign in to comment.