[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 = ["."]