amoe-lora / pyproject.toml
AbstractPhil's picture
0.2.2: needs_bands marker on RelayPatch2D (host dispatch)
d995873 verified
Raw
History Blame Contribute Delete
715 Bytes
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "amoe-lora"
version = "0.2.2"
description = "Aleph mixture-of-experts adapters: train, attach, align, detach — with the honesty diagnostics built in. 0.2 adds the diffusion subsystem (amoe.diffusion) and safetensors I/O."
readme = "README.md"
requires-python = ">=3.10"
license = { text = "Apache-2.0" }
authors = [{ name = "AbstractPhil" }]
dependencies = ["torch>=2.1"]
[project.optional-dependencies]
hf = ["transformers>=4.57", "huggingface_hub"]
diffusion = ["diffusers>=0.30", "safetensors>=0.4"]
[project.scripts]
amoe-convert = "amoe.io.convert:main"
[tool.setuptools.packages.find]
where = ["src"]