Skip to content

Commit

Permalink
Update PyTorch example to support 2.3.0 (#2257)
Browse files Browse the repository at this point in the history
Colab by default ships with outdated versions of `torch` and
`torchvision` (given that they just released a new version on 4/24/24).
Adding this explicit upgrade to pip will keep these tutorials more
stable.

Also it turns out that dynamic shape export wasn't backported into the
2.3 release cut, so while this does work at nightly, it still won't be
tested in the 2.3 colab, updated wording to specify 2.4.
  • Loading branch information
GleasonK authored Apr 25, 2024
1 parent c2b7f6b commit 02e0006
Showing 1 changed file with 118 additions and 115 deletions.
Loading

0 comments on commit 02e0006

Please sign in to comment.