18 lines
429 B
TOML
18 lines
429 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"
|
|
]
|
|
|
|
[project.optional-dependencies]
|
|
flash4 = ["flash-attn-4[cu13]==4.0.0b27"]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|