1 Star 0 Fork 0

刘凯 / FlagEmbedding

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 604 Bytes
一键复制 编辑 原始数据 按行查看 历史
shitao 提交于 2024-04-17 13:11 . update pypi
from setuptools import setup, find_packages
with open("README.md", mode="r", encoding="utf-8") as readme_file:
readme = readme_file.read()
setup(
name='FlagEmbedding',
version='1.2.9',
description='FlagEmbedding',
long_description=readme,
long_description_content_type="text/markdown",
author_email='2906698981@qq.com',
url='https://github.com/FlagOpen/FlagEmbedding',
packages=find_packages(),
install_requires=[
'torch>=1.6.0',
'transformers>=4.33.0',
'datasets',
'accelerate>=0.20.1',
'sentence_transformers',
],
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/MufcLiuKai/FlagEmbedding.git
git@gitee.com:MufcLiuKai/FlagEmbedding.git
MufcLiuKai
FlagEmbedding
FlagEmbedding
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891