chore: Bump torch version pin to allow 2.13 - #209
Conversation
Signed-off-by: Daniel-Schenker <daniel.schenker@ibm.com>
|
looking into this |
|
Tests were successful using torch 2.13 BUT one FP8 test was skipped because right now I don't have access to hardware supporting real FP8 compute. The skipped test is On the other hand, I anticipate some adjustments to FP8 will be needed when upgrading torchao beyond 0.11. |
|
I confirm the remaining test ( |
andrea-fasoli
left a comment
There was a problem hiding this comment.
approving version bump to torch 2.13
8b29558
into
foundation-model-stack:main
Description of the change
This PR bumps the max allowed torch version pin in
pyproject.tomlto include torch 2.13.Related issues or PRs
How to verify the PR
Was the PR tested
Checklist for passing CI/CD:
git commit -signoffor equivalenttox -e fixtox -e linttox -e spellchecktox -e unitNote: CI/CD performs unit tests on multiple versions of Python from a fresh install. There may be differences with your local environment and the test environment.