-
Notifications
You must be signed in to change notification settings - Fork 38
Tests
Valentina edited this page Oct 16, 2023
·
8 revisions
The workflow of smoke tests is desribed in ./github/workflows/smoke_test.yml.
This workflow provides installation of requirements and executing smoke tests
for the benchmark and the accuracy checker. All requirements are represented in requirements.txt
and requirements_frameworks.txt placed in the root directory of the repository.
If you integrate new inference framework it's required to add the framework Python package
to the requirements_frameworks.txt file and the parameters of the new test into the
test/smoke_test/smoke_config.xml similiar to other frameworks (the set of test
parameters depends on your implementation).