glake icon indicating copy to clipboard operation
glake copied to clipboard

Compatibility with future python versions

Open thecheekygeek opened this issue 11 months ago • 2 comments

Hi, this is a really cool peice of work!

I was wondering if this was compatible with pytorch 2.3.0? And if not, if there was any way to make it so?

Thanks!

thecheekygeek avatar Mar 15 '24 03:03 thecheekygeek

Thanks for your interest. The current version is not compatible with pytorch 2.3.0. We are planning to split our code from the PyTorch CUDACachingAllocator. Then our framework will be compatible with all the version of PyTorch. Due to some high priority work, we have not done this. We will put this work in our schedule. Thanks.

ruizhang1230 avatar Mar 15 '24 09:03 ruizhang1230

Thanks for your interest. The current version is not compatible with pytorch 2.3.0. We are planning to split our code from the PyTorch CUDACachingAllocator. Then our framework will be compatible with all the version of PyTorch. Due to some high priority work, we have not done this. We will put this work in our schedule. Thanks.

Hi @ruizhang1230 I am currently working on the master branch of the repository and have encountered a compilation error when attempting to build the project with PyTorch version 2.1. which branch should I use?

uygnef avatar Apr 30 '24 08:04 uygnef