We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef51968 commit 3a1a475Copy full SHA for 3a1a475
Formula/t/torchvision.rb
@@ -3,10 +3,9 @@ class Torchvision < Formula
3
4
desc "Datasets, transforms, and models for computer vision"
5
homepage "https://pytorch.org/vision/stable/index.html"
6
- url "https://github.com/pytorch/vision/archive/refs/tags/v0.24.0.tar.gz"
7
- sha256 "f799cdd1d67a3edbcdc6af8fb416fe1b019b512fb426c0314302cd81518a0095"
+ url "https://github.com/pytorch/vision/archive/refs/tags/v0.24.1.tar.gz"
+ sha256 "071da2078600bfec4886efab77358c9329abfedcf1488b05879b556cb9b84ba7"
8
license "BSD-3-Clause"
9
- revision 1
10
11
livecheck do
12
url :stable
0 commit comments