setup the skeleton

Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn>
This commit is contained in:
2026-01-28 00:54:18 +08:00
commit db4f3a0c68
11 changed files with 176 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Triton-TVM-FFI
## Instructions
### Debug Install
```bash
SKBUILD_BUILD_DIR="build" SKBUILD_CMAKE_BUILD_TYPE=Debug uv pip install --no-build-isolation -ve .
```
### Format
```bash
find python -name "*.py" | xargs ruff format
```