Skip to content
Valentina edited this page Oct 16, 2023 · 8 revisions

Smoke tests

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 the test parameters depends on your implementation).

Clone this wiki locally