Abhishaike Mahajan

Results 15 comments of Abhishaike Mahajan

@arunpatala: Can you give an example on how to use this class? What is 'BaseDataset'?

I'm confused, if `torch` is a dependency for this library, why is it not included in setup.py as a dependency?

I am running into this issue too, but only if I install torch-spline-conv via pipfile? ``` [[source]] name = "pytorch-geometric" url = "https://data.pyg.org/whl/torch-1.12.1+cu116.html" verify_ssl = true # pytorch geometric stuff...

Does this have plans to be merged? Would really benefit from this

Seems like this is a python 3.10 issue ESMFold requires `deepspeed`, and `deepspeed` requires `triton`, and `triton` is pinned at 1.0.0 in `deepspeed`, but `triton` doesnt support wheels for python...

I'm not familiar with `deepspeed` or `triton`, would it be a bad idea to make a PR to `deepspeed` to bump the `triton` version to 2.0.0dev or just >=1.0.0? Seems...