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] change mo command #26713

Merged
merged 3 commits into from
Sep 23, 2024

Conversation

tsavina
Copy link
Contributor

@tsavina tsavina commented Sep 20, 2024

Details:

  • item1
  • ...

Tickets:

  • ticket-id

@tsavina tsavina added the category: docs OpenVINO documentation label Sep 20, 2024
@tsavina tsavina requested review from a team as code owners September 20, 2024 14:27
@tsavina tsavina requested review from zKulesza and removed request for a team September 20, 2024 14:27
@ilya-lavrenov ilya-lavrenov added this pull request to the merge queue Sep 20, 2024
@ilya-lavrenov ilya-lavrenov added this to the 2024.4 milestone Sep 20, 2024
@ilya-lavrenov ilya-lavrenov self-assigned this Sep 20, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 20, 2024
@ilya-lavrenov ilya-lavrenov added this pull request to the merge queue Sep 20, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 20, 2024
@tsavina tsavina added this pull request to the merge queue Sep 20, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 20, 2024
@ilya-lavrenov ilya-lavrenov added this pull request to the merge queue Sep 21, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 21, 2024
@tsavina tsavina added this pull request to the merge queue Sep 21, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 21, 2024
@ilya-lavrenov ilya-lavrenov added this pull request to the merge queue Sep 23, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 23, 2024
@tsavina tsavina added this pull request to the merge queue Sep 23, 2024
github-merge-queue bot pushed a commit that referenced this pull request Sep 23, 2024
### Details:
 - *item1*
 - *...*

### Tickets:
 - *ticket-id*
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 23, 2024
@@ -69,5 +69,5 @@ def convert_hardtanh(node: NodeContext):

model = HardTanh(min_val=0.1, max_val=2.0)
hardtanh_ext = ConversionExtension("aten::hardtanh", convert_hardtanh)
ov_model = convert_model(input_model=model, extensions=[hardtanh_ext])
ov_model = convert_model(input_model=model, extension=[hardtanh_ext])
Copy link
Contributor Author

Choose a reason for hiding this comment

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

image
image

@ilya-lavrenov ilya-lavrenov added this pull request to the merge queue Sep 23, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 23, 2024
@tsavina tsavina added this pull request to the merge queue Sep 23, 2024
Merged via the queue into openvinotoolkit:releases/2024/4 with commit 2234272 Sep 23, 2024
111 checks passed
@tsavina tsavina deleted the remove_mo_commands branch September 23, 2024 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: docs OpenVINO documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants