astachowicz commited on
Commit
177d8fd
1 Parent(s): 61f4c93

Update README.md

Browse files

Lazy mode is now deprecated for Bert Large, recommended way is to use torch.compile

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -39,7 +39,9 @@ python run_qa.py \
39
  --doc_stride 128 \
40
  --output_dir /tmp/squad/ \
41
  --use_habana \
42
- --use_lazy_mode \
 
 
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
  ```