- 
                Notifications
    
You must be signed in to change notification settings  - Fork 38
 
Tests
        Valentina edited this page Jan 12, 2025 
        ·
        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 pytest to the directory
/tests/smoke_test similar to other frameworks.