We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f3b36b + 8af94e0 commit c5d73cdCopy full SHA for c5d73cd
1 file changed
Manifest.in
@@ -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