1 Star 0 Fork 0

xiaofengalg/FlagAI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
ftgreat 提交于 2023-11-30 11:41 . Update setup.py
# Copyright © 2022 BAAI. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License")
from setuptools import find_packages, setup
setup(
name="flagai",
version="v1.8.4",
description="FlagAI aims to help researchers and developers to freely train and test large-scale models for NLP/CV/VL tasks.",
long_description=open("README.md", encoding="utf-8").read(),
long_description_content_type="text/markdown",
author="FlagAI-Open",
author_email="open@baai.ac.cn",
url="https://github.com/FlagAI-Open/FlagAI",
packages=find_packages(exclude="tests"), # same as name
license="Apache 2.0",
include_package_data=True,
python_requires=">=3.8",
install_requires=[
'nltk>=3.6.7',
'sentencepiece>=0.1.96',
'boto3>=1.17.32',
'pandas>=1.3.5',
'jieba>=0.42.1',
'scikit-learn>=1.0.2',
'tensorboard>=2.9.0',
'transformers>=4.31.0',
'datasets>=2.0.0',
'setuptools>=66.0.0',
'protobuf>=3.19.6',
'ftfy',
'Pillow>=9.3.0',
'einops>=0.3.0',
'diffusers>=0.7.2',
'pytorch-lightning>=1.6.5',
'taming-transformers-rom1504==0.0.6',
'rouge-score',
'sacrebleu>=2.3.1',
'jsonlines',
'accelerate',
'PyYAML>=5.4.1',
'safetensors',
'timm',
]
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/xiaofengalg/FlagAI-official.git
git@gitee.com:xiaofengalg/FlagAI-official.git
xiaofengalg
FlagAI-official
FlagAI
master

搜索帮助