Files
nvfp4-megamoe-kernel/pyproject.toml

16 lines
348 B
TOML
Raw Normal View History

[build-system]
requires = ["setuptools>=68.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "nvfp4-megamoe-kernel"
version = "0.1.0"
description = "NVFP4 Mega MoE kernel for DeepSeek-V4-Pro on Blackwell (TileLang)"
requires-python = ">=3.10"
dependencies = [
"torch>=2.5",
]
[tool.setuptools.packages.find]
where = ["."]