ColossalAI icon indicating copy to clipboard operation
ColossalAI copied to clipboard

[BUG]: A conflict with pytorch1.8.1

Open Aziily opened this issue 2 years ago • 2 comments

🐛 Describe the bug

I am using the environment below to install colossalAI and it tell me that I am successfully install it image

However, when I tried to use it, I got this error image

After searching the pytorch for help, I found that the Tensor.positive can only be used by pytorch 1.9.0 or latter. I think this is a bug and wonder how to solve it.

Environment

colossalai-0.1.8 torch1.8cu10.1 python3.8

Aziily avatar Jul 30 '22 05:07 Aziily

Hi Azilly! Thank you for the feedback.

Currently Colossal-AI support pytorch 1.10, 1.11 and 1.12. Supported Pytorch Version.

Supporting pytorch 1.8 is not on our roadmap. Sorry for any inconvenience, but we recommend you to upgrade to pytorch 1.10+ and enjoy some new features ;)

ofey404 avatar Aug 03 '22 02:08 ofey404

Hi Azilly! Thank you for the feedback.

Currently Colossal-AI support pytorch 1.10, 1.11 and 1.12. Supported Pytorch Version.

Supporting pytorch 1.8 is not on our roadmap. Sorry for any inconvenience, but we recommend you to upgrade to pytorch 1.10+ and enjoy some new features ;)

Correcting a mistake: Pytorch 1.12 is not officially supported yet.

ofey404 avatar Aug 11 '22 11:08 ofey404

We have updated a lot. This issue was closed due to inactivity. Thanks. https://github.com/hpcaitech/ColossalAI#Installation

binmakeswell avatar Apr 13 '23 04:04 binmakeswell