Skip to content

Commit c5d73cd

Browse files
authored
Merge pull request #1087 from fcakyon/patch-1
add MANIFEST.in file
2 parents 8f3b36b + 8af94e0 commit c5d73cd

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Manifest.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Include the entire directory and its contents
2+
recursive-include FlagEmbedding/FlagEmbedding/visual/eva_clip *
3+
4+
# Include the specific file at the root level
5+
include bpe_simple_vocab_16e6.txt.gz
6+
7+
# Include all JSON files inside the specified directory
8+
recursive-include FlagEmbedding/visual/eva_clip/model_configs *.json

0 commit comments

Comments
 (0)