h3-blackwell-runtime/pyproject.toml

19 lines
429 B
TOML
Raw Permalink Normal View History

2026-08-12 14:12:42 +07:00
[project]
name = "h3-blackwell-runtime"
version = "0.1.0"
description = "Direct MiniMax H3 Blackwell inference research runtime"
requires-python = ">=3.12"
dependencies = [
2026-08-20 17:39:44 +07:00
"comfy-kitchen==0.2.31",
2026-08-13 23:35:01 +07:00
"fastsafetensors>=0.1.10",
2026-08-12 14:12:42 +07:00
"safetensors>=0.5.0",
"torch==2.9.1+cu130",
"transformers>=4.51,<5"
]
[project.optional-dependencies]
flash4 = ["flash-attn-4[cu13]==4.0.0b27"]
2026-08-12 14:12:42 +07:00
[tool.setuptools.packages.find]
where = ["src"]