2 Star 0 Fork 0

Eric/AI-0x02

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 890 Bytes
一键复制 编辑 原始数据 按行查看 历史
毛巳煜 提交于 2024-01-22 11:59 . 添加chart
# -*- coding: utf-8 -*-
from setuptools import setup, find_packages
setup(
name='ai-0x02',
version='0.1',
# 你要安装的包,通过 setuptools.find_packages 找到当前目录下有哪些包
packages=find_packages(),
install_requires=[
'transformers==4.36.2',
'torch==2.1.2',
'sentencepiece==0.1.99',
'pymilvus==2.3.4',
'pymysql==1.0.2',
'sentence_transformers==2.2.2',
'tabulate==0.9.0', # 控制台格式化工具(可选)
'streamlit==1.30.0',
'plotly==5.18.0',
],
entry_points={
'console_scripts': [
'ai-0x02 = startup:main', # 定义命令行工具入口点,将调用 startup.py 中的 main 函数
],
},
author='Mao Si yu',
author_email='mao_siyu@qq.com',
description='有事儿请留言',
url='http://www.dev-share.top',
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/eric-mao/ai-0x02.git
git@gitee.com:eric-mao/ai-0x02.git
eric-mao
ai-0x02
AI-0x02
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385