We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76080ab commit 42e0a0bCopy full SHA for 42e0a0b
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