1 Star 0 Fork 0

DBU/FastChat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 827 Bytes
一键复制 编辑 原始数据 按行查看 历史
Zhanghao Wu 提交于 2023-03-22 15:16 . Train 7b model on ShareGPT (#31)
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "ChatServer"
version = "0.1.0"
description = "chatbot server"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
]
dependencies = [
"fastapi", "gdown", "gradio==3.23", "requests", "uvicorn", "numpy",
"transformers>=4.26.1", "torch", "sentencepiece", "tokenizers==0.12.1", "wandb"
]
[project.urls]
"Homepage" = "https://github.com/lm-sys/ChatServer"
"Bug Tracker" = "https://github.com/lm-sys/ChatServer/issues"
[tool.setuptools.packages.find]
exclude = ["benchmark*", "dist*", "playground*", "scripts*", "tests*"]
[tool.wheel]
exclude = ["benchmark*", "dist*", "playground*", "scripts*", "tests*"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/doublebirdsu/FastChat.git
git@gitee.com:doublebirdsu/FastChat.git
doublebirdsu
FastChat
FastChat
add-2qa

搜索帮助

0d507c66 1850385 C8b1a773 1850385