From 89b4089d24216c107f8f805d931a817abb241850 Mon Sep 17 00:00:00 2001 From: ZiTian Zhao <261131814@qq.com> Date: Mon, 25 Aug 2025 09:43:10 +0800 Subject: [PATCH] Update test files in README documentation (#169) - Replace non-existent test_core.py with test_bf16.py - Add test_fp8.py and test_lazy_init.py to testing section --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2e23f9..814099d 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,9 @@ cat develop.sh # Test all GEMM implements python tests/test_layout.py -python tests/test_core.py +python tests/test_bf16.py +python tests/test_fp8.py +python tests/test_lazy_init.py ``` ### Installation