gemma-2-2b-jpn-it / pyproject.toml
hysts's picture
hysts HF staff
gradio==5.0.1
b6b4690
raw
history blame
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.0",
"gradio>=5.0.1",
"hf-transfer>=0.1.8",
"spaces>=0.30.3",
"torch==2.4.0",
"transformers>=4.45.2",
]