gpo.zugaina.org

Search Portage & Overlays:

sci-ml/torchvision

Datasets, transforms and models specific to computer vision

Screenshots

  • torchvision-0.28.0
    ~amd64 ~arm64
    cuda +jpeg +png rocm +webp test python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 debug

    View      Download      Browse     License: BSD   
    Overlay: stuff
  • torchvision-0.27.0
    ~amd64 ~arm64
    cuda +ffmpeg +jpeg +png rocm +webp test python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 debug

    View      Download      Browse     License: BSD   
    Overlay: gentoo
  • torchvision-0.26.0
    ~amd64 ~arm64
    cuda +ffmpeg +jpeg +png rocm +webp test python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 debug

    View      Download      Browse     License: BSD   
    Overlay: gentoo

ChangeLog

commit 244d6a91a3972e6786ab396c0754f97d02ae44f1
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Jul 22 22:51:06 2026 +0200

sci-ml/torchvision: add 0.28.0

Forked from ::gentoo for the torch 2.13 stack. Divergences from ::gentoo's
0.27.0:

- Bump the pytorch pin 2.12* -> 2.13* (torchvision 0.28 requires torch 2.13).
- Drop the ffmpeg USE flag and the TORCHVISION_USE_FFMPEG /
TORCHVISION_USE_VIDEO_CODEC exports: ::gentoo carried them but neither
0.27.0 nor 0.28.0's setup.py reads those vars (no ffmpeg handling remains
in the build), so they were dead knobs.
- Refresh EPYTEST_DESELECT for 0.28.0: drop the four
TestResize::test_bounding_boxes_correctness[*-XYWHR] deselects (they pass
now), and narrow the gif deselect to the two test_decode_gif[*-earth]
params (earth.gif is a git-LFS asset the archive tarball omits; the other
gifs decode fine) rather than the whole test_decode_gif.
- Fix the DESCRIPTION grammar.

Register it for version tracking in scripts/nvchecker/nvchecker.toml.