RakutenAI-7B-chat / pyproject.toml
hayas's picture
gradio==5.1.0
1e56efd
raw
history blame contribute delete
309 Bytes
[project]
name = "rakutenai-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",
]