django-ai-chat / pyproject.toml
yuto0o
ninja 3b
00b70c1
raw
history blame
333 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",
"django-ninja>=1.5.1",
"protobuf>=6.33.2",
"sentencepiece>=0.2.1",
"torch>=2.9.1",
"transformers>=4.57.3",
]