astachowicz commited on
Commit
7c4eb89
1 Parent(s): 8f1f2c6

Update README.md

Browse files

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

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