File size: 234 Bytes
6e408ce
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
[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 = ["."]