Skip to content

Files

Latest commit

 

History

History

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 14, 2025
Apr 6, 2025
May 29, 2024

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.