The readme doc has provided following command to update weights on single node.
torchrun --nproc-per-node 8 examples/update.py --update-method all --checkpoint-path /opt/models/Qwen/Qwen3-235B-A22B-Instruct-2507/
But how to update weights on multi nodes? The benchmark in readme docs has provided the multi nodes's results. Could we add multi-machine test commands?
Thanks!
The readme doc has provided following command to update weights on single node.
But how to update weights on multi nodes? The benchmark in readme docs has provided the multi nodes's results. Could we add multi-machine test commands?
Thanks!