csuhan / OneLLM

[CVPR 2024] OneLLM: One Framework to Align All Modalities with Language
Other
552 stars 27 forks source link

How to install petrel_client #22

Open DoubleClass opened 3 months ago

DoubleClass commented 3 months ago

in pretrain_dataset.py, you used client from petrel_client, but it's not a package covered in requirements.txt. And directly installing by pip install petrel_client doesn't work. Where can I find and install this package?

csuhan commented 2 months ago

It is a internal package for reading data from data server, which is not a must for this repo.