Prompt-Gen / pyproject.toml
5m4ck3r's picture
Create pyproject.toml
24f5d32
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[tool.poetry]
name = "chat_cpu"
version = "0.1.0"
description = "ChatCPU model"
authors = ["Pryanshu Sharma pryanshusharma.logicspine@gmail.com"]
[tool.poetry.dependencies]
python = "^3.8"
torch = "^1.10.0"
transformers = "^4.10.3"
gradio = "^2.2.4"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"