regisss HF staff commited on
Commit
8e0edca
1 Parent(s): cf6a090

Update README.md

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