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
Copy file name to clipboardExpand all lines: tools/accuracy_checker/accuracy_checker/launcher/pytorch_launcher_readme.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ For enabling PyTorch launcher you need to add `framework: pytorch` in launchers
12
12
*`module_kwargs` - dictionary (`key`: `value` where `key` is argument name, `value` is argument value) which represent network module keyword arguments.
13
13
*`adapter` - approach how raw output will be converted to representation of dataset problem, some adapters can be specific to framework. You can find detailed instruction how to use adapters [here](../adapters/README.md).
14
14
*`batch` - batch size for running model (Optional, default 1).
15
+
*`use_openvino_backend` - use torch.compile feature with `openvino` backend (Optional, default `False`)
15
16
16
17
In turn if you model has several inputs you need to specify them in config, using specific parameter: `inputs`.
0 commit comments