astachowicz
commited on
Commit
•
177d8fd
1
Parent(s):
61f4c93
Update README.md
Browse filesLazy mode is now deprecated for Bert Large, recommended way is to use torch.compile
README.md
CHANGED
@@ -39,7 +39,9 @@ python run_qa.py \
|
|
39 |
--doc_stride 128 \
|
40 |
--output_dir /tmp/squad/ \
|
41 |
--use_habana \
|
42 |
-
--
|
|
|
|
|
43 |
--throughput_warmup_steps 3 \
|
44 |
--bf16
|
45 |
```
|
|
|
39 |
--doc_stride 128 \
|
40 |
--output_dir /tmp/squad/ \
|
41 |
--use_habana \
|
42 |
+
--torch_compile_backend hpu_backend \
|
43 |
+
--torch_compile \
|
44 |
+
--use_lazy_mode false \
|
45 |
--throughput_warmup_steps 3 \
|
46 |
--bf16
|
47 |
```
|