jwieczorekhabana
commited on
Commit
•
488c8fa
1
Parent(s):
64740b8
Update README.md
Browse files
README.md
CHANGED
@@ -40,7 +40,8 @@ python run_qa.py \
|
|
40 |
--output_dir /tmp/squad/ \
|
41 |
--use_habana \
|
42 |
--use_lazy_mode \
|
43 |
-
--throughput_warmup_steps 2
|
|
|
44 |
```
|
45 |
|
46 |
Check the [documentation](https://huggingface.co/docs/optimum/habana/index) out for more advanced usage and examples.
|
|
|
40 |
--output_dir /tmp/squad/ \
|
41 |
--use_habana \
|
42 |
--use_lazy_mode \
|
43 |
+
--throughput_warmup_steps 2 \
|
44 |
+
--bf16
|
45 |
```
|
46 |
|
47 |
Check the [documentation](https://huggingface.co/docs/optimum/habana/index) out for more advanced usage and examples.
|