Skip to content

Commit 9bc74eb

Browse files
authored
Fix the bugs in the ds1000 sample bash script
1 parent fda0c94 commit 9bc74eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ Below is the command to run evaluation on the full benchmark in insertion mode w
249249

250250
```bash
251251
export TF_FORCE_GPU_ALLOW_GROWTH=true
252-
TF_CPP_MIN_LOG_LEVEL=3 accelerate launch main.py \
252+
export TF_CPP_MIN_LOG_LEVEL=3
253+
accelerate launch main.py \
253254
--model <MODEL_NAME> \
254255
--batch_size <BATCH_SIZE> \
255256
--tasks ds1000-all-insertion \

0 commit comments

Comments
 (0)