rinna-youri-7b-chat / pyproject.toml
hayas's picture
gradio==5.1.0
08941fb
raw
history blame contribute delete
311 Bytes
[project]
name = "rinna-youri-7b-chat"
version = "0.1.0"
description = ""
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"accelerate>=1.0.1",
"bitsandbytes>=0.44.1",
"gradio>=5.1.0",
"hf-transfer>=0.1.8",
"spaces>=0.30.4",
"torch==2.4.0",
"transformers>=4.45.2",
]