h3-blackwell-runtime/pyproject.toml
2026-08-20 17:39:44 +07:00

15 lines
354 B
TOML

[project]
name = "h3-blackwell-runtime"
version = "0.1.0"
description = "Direct MiniMax H3 Blackwell inference research runtime"
requires-python = ">=3.12"
dependencies = [
"comfy-kitchen==0.2.31",
"fastsafetensors>=0.1.10",
"safetensors>=0.5.0",
"torch==2.9.1+cu130",
"transformers>=4.51,<5"
]
[tool.setuptools.packages.find]
where = ["src"]