Automated PR - 2026-07-07

This commit is contained in:
github-actions[bot]
2026-07-07 16:57:50 +00:00
parent 780984275f
commit 63fd9a4f86
157 changed files with 15976 additions and 5043 deletions
+18
View File
@@ -0,0 +1,18 @@
[build-system]
requires = [
"setuptools>=61",
"wheel",
"torch",
]
build-backend = "setuptools.build_meta"
[project]
name = "ltx-kernels"
version = "0.1.0"
dependencies = ["torch"]
[tool.setuptools]
package-dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]