We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf41be commit 37346a1Copy full SHA for 37346a1
1 file changed
examples/local_launcher.yaml
@@ -7,7 +7,7 @@ launcher:
7
worker_host: "127.0.0.1"
8
worker_base_port: 10090
9
10
- # worker_gpu_ids: ["0,1", "2,3"] # optional: one entry per worker → CUDA_VISIBLE_DEVICES; auto-detected if omitted
+ worker_gpu_ids: ["0,1", "2,3"] # one entry per worker → CUDA_VISIBLE_DEVICES; auto-detected if omitted
11
worker_extra_args: "--dit-cpu-offload false --text-encoder-cpu-offload false"
12
13
wait_timeout: 600
0 commit comments