gemma-2-2b-jpn-it / pyproject.toml
hysts's picture
hysts HF staff
Update
825bc54
raw
history blame contribute delete
281 Bytes
[project]
name = "gemma-2-2b-jpn-it"
version = "0.1.0"
description = ""
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"accelerate>=1.2.0",
"gradio>=5.8.0",
"hf-transfer>=0.1.8",
"spaces>=0.30.4",
"torch==2.4.0",
"transformers>=4.47.0",
]