Skip to content

Commit

Permalink
Add ov model path attribute (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Sep 20, 2024
1 parent 40701f3 commit 052c2b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions optimum/intel/openvino/modeling_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def __init__(
**kwargs,
):
self.config = config
self.name_or_path = getattr(config, "name_or_path", None)
self.model_save_dir = model_save_dir
self._device = device.upper()
self.is_dynamic = dynamic_shapes
Expand Down

0 comments on commit 052c2b2

Please sign in to comment.