gemma-2-2b-jpn-it / pyproject.toml
hysts's picture
hysts HF staff
gradio==5.1.0
2785c16
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.0.1",
"gradio>=5.1.0",
"hf-transfer>=0.1.8",
"spaces>=0.30.4",
"torch==2.4.0",
"transformers>=4.45.2",
]