Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit d92a301

Browse files
committed
oldubuntu fix
1 parent 33ae098 commit d92a301

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

TODO.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# TODO list
22

3-
+ numpy version should be the same as for tensorflow-cpu
3+
+ numpy version should be the same as for tensorflow-cpu (?)
4+
+ get rid of tensorflow-cpu in tests
45
+ add examples
56
+ check JIT speed
67
+ Auto value for `-D INF_ENGINE_RELEASE`: https://github.com/openvinotoolkit/openvino/issues/1435

download_all_stuff.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ fi
2525
green "RESET GIT SUBMODULES"
2626
# use `git fetch --unshallow && git checkout tags/<tag>` for update
2727
git submodule update --init --recursive --depth=1 --jobs=4
28-
# restore changes
29-
git submodule foreach --recursive git restore .
28+
# restore changes command will differ between GIT versions (e.g., `restore`)
29+
git submodule foreach --recursive git checkout .
3030
# remove untracked
3131
git submodule foreach --recursive git clean -dxf
3232

0 commit comments

Comments
 (0)