Skip to content

Commit 08d1002

Browse files
committed
Replace 'pytorch-labs' with 'meta-pytorch' in 1 files
1 parent 4f6eb89 commit 08d1002

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)