Skip to content

Commit 4444634

Browse files
authored
Update README.md
1 parent 64b0c2e commit 4444634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ logging.basicConfig(level=logging.INFO)
7676

7777
launcher = torchrunx.Launcher(
7878
hostnames = ["localhost", "second_machine"], # or IP addresses
79-
workers_per_host = 2 # e.g. number of GPUs per host
79+
workers_per_host = "gpu" # default, or just: 2
8080
)
8181

8282
results = launcher.run(

0 commit comments

Comments
 (0)