Swallow-13B-instruct / pyproject.toml
hayas's picture
gradio==5.1.0
d0d7843
raw
history blame
436 Bytes
[project]
name = "swallow-13b-instruct"
version = "0.1.0"
description = ""
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"accelerate>=1.0.1",
"bitsandbytes>=0.44.1",
"blobfile>=3.0.0",
"gradio>=5.1.0",
"hf-transfer>=0.1.8",
"protobuf>=5.28.2",
"sentencepiece>=0.2.0",
"setuptools>=75.2.0",
"spaces>=0.30.4",
"tiktoken>=0.8.0",
"torch==2.4.0",
"transformers>=4.45.2",
]