Skip to content

Commit c85f008

Browse files
authored
[EZ] Replace pytorch-labs with meta-pytorch (#9182)
1 parent 4f6eb89 commit c85f008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torchvision/io/image.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def decode_avif(input: torch.Tensor, mode: ImageReadMode = ImageReadMode.UNCHANG
448448
us know of any issue:
449449
https://github.com/pytorch/vision/issues/new/choose. Note that
450450
`torchvision-extra-decoders
451-
<https://github.com/pytorch-labs/torchvision-extra-decoders/>`_ is
451+
<https://github.com/meta-pytorch/torchvision-extra-decoders/>`_ is
452452
released under the LGPL license.
453453
454454
The values of the output tensor are in uint8 in [0, 255] for most images. If
@@ -485,7 +485,7 @@ def decode_heic(input: torch.Tensor, mode: ImageReadMode = ImageReadMode.UNCHANG
485485
us know of any issue:
486486
https://github.com/pytorch/vision/issues/new/choose. Note that
487487
`torchvision-extra-decoders
488-
<https://github.com/pytorch-labs/torchvision-extra-decoders/>`_ is
488+
<https://github.com/meta-pytorch/torchvision-extra-decoders/>`_ is
489489
released under the LGPL license.
490490
491491
The values of the output tensor are in uint8 in [0, 255] for most images. If

0 commit comments

Comments
 (0)