Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Recreation of Namespace redesign for 23.1 #19917

Conversation

msmykx-intel
Copy link
Contributor

Recreation of changes in #19365 not included in #19480

@msmykx-intel msmykx-intel requested review from a team as code owners September 18, 2023 14:01
@msmykx-intel msmykx-intel requested review from zKulesza and ilya-lavrenov and removed request for a team September 18, 2023 14:01
@github-actions github-actions bot added category: samples OpenVINO Runtime Samples category: docs OpenVINO documentation labels Sep 18, 2023
@@ -25,7 +25,7 @@
#! [properties_example]

#! [auto_compilation]
compiled_model = ov.compile_model(model)
compiled_model = ov.core().compile_model(model)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please, revert changes in snippets folder, they are already updated

@@ -109,7 +109,7 @@ def main() -> int:

# --------------------------- Step 5. Loading model to the device -----------------------------------------------------
log.info('Loading the model to the plugin')
compiled_model = core.compile_model(model, args.device)
compiled_model = ov.compile_model(model, args.device)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like we need to revert changes in samples, because they are updated here f9c0e96

@akuporos
Copy link
Contributor

I'm closing this PR as all needed and correct changes already on the branch.

@akuporos akuporos closed this Sep 18, 2023
@ilya-lavrenov ilya-lavrenov added this to the 2023.1 milestone Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: docs OpenVINO documentation category: samples OpenVINO Runtime Samples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants