django-ai-chat / pyproject.toml
yuto0o
initial commit
b4ef713
raw
history blame
341 Bytes
[project]
name = "django-ai-chat"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"accelerate>=1.12.0",
"django>=6.0",
"djangorestframework>=3.16.1",
"protobuf>=6.33.2",
"sentencepiece>=0.2.1",
"torch>=2.9.1",
"transformers>=4.57.3",
]