1 Star 0 Fork 0

kangchi/FastChat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
Lianmin 提交于 2023-08-08 07:48 . Fix dependencies and styles (#2184)
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "fschat"
version = "0.2.23"
description = "An open platform for training, serving, and evaluating large language model based chatbots."
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
]
dependencies = [
"fastapi", "httpx", "markdown2[all]", "nh3", "numpy",
"prompt_toolkit>=3.0.0", "pydantic<2,>=1", "requests", "rich>=10.0.0",
"shortuuid", "tiktoken", "uvicorn", "wandb"
]
[project.optional-dependencies]
model_worker = ["accelerate>=0.21", "peft", "sentencepiece", "torch", "transformers>=4.31.0"]
webui = ["gradio"]
train = ["einops", "flash-attn>=2.0"]
llm_judge = ["openai", "anthropic>=0.3", "ray"]
dev = ["black==23.3.0", "pylint==2.8.2"]
[project.urls]
"Homepage" = "https://github.com/lm-sys/fastchat"
"Bug Tracker" = "https://github.com/lm-sys/fastchat/issues"
[tool.setuptools.packages.find]
exclude = ["assets*", "benchmark*", "docs", "dist*", "playground*", "scripts*", "tests*"]
[tool.wheel]
exclude = ["assets*", "benchmark*", "docs", "dist*", "playground*", "scripts*", "tests*"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kangchi/FastChat.git
git@gitee.com:kangchi/FastChat.git
kangchi
FastChat
FastChat
clean_chat

搜索帮助

0d507c66 1850385 C8b1a773 1850385