You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An officially supported task in the examples folder (such as GLUE/SQuAD, ...)
My own task or dataset (give details below)
Reproduction
Error running the readme cmd
RuntimeError: cpu fallback is not supported during hpu graph capturing. You should run inference in lazy mode only with use_lazy_mode=True and use_hpu_graphs_for_inference=False.
Should we remove use_hpu_graphs_for_inference=False from the readme command?
Expected behavior
train/eval to completion without cpu fallback error
The text was updated successfully, but these errors were encountered:
System Info
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
Error running the readme cmd
RuntimeError: cpu fallback is not supported during hpu graph capturing. You should run inference in lazy mode only with
use_lazy_mode=True
anduse_hpu_graphs_for_inference=False
.Should we remove
use_hpu_graphs_for_inference=False
from the readme command?Expected behavior
train/eval to completion without cpu fallback error
The text was updated successfully, but these errors were encountered: