Skip to content

Commit

Permalink
add transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianrui-Li committed Aug 8, 2023
1 parent 48a69b5 commit d2db3a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/dist_train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

export MASTER_PORT=$((12000 + $RANDOM % 20000))
# for server run
# export CUDA_VISIBLE_DEVICES=1,2,3
export CUDA_VISIBLE_DEVICES=4,5,6
export CUDA_VISIBLE_DEVICES=1,2,3
# export CUDA_VISIBLE_DEVICES=4,5,6
# export CUDA_VISIBLE_DEVICES=4,5

set -x
Expand Down

0 comments on commit d2db3a6

Please sign in to comment.