Initial commit

This commit is contained in:
2025-10-18 22:03:55 +08:00
commit 0c3fe173b6
11 changed files with 2467 additions and 0 deletions

2
main.sh Executable file
View File

@@ -0,0 +1,2 @@
GPUS=$1
python3 -m torch.distributed.run --nproc_per_node=$GPUS main.py ${@:2}