https://github.com/nixtla logo
m

Mark Aron Szulyovszky

03/28/2023, 3:01 PM
ahh yeah, I see that the current release has pinned pytorch-lightning 1.6.5, could you create a new release, relaxing this constraint?
c

Cristian (Nixtla)

03/28/2023, 3:04 PM
We recently updated the pytorch lightning version to >= 1.9.0. I will double check it is working properly
m

Mark Aron Szulyovszky

03/28/2023, 3:05 PM
yes! that looks good! but when I install with
pip
, I get 1.4.0, and that still references 1.6.5
c

Cristian (Nixtla)

03/28/2023, 3:12 PM
@fede can you also take a look at this?
m

Mark Aron Szulyovszky

03/28/2023, 3:22 PM
thank you! we’d love to have neuralforecast supported form the start, and aiming for a release very soon, and our internal tests don’t pass right now when referencing the last published version.
c

Cristian (Nixtla)

03/28/2023, 5:00 PM
you are right, the latest version in pip does not have the change to 1.9.0 yet. @fede will soon post a quick fix you can do before we change the pip version. We are still fixing some issues with the latest lightning version
f

fede (nixtla) (they/them)

03/28/2023, 11:09 PM
hey @Mark Aron Szulyovszky! Sorry for the inconvenience, the problem arises due to the newest release of torch (2.0.0), so you could solve the issue by adding “torch<2.0.0” as a dependency. I tested locally with your repo and it worked as expected. I also opened a PR in your branch 🙂 Let me know if that works https://github.com/dream-faster/fold-models/pull/52
m

Mark Aron Szulyovszky

03/29/2023, 7:56 AM
thank you @fede (nixtla) (they/them)! we really appreciate you looking into it!:)
f

fede (nixtla) (they/them)

03/29/2023, 1:51 PM
my pleasure! :)
k

Kaustav Chaudhury

03/31/2023, 6:04 AM
Are the changes released yet
I guess changing the lightning version changes the distributed training strategy to no more support for dp and ddp_notebook is new