| # !/bin/bash | |
| set -x | |
| torchrun \ | |
| --nnodes=1 --nproc_per_node=1 --node_rank=0 \ | |
| --master_port=12344 \ | |
| tokenizer/tokenizer_image/reconstruction_vq_ddp.py \ | |
| "$@" |
| # !/bin/bash | |
| set -x | |
| torchrun \ | |
| --nnodes=1 --nproc_per_node=1 --node_rank=0 \ | |
| --master_port=12344 \ | |
| tokenizer/tokenizer_image/reconstruction_vq_ddp.py \ | |
| "$@" |