mirror of
https://github.com/TabbyML/tabby
synced 2024-11-23 10:05:08 +00:00
25 lines
501 B
TOML
25 lines
501 B
TOML
[tool.poetry]
|
|
name = "tabby"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Meng Zhang <meng@tabbyml.com>"]
|
|
license = "Apache 2.0"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
datasets = "^2.10.1"
|
|
transformers = "^4.27.1"
|
|
torch = "^2.0.0"
|
|
fastapi = "^0.95.0"
|
|
uvicorn = "^0.21.1"
|
|
tritonclient = {extras = ["all"], version = "^2.31.0"}
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
pre-commit = "^3.1.1"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|