OneLLM icon indicating copy to clipboard operation
OneLLM copied to clipboard

How to install petrel_client

Open DoubleClass opened this issue 1 year ago • 1 comments

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?

DoubleClass avatar Jun 13 '24 02:06 DoubleClass

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

csuhan avatar Jul 08 '24 03:07 csuhan