ch1mera / pyproject.toml
Lgr54HFi's picture
Upload folder using huggingface_hub
6e408ce verified
raw
history blame contribute delete
234 Bytes
[project]
name = "chimera51-cpu"
version = "5.2.0"
description = "CPU-first Chimera 5.1 causal LM implementation"
requires-python = ">=3.10"
dependencies = ["torch"]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["."]