diff options
author | CoprDistGit <infra@openeuler.org> | 2024-04-15 16:59:10 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-04-15 16:59:10 +0000 |
commit | 840ed09ce73d1d2a617be61fc2014162425760b6 (patch) | |
tree | 5447e4863a2917feb499069e2f42fcb6379cf99d | |
parent | bbe0633e231bbebd88b43903953302a6e8882c3a (diff) |
automatic import of torchvision
-rw-r--r-- | sources | 2 | ||||
-rw-r--r-- | torchvision.spec | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -1 +1 @@ -73e4905cd63ecc614fc6abf2d0a1d171 v0.17.2.tar.gz +a0e7f9cc2aa638576fd8088813377294 v0.16.2.tar.gz diff --git a/torchvision.spec b/torchvision.spec index 156a15b..0359c91 100644 --- a/torchvision.spec +++ b/torchvision.spec @@ -1,10 +1,10 @@ Summary: The torchvision package consists of popular datasets, model architectures, and common image transformations for computer vision. Name: torchvision -Version: 0.17.2 +Version: 0.16.2 Release: 1 License: BSD Group: Development/Libraries -Source0: https://github.com/pytorch/vision/archive/refs/tags/v0.17.2.tar.gz +Source0: https://github.com/pytorch/vision/archive/refs/tags/v0.16.2.tar.gz URL: https://github.com/pytorch/vision BuildRoot: %{_tmppath}/%{name}-buildroot @@ -44,7 +44,7 @@ Torchvision is a PyTorch add-on that provides access to: - Models (ResNet, VGG, etc.) - Transforms (for image preprocessing) -%global pypi_version 0.17.2 +%global pypi_version 0.16.2 %prep %autosetup -p1 -n vision-%{pypi_version} |