Skip to content

Commit

Permalink
Remove worker+1 in the EGS scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
lsk567 committed Nov 12, 2024
1 parent 0caa4f9 commit 22d523e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public Dag partitionDag(
partionedDagDotFile.toString(),
"--workers",
String.valueOf(
workers + 1), // There needs to be +1 for the dummy nodes, otherwise EGS complains.
workers), // Does not need to +1 for virtual nodes.
"--model",
new File(egsDir, "models/pretrained").getAbsolutePath());

Expand Down

0 comments on commit 22d523e

Please sign in to comment.