We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6116c6a commit 0507022Copy full SHA for 0507022
docs/README.md
@@ -249,7 +249,8 @@ Below is the command to run evaluation on the full benchmark in insertion mode w
249
250
```bash
251
export TF_FORCE_GPU_ALLOW_GROWTH=true
252
-TF_CPP_MIN_LOG_LEVEL=3 accelerate launch main.py \
+export TF_CPP_MIN_LOG_LEVEL=3
253
+accelerate launch main.py \
254
--model <MODEL_NAME> \
255
--batch_size <BATCH_SIZE> \
256
--tasks ds1000-all-insertion \
0 commit comments