File tree 10 files changed +21
-16
lines changed
model_hub_tests/torch_tests
10 files changed +21
-16
lines changed Original file line number Diff line number Diff line change 36
36
packages : ocl-icd-opencl-dev opencl-headers
37
37
version : 3.0
38
38
39
+ - name : Install scons
40
+ if : runner.os == 'macOS'
41
+ run : brew install scons
42
+
39
43
- name : CMake configure
40
44
run : cmake -DCMAKE_BUILD_TYPE=Release -DTHREADING=SEQ -B build
41
45
Original file line number Diff line number Diff line change 44
44
shell : bash
45
45
runs-on : aks-linux-16-cores-32gb
46
46
container :
47
- image : fedora:33
47
+ image : openvinogithubactions.azurecr.io/dockerio/library/ fedora:33
48
48
volumes :
49
49
- /mount:/mount
50
50
options : -e SCCACHE_AZURE_BLOB_CONTAINER -e SCCACHE_AZURE_CONNECTION_STRING
@@ -196,9 +196,9 @@ jobs:
196
196
defaults :
197
197
run :
198
198
shell : bash
199
- runs-on : ubuntu-20.04
199
+ runs-on : aks-linux-2-cores-8gb
200
200
container :
201
- image : fedora:33
201
+ image : openvinogithubactions.azurecr.io/dockerio/library/ fedora:33
202
202
env :
203
203
RPM_PACKAGES_DIR : /__w/openvino/packages/
204
204
Original file line number Diff line number Diff line change @@ -306,14 +306,14 @@ jobs:
306
306
path : ${{ env.OPENVINO_REPO }}
307
307
submodules : ' false'
308
308
309
- - name : Docs Python snippets
310
- if : runner.os != 'macOS'
311
- run : |
312
- # to find 'snippets' module in docs
313
- export PYTHONPATH=${OPENVINO_REPO}/docs
314
- # for 'template' extension
315
- export LD_LIBRARY_PATH=${INSTALL_TEST_DIR}:$LD_LIBRARY_PATH
316
- python3 ${OPENVINO_REPO}/docs/snippets/main.py
309
+ # - name: Docs Python snippets
310
+ # if: runner.os != 'macOS'
311
+ # run: |
312
+ # # to find 'snippets' module in docs
313
+ # export PYTHONPATH=${OPENVINO_REPO}/docs
314
+ # # for 'template' extension
315
+ # export LD_LIBRARY_PATH=${INSTALL_TEST_DIR}:$LD_LIBRARY_PATH
316
+ # python3 ${OPENVINO_REPO}/docs/snippets/main.py
317
317
318
318
- name : Upload Test Results
319
319
uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change 43
43
shell : bash
44
44
runs-on : aks-linux-16-cores-32gb
45
45
container :
46
- image : emscripten/emsdk
46
+ image : openvinogithubactions.azurecr.io/dockerio/ emscripten/emsdk:3.1.61
47
47
volumes :
48
48
- /mount:/mount
49
49
options : -e SCCACHE_AZURE_BLOB_CONTAINER -e SCCACHE_AZURE_CONNECTION_STRING
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ pytest-html==4.1.1
8
8
pytest-timeout==2.2.0
9
9
10
10
# Python bindings
11
- py>=1.9.0
12
11
pygments>=2.8.1
13
12
setuptools>=65.6.1
14
13
sympy>=1.10
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ pytest-forked; sys_platform != 'win32'
32
32
pytest-xdist
33
33
pytest-html
34
34
pytest
35
- py
36
35
radon
37
36
retrying
38
37
tox
Original file line number Diff line number Diff line change @@ -25,3 +25,6 @@ pytest-timeout==2.1.0
25
25
jax<=0.4.14
26
26
jaxlib<=0.4.14
27
27
torch>=1.13,<2.2
28
+ super-image==0.1.7
29
+ # huggingface-hub required for super-image
30
+ huggingface-hub==0.25.2
Original file line number Diff line number Diff line change @@ -22,3 +22,5 @@ torchaudio
22
22
torchvision
23
23
transformers
24
24
wheel
25
+ # huggingface-hub required for super-image
26
+ huggingface-hub
Original file line number Diff line number Diff line change @@ -16,6 +16,5 @@ astroid>=2.9.0
16
16
pylint>=2.7.0
17
17
pyenchant>=3.0.0
18
18
test-generator==0.1.1
19
- py>=1.9.0
20
19
urllib3>=1.26.4
21
20
openvino-telemetry>=2023.2.1
Original file line number Diff line number Diff line change @@ -7,5 +7,4 @@ test-generator
7
7
defusedxml
8
8
requests
9
9
pytest
10
- py
11
10
fastjsonschema
You can’t perform that action at this time.
0 commit comments