wrice's picture
Publish validated 88666437f3441b48e9f5dffba84a31eee38e26c6
f9642e7 verified
Raw
History Blame Contribute Delete
541 Bytes
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "top-w-repro"
version = "0.1.0"
description = "Reproduction of Top-W Geometry-Aware Decoding for Large Language Models"
authors = [{ name = "Antigravity Repro Team" }]
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"gradio>=5.0.0",
"numpy>=1.24.0",
"pytest>=7.0.0",
"scipy>=1.10.0",
"torch>=2.0.0",
]
[tool.setuptools.packages.find]
where = ["src"]
[tool.pytest.ini_options]
pythonpath = ["src"]