Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 324 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 324 Bytes

MLC LLM Tests

We primarily relies on pytest to test our engine. Most of the unit functionalities in C++ can be exposed via TVM FFI, and tested through python environment.

We categorize the test cases by adding pytestmark = [pytest.mark.category_name]. Checkout python/conftest.py for categories.