Skip to content

Commit 6ea68d4

Browse files
authored
Update train_example_32b.sh
1 parent d3de2cf commit 6ea68d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UI-S1/scripts/train_example_32b.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if [ $MASTER_ADDR ];then
3333
echo $MASTER_ADDR
3434
echo $MASTER_PORT
3535
echo $WORLD_SIZE
36-
echo $RANKa
36+
echo $RANK
3737
else
3838
export MASTER_ADDR=127.0.0.1
3939
export MASTER_PORT=2$(($RANDOM % 10))$(($RANDOM % 10))15

0 commit comments

Comments
 (0)