hello / pyproject.toml
chinmaygarde's picture
Initial commit.
3f58c7c unverified
raw
history blame contribute delete
277 Bytes
[project]
name = "hello"
version = "0.1.0"
description = "First HuggingFace Model."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"datasets>=4.8.3",
"huggingface-hub>=1.7.2",
"torch>=2.10.0",
"transformers>=5.3.0",
"accelerate>=1.1.0",
]