File size: 434 Bytes
24f5d32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[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"