3 Star 11 Fork 1

Gitee 极速下载/Image-Bind

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/facebookresearch/ImageBind
克隆/下载
setup.py 775 Bytes
一键复制 编辑 原始数据 按行查看 历史
from setuptools import setup, find_packages
with open('requirements.txt') as f:
required = f.read().splitlines()
setup(
name='imagebind',
version='0.1.0',
packages=find_packages(),
package_data={
'imagebind': ['bpe/bpe_simple_vocab_16e6.txt.gz'],
},
description='A brief description of the package',
long_description=open('README.md', encoding='utf-8').read(),
long_description_content_type="text/markdown",
url='https://github.com/facebookresearch/ImageBind',
classifiers=[
'Programming Language :: Python :: 3',
'License :: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International',
],
install_requires=required,
dependency_links=['https://download.pytorch.org/whl/cu113'],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mirrors/Image-Bind.git
git@gitee.com:mirrors/Image-Bind.git
mirrors
Image-Bind
Image-Bind
main

搜索帮助