1 Star 0 Fork 0

oreo-lp/lightllm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 787 Bytes
一键复制 编辑 原始数据 按行查看 历史
from setuptools import setup, find_packages
setup(
name="lightllm",
version="1.0.0",
packages=find_packages(
exclude=("build", "include", "test", "dist", "docs", "benchmarks", "lightllm.egg-info")
),
author="model toolchain",
author_email="",
description="lightllm for inference LLM",
long_description="",
long_description_content_type="text/markdown",
url="",
classifiers=[
"Programming Language :: Python :: 3",
"Operating System :: Linux",
],
python_requires=">=3.9",
install_requires=[
"pyzmq",
"uvloop",
"torch",
"transformers",
"einops",
"packaging",
"rpyc",
"ninja",
"safetensors",
"triton==2.0.0.dev20221202"
],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/oreolp/lightllm.git
git@gitee.com:oreolp/lightllm.git
oreolp
lightllm
lightllm
main

搜索帮助