Update README.md
Browse files
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
|
|
|
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.
|