h3-blackwell-runtime/pyproject.toml

15 lines
325 B
TOML
Raw 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 = [
"comfy-kitchen==0.2.28",
"safetensors>=0.5.0",
"torch==2.9.1+cu130",
"transformers>=4.51,<5"
]
[tool.setuptools.packages.find]
where = ["src"]