We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40701f3 commit 052c2b2Copy full SHA for 052c2b2
optimum/intel/openvino/modeling_base.py
@@ -74,6 +74,7 @@ def __init__(
74
**kwargs,
75
):
76
self.config = config
77
+ self.name_or_path = getattr(config, "name_or_path", None)
78
self.model_save_dir = model_save_dir
79
self._device = device.upper()
80
self.is_dynamic = dynamic_shapes
0 commit comments