regisss HF staff commited on
Commit
738426b
1 Parent(s): 0c3fba9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -39,7 +39,8 @@ python run_qa.py \
39
  --output_dir /tmp/squad/ \
40
  --use_habana \
41
  --use_lazy_mode \
42
- --throughput_warmup_steps 2
 
43
  ```
44
 
45
  Check the [documentation](https://huggingface.co/docs/optimum/habana/index) out for more advanced usage and examples.
39
  --output_dir /tmp/squad/ \
40
  --use_habana \
41
  --use_lazy_mode \
42
+ --throughput_warmup_steps 3 \
43
+ --bf16
44
  ```
45
 
46
  Check the [documentation](https://huggingface.co/docs/optimum/habana/index) out for more advanced usage and examples.