1 Star 0 Fork 0

古晓1/chatglm.cpp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
[build-system]
requires = [
"setuptools>=42",
"cmake>=3.12",
]
build-backend = "setuptools.build_meta"
[project]
name = "chatglm-cpp"
authors = [
{name = "Jiahao Li", email = "liplus17@163.com"},
]
maintainers = [
{name = "Jiahao Li", email = "liplus17@163.com"},
]
description = "C++ implementation of ChatGLM-6B & ChatGLM2-6B"
readme = "README.md"
requires-python = ">=3.7"
keywords = ["ChatGLM", "ChatGLM2", "Large Language Model"]
license = {text = "MIT License"}
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
dynamic = ["version"]
[project.optional-dependencies]
api = [
"fastapi[all]",
"sse-starlette",
]
[project.urls]
Homepage = "https://github.com/li-plus/chatglm.cpp"
Repository = "https://github.com/li-plus/chatglm.cpp.git"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/guxiao1/chatglm.cpp.git
git@gitee.com:guxiao1/chatglm.cpp.git
guxiao1
chatglm.cpp
chatglm.cpp
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385