We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76080ab + 4c1097c commit 8f3b36bCopy full SHA for 8f3b36b
1 file changed
setup.py
@@ -12,6 +12,13 @@
12
author_email='2906698981@qq.com',
13
url='https://github.com/FlagOpen/FlagEmbedding',
14
packages=find_packages(),
15
+ include_package_data=True,
16
+ package_data={
17
+ 'FlagEmbedding': [
18
+ 'visual/eva_clip/bpe_simple_vocab_16e6.txt.gz',
19
+ 'visual/eva_clip/model_configs/*.json'
20
+ ],
21
+ },
22
install_requires=[
23
'torch>=1.6.0',
24
'transformers>=4.33.0',
0 commit comments