Speculative-Decoding-Demo / pyproject.toml
HandsomeSB's picture
init
6a50f6f
raw
history blame contribute delete
406 Bytes
[tool.poetry]
name = "speculativedecoding"
version = "0.1.0"
description = ""
authors = ["Harrison <[email protected]>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = ">=3.13"
transformers = ">=4.57.3,<5.0.0"
torch = ">=2.0.0"
ipykernel = "^7.1.0"
gradio = "^6.1.0"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"