From 6a336dd53c95902be8cfed740cc5b5f68a069379 Mon Sep 17 00:00:00 2001 From: Dmitry Rogozhkin Date: Wed, 25 Feb 2026 16:14:46 -0800 Subject: [PATCH] doc: fix typos Signed-off-by: Dmitry Rogozhkin --- CONTRIBUTING.md | 4 ++-- README.md | 4 ++-- packages/torchcodec-xpu/README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8cf3c3c..fed866b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ ## License -The project is licensed under the terms in [LICENSE](./LICENCE). By contributing to the project, you agree to the license and copyright terms therein and release your contribution under these terms. +The project is licensed under the terms in [LICENSE](./LICENSE). By contributing to the project, you agree to the license and copyright terms therein and release your contribution under these terms. Please use the sign-off line at the end of the patch. Your signature certifies that you wrote the patch or otherwise have the right to pass it on as an open-source patch following http://developercertificate.org/ certification. The sign-off line must look like the following: @@ -41,7 +41,7 @@ git clone https://github.com/dvrogozh/torchcodec.git && cd torchcodec git am $TORCHCODEC_XPU_PATH/patches/0001-Add-XPU-support-to-tests.patch ``` -The patch file can be reviewed [here](packages/torchcodec-xpu/0001-Add-XPU-support-to-tests.patch). The patch is known to apply clean on the following TorchCodec versions: `v0.10.0`. +The patch file can be reviewed [here](packages/torchcodec-xpu/patches/0001-Add-XPU-support-to-tests.patch). The patch is known to apply clean on the following TorchCodec versions: `v0.10.0`. TorchCodec tests require some additional packages. Install them as follows: diff --git a/README.md b/README.md index f1983b9..dbaf086 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ At the moment project provides plugins for the following frameworks: ### Intel® XPU plugin for TorchCodec -[TorchCodec] is a high-performance Python library designed for media processing (decoding and encoding) using PyTorch* tensors. Intel® XPU plugin for [TorchCodec] enables hardware acceleration for video operations (only decoding at the moment) on Linux. Both TorchCodec and Intel® plugin rely on the FFmpeg libraries for their operations which must be pre-installed on the system. Intel® plugin further assumes that FFmpeg is built with the VAAPI support. +[TorchCodec] is a high-performance Python library designed for media processing (decoding and encoding) using PyTorch* tensors. Intel® XPU plugin for [TorchCodec] enables hardware acceleration for video operations (only decoding at the moment) on Linux. Both [TorchCodec] and Intel® plugin rely on the FFmpeg libraries for their operations which must be pre-installed on the system. Intel® plugin further assumes that FFmpeg is built with the VAAPI support. -To use Intel® XPU plugin for [TorchCodec], load it in the Python script and pass XPU device to initialize TorchCodec decoder or encoder: +To use Intel® XPU plugin for [TorchCodec], load it in the Python script and pass XPU device to initialize [TorchCodec] decoder or encoder: ``` import torchcodec diff --git a/packages/torchcodec-xpu/README.md b/packages/torchcodec-xpu/README.md index 1349a65..2fee248 100644 --- a/packages/torchcodec-xpu/README.md +++ b/packages/torchcodec-xpu/README.md @@ -1,8 +1,8 @@ # Intel Plugin for TorchCodec -[TorchCodec] is a high-performance Python library designed for media processing (decoding and encoding) using PyTorch* tensors. Intel® XPU plugin for [TorchCodec] enables hardware acceleration for video operations (only decoding at the moment) on Linux. Both TorchCodec and Intel® plugin rely on the FFmpeg libraries for their operations which must be pre-installed on the system. Intel® plugin further assumes that FFmpeg is built with the VAAPI support. +[TorchCodec] is a high-performance Python library designed for media processing (decoding and encoding) using PyTorch* tensors. Intel® XPU plugin for [TorchCodec] enables hardware acceleration for video operations (only decoding at the moment) on Linux. Both [TorchCodec] and Intel® plugin rely on the FFmpeg libraries for their operations which must be pre-installed on the system. Intel® plugin further assumes that FFmpeg is built with the VAAPI support. -To use Intel® XPU plugin for [TorchCodec], load it in the Python script and pass XPU device to initialize TorchCodec decoder or encoder: +To use Intel® XPU plugin for [TorchCodec], load it in the Python script and pass XPU device to initialize [TorchCodec] decoder or encoder: ``` import torchcodec