File size: 360 Bytes
b4b069f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | [project]
name = "dropout-decay"
version = "0.1.0"
description = "MPS-only experiments for dropout decay under simulated streaming text data."
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"numpy>=1.26",
"pyarrow>=15",
"tokenizers>=0.15",
"torch>=2.3",
]
[tool.pytest.ini_options]
pythonpath = ["src"]
testpaths = ["tests"]
|