Skip to content

Commit

Permalink
Changed app name.
Browse files Browse the repository at this point in the history
  • Loading branch information
popovaan committed Nov 14, 2024
1 parent 03477cc commit e33bedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ovc/openvino/tools/ovc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
optimum_version = None

from openvino.runtime import get_version as get_rt_version # pylint: disable=no-name-in-module,import-error
telemetry = init_ovc_telemetry('Model Conversion API')
telemetry = init_ovc_telemetry('OpenVINO')
telemetry.send_event("ov", "import", "general_import")

if is_optimum() and optimum_version is not None:
Expand Down

0 comments on commit e33bedf

Please sign in to comment.