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