From 42e0a0b386d946346fd25fcdc30b23a6e166ef3e Mon Sep 17 00:00:00 2001 From: "fatih c. akyon" <34196005+fcakyon@users.noreply.github.com> Date: Wed, 28 Aug 2024 03:03:42 +0200 Subject: [PATCH] fix error in visualized bge --- Manifest.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Manifest.in diff --git a/Manifest.in b/Manifest.in new file mode 100644 index 0000000..355e92f --- /dev/null +++ b/Manifest.in @@ -0,0 +1,8 @@ +# Include the entire directory and its contents +recursive-include FlagEmbedding/FlagEmbedding/visual/eva_clip * + +# Include the specific file at the root level +include bpe_simple_vocab_16e6.txt.gz + +# Include all JSON files inside the specified directory +recursive-include FlagEmbedding/visual/eva_clip/model_configs *.json