1 Star 4 Fork 0

Gitee 极速下载 / ChatGLM-cpp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/li-plus/chatglm.cpp
克隆/下载
pyproject.toml 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
Jiahao Li 提交于 2024-01-20 23:09 . Add perplexity example (#210)
[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 family models and more LLMs"
readme = "README.md"
requires-python = ">=3.7"
keywords = ["ChatGLM", "ChatGLM2", "ChatGLM3", "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",
"Programming Language :: Python :: 3.12",
]
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"
# reference: https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#configuration-format
[tool.black]
line-length = 120
include = '\.py$'
C/C++
1
https://gitee.com/mirrors/ChatGLM-cpp.git
git@gitee.com:mirrors/ChatGLM-cpp.git
mirrors
ChatGLM-cpp
ChatGLM-cpp
main

搜索帮助