| [build-system] | |
| requires = ["setuptools>=77"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "nucleus-resynthesis-runtime" | |
| version = "188.0.0" | |
| description = "Portable safetensors-only inference runtime for Nucleus Resynthesis Release 188" | |
| requires-python = ">=3.11" | |
| dependencies = [ | |
| "torch", | |
| "safetensors", | |
| "transformers>=5.6", | |
| "accelerate", | |
| "packaging", | |
| "numpy", | |
| "orjson", | |
| "zstandard", | |
| ] | |
| [project.optional-dependencies] | |
| cuda = ["flash-linear-attention[cuda]>=0.5.1,<0.6"] | |
| [project.scripts] | |
| resynthesis = "resynthesis.release_cli:main" | |
| [tool.setuptools.packages.find] | |
| where = ["src"] | |
| include = ["resynthesis*"] | |