ImageBind
ImageBind copied to clipboard
Fix: bpe was not included as data into package.
Hi, thanks for the cool ideas and ease of use : )
I (probably also others) just wanted to use this as a package. For the text embeddings to work, one needs to include the bpe tokenizer. This file was not included into the package. This should be fixed and this package can be used out of different directories now with the standard package builds.
python setup.py bdist_wheel
Then install the package with pip:
pip install dist/*.whl
I hope this quick fix gets accepted :blush:
Best regards, Eric