File size: 715 Bytes
906715b
 
 
 
 
 
d995873
9b91042
906715b
 
 
 
 
 
 
 
9b91042
 
 
 
906715b
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[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"]