astachowicz commited on
Commit
415055e
1 Parent(s): feeec9d

Update README.md

Browse files

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

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -38,7 +38,9 @@ python run_qa.py \
38
  --max_seq_length 384 \
39
  --output_dir /tmp/squad/ \
40
  --use_habana \
41
- --use_lazy_mode \
 
 
42
  --throughput_warmup_steps 3 \
43
  --bf16
44
  ```
 
38
  --max_seq_length 384 \
39
  --output_dir /tmp/squad/ \
40
  --use_habana \
41
+ --torch_compile_backend hpu_backend \
42
+ --torch_compile \
43
+ --use_lazy_mode false \
44
  --throughput_warmup_steps 3 \
45
  --bf16
46
  ```