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
This commit is contained in:
ZiTian Zhao
2025-08-25 09:43:10 +08:00
committed by GitHub
parent 2da871e304
commit 89b4089d24

View File

@@ -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