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
feat: improve logging for torch.compile OpenVINO backend
- Add debug log when OpenVINO backend starts subgraph compilation
- Add debug log when cached model is loaded from disk
- Add debug log when subgraph is successfully compiled
- Add debug log for fully/partially supported model status
- Change fallback message to warning to notify users when
model falls back to native PyTorch
Fixes#33116
0 commit comments