Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengbw0324 authored Mar 21, 2024
1 parent 826e965 commit 97e2cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Test with a single GPU:
```shell
DATASET=Games
DATA_PATH=./data
OUTPUT_DIR=./ckpt/$DATASET/
CKPT_PATH=./ckpt/$DATASET/
RESULTS_FILE=./results/$DATASET/result.json

python test.py \
Expand All @@ -104,7 +104,7 @@ Test with multiple GPUs:
```shell
DATASET=Games
DATA_PATH=./data
OUTPUT_DIR=./ckpt/$DATASET/
CKPT_PATH=./ckpt/$DATASET/
RESULTS_FILE=./results/$DATASET/result.json

torchrun --nproc_per_node=8 --master_port=23324 test_ddp.py \
Expand Down

0 comments on commit 97e2cf1

Please sign in to comment.