Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Conversation

dbogunowicz
Copy link
Contributor

In the last release, before we knew about the incoming problems with onnx export, I updated the latest supported torch version to 1.10.2 (0.11 release). However, we are not yet ready to support it and the sensible thing to do is to rollback, and bring back 1.10.X in release 0.13.

Kudos to @KSGulin for catching this. To reproduce the issue, one should grab a switch branch to #632 install fresh dependencies from setup.py, and run the included transformers integration tests.

They will fail, directly because the transformers export method fails if the torch version is higher than 1.9.X.

dbogunowicz and others added 4 commits April 7, 2022 17:35
…assing managers as string + add saving functionality to `compose_staged()`

Co-authored-by: bogunowicz@arrival.com <bogunowicz@arrival.com>
Co-authored-by: Benjamin Fineran <bfineran@users.noreply.github.com>
@dbogunowicz dbogunowicz added the 0.12 release Pull request pending for 0.12 release. label Apr 8, 2022
@dbogunowicz dbogunowicz self-assigned this Apr 8, 2022
@dbogunowicz dbogunowicz requested review from a team, KSGulin, anmarques and bfineran and removed request for a team April 8, 2022 11:17
KSGulin
KSGulin previously approved these changes Apr 8, 2022
Copy link
Contributor

@bfineran bfineran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's bump the minor version of torch in our setup.ph from 1.9.0 to the latest 1.9 release minor release (ie 1.9.1)

@bfineran bfineran merged commit 3c54b7d into main Apr 8, 2022
@bfineran bfineran deleted the fix/damian/back_to_1.9.X branch April 8, 2022 14:03
dbogunowicz added a commit that referenced this pull request Apr 11, 2022
* [Refactor] BaseManager.compose_staged(): swap `deepcopy` method for passing managers as string + add saving functionality to `compose_staged()`

Co-authored-by: bogunowicz@arrival.com <bogunowicz@arrival.com>
Co-authored-by: Benjamin Fineran <bfineran@users.noreply.github.com>

* Reverting the last supported version of pytorch to 1.9.0

* Bump torch version from `1.9.0` to `1.9.1`

Co-authored-by: bogunowicz@arrival.com <bogunowicz@arrival.com>
Co-authored-by: Benjamin Fineran <bfineran@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

0.12 release Pull request pending for 0.12 release.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants