mlx-llada2-uni / pyproject.toml
treadon's picture
Upload pyproject.toml with huggingface_hub
073a9a6 verified
raw
history blame contribute delete
464 Bytes
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "mlx-llada2-uni"
version = "0.0.1"
description = "LLaDA2.0-Uni (diffusion LLM) on Apple Silicon via MLX"
license = {text = "Apache-2.0"}
requires-python = ">=3.10"
dependencies = [
"mlx>=0.20",
"numpy",
"huggingface_hub",
"safetensors",
"transformers",
"tqdm",
]
[tool.setuptools.packages.find]
where = ["."]
include = ["llada2*"]