File tree 4 files changed +21
-2
lines changed
examples/experimental/openvino
tests/experimental/tensorflow
4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1
1
PYLINT_VERSION := 2.13.9
2
2
JUNITXML_PATH ?= nncf-tests.xml
3
- DATA_ARG := ''
4
3
5
4
ifdef DATA
6
5
DATA_ARG := --data $(DATA)
@@ -42,6 +41,8 @@ install-openvino-test:
42
41
pip install -e .[openvino]
43
42
pip install -r tests/openvino/requirements.txt
44
43
pip install -r tests/cross_fw/install/requirements.txt
44
+ pip install -r examples/experimental/openvino/bert/requirements.txt
45
+ pip install -r examples/experimental/openvino/yolo_v5/requirements.txt
45
46
46
47
install-openvino-dev : install-openvino-test
47
48
pip install pylint==$(PYLINT_VERSION )
@@ -53,7 +54,7 @@ pylint-openvino:
53
54
pylint --rcfile .pylintrc \
54
55
nncf/openvino/ \
55
56
tests/openvino/ \
56
- examples/experimental/openvino/
57
+ examples/experimental/openvino/
57
58
58
59
test-install-openvino :
59
60
pytest tests/cross_fw/install -s \
Original file line number Diff line number Diff line change 1
1
datasets
2
2
evaluate
3
+ transformers
4
+ torch
5
+ openvino-dev
6
+ numpy
Original file line number Diff line number Diff line change 1
1
yolov5
2
+ openvino-dev
3
+ torch
Original file line number Diff line number Diff line change
1
+ """
2
+ Copyright (c) 2022 Intel Corporation
3
+ Licensed under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License.
5
+ You may obtain a copy of the License at
6
+ http://www.apache.org/licenses/LICENSE-2.0
7
+ Unless required by applicable law or agreed to in writing, software
8
+ distributed under the License is distributed on an "AS IS" BASIS,
9
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10
+ See the License for the specific language governing permissions and
11
+ limitations under the License.
12
+ """
You can’t perform that action at this time.
0 commit comments