You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[bugfix]: fix lazy-load, LoRA, and Ray NIC issues from the #1803 review
Keep deferral, compile, and later generate() from fighting each other, stop LoRA bookkeeping from pinning a released DiT, and leave per-node NCCL/Gloo interface names alone.
Copy file name to clipboardExpand all lines: docs/getting_started/installation/spark_pair.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,7 @@ sm_100a VSA kernel is not on this chip, so denoise is slower than a GB200
191
191
|`RayDistributedExecutor` TypeError / abstract `set_log_queue`| Use a FastVideo build that implements those methods on the Ray executor (this page). |
192
192
| Worker SIGTERM during DiT shard 11/14 |`RAY_memory_monitor_refresh_ms=0`**before**`ray start`. Do not leave Ray's default 30% object store. |
193
193
| NCCL hangs or uses Wi-Fi |`source spark_pair_env.sh`. Confirm `NCCL_SOCKET_IFNAME` is the QSFP NIC. |
194
-
| Gloo `connectFullMesh` / `remote=[127.0.0.1]`| Two 1-GPU nodes must not use loopback as the Gloo store. Source `spark_pair_env.sh` so `GLOO_SOCKET_IFNAME` is the QSFP NIC. Use a FastVideo build that keys loopback on unique worker IPs. |
194
+
| Gloo `connectFullMesh` / `remote=[127.0.0.1]`| Two 1-GPU nodes must not use loopback as the Gloo store. Source `spark_pair_env.sh` so `GLOO_SOCKET_IFNAME` is the QSFP NIC on **each** box. FastVideo no longer copies that NIC name from the driver onto workers. |
195
195
| Second `generate()` crashes `NoneType.parameters`| Sequential load used to drop the text encoder without reloading it. This branch reloads Qwen for later requests so `--warmup --repeats N` works. |
196
196
| OOM / `earlyoom` prefers Python | Lazy module load must stay on (do not pass `--no-lazy-module-load`). Peak GPU during 345-frame denoise is ~90 GiB/node. |
197
197
|`num_gpus=2` on one Spark | Each Spark has one GPU. Use Ray across two nodes, or `num_gpus=1` on one box. |
0 commit comments