forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into itikhono/transformations/make_stateful_dyn…
…_shapes
- Loading branch information
Showing
381 changed files
with
10,423 additions
and
6,710 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ jobs: | |
- name: Clone OpenVINO | ||
uses: actions/checkout@v4 | ||
with: | ||
submodules: true | ||
lfs: true | ||
submodules: 'true' | ||
lfs: 'true' | ||
|
||
- name: Install apt-get dependencies | ||
uses: awalsh128/[email protected] | ||
|
Oops, something went wrong.