33# 🔥 PyTorch C++ Samples 🔥
44
55[ ![ Language] ( https://img.shields.io/badge/Language-C++-blue )] ( )
6- [ ![ LibTorch] ( https://img.shields.io/badge/LibTorch-2.9.1 -orange )] ( )
6+ [ ![ LibTorch] ( https://img.shields.io/badge/LibTorch-2.10.0 -orange )] ( )
77[ ![ OS] ( https://img.shields.io/badge/OS-Ubuntu-yellow )] ( )
88[ ![ OS] ( https://img.shields.io/badge/License-MIT-green )] ( )
99![ sample1] ( sample1.png )
@@ -60,6 +60,7 @@ $ sh scripts/test.sh
6060
6161## 🔄 Updates (MM/DD/YYYY)
6262
63+ 01/22/2026: Release of ` v2.10.0 ` <br >
636412/22/2025: Implementation of ` AdaIN ` <br >
646512/20/2025: Implementation of ` NST ` <br >
656612/06/2025: Release of ` v2.9.1.4 ` <br >
@@ -69,11 +70,11 @@ $ sh scripts/test.sh
697011/29/2025: Implementation of ` PaDiM ` <br >
707111/27/2025: Implementation of ` WideResNet ` <br >
717211/27/2025: Release of ` v2.9.1.1 ` <br >
72- 11/24/2025: Implementation of ` ESRGAN ` <br >
7373
7474<details >
7575<summary >See more...</summary >
7676
77+ 11/24/2025: Implementation of ` ESRGAN ` <br >
777811/21/2025: Implementation of ` SRGAN ` <br >
787911/19/2025: Implementation of ` DiT ` <br >
798011/14/2025: Release of ` v2.9.1 ` <br >
@@ -617,15 +618,15 @@ $ sh scripts/test.sh
617618Please select the environment to use as follows on PyTorch official. <br >
618619PyTorch official : https://pytorch.org/ <br >
619620***
620- PyTorch Build : Preview (Nightly ) <br >
621+ PyTorch Build : Stable (2.10.0 ) <br >
621622Your OS : Linux <br >
622623Package : LibTorch <br >
623624Language : C++ / Java <br >
624625Run this Command : Download here (cxx11 ABI) <br >
625- CUDA 12.6 : https://download.pytorch.org/libtorch/nightly/ cu126/libtorch-shared-with-deps-latest .zip <br >
626- CUDA 12.8 : https://download.pytorch.org/libtorch/nightly/ cu128/libtorch-shared-with-deps-latest .zip <br >
627- CUDA 13.0 : https://download.pytorch.org/libtorch/nightly/ cu130/libtorch-shared-with-deps-latest .zip <br >
628- CPU : https://download.pytorch.org/libtorch/nightly/ cpu/libtorch-shared-with-deps-latest .zip <br >
626+ CUDA 12.6 : https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.10.0%2Bcu126 .zip <br >
627+ CUDA 12.8 : https://download.pytorch.org/libtorch/cu128/libtorch-shared-with-deps-2.10.0%2Bcu128 .zip <br >
628+ CUDA 13.0 : https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.10.0%2Bcu130 .zip <br >
629+ CPU : https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.10.0%2Bcpu .zip <br >
629630***
630631
631632### 2. OpenCV
@@ -664,7 +665,7 @@ $ sudo apt install libpng-dev libpng++-dev zlib1g-dev
664665
665666### 1. Git Clone
666667~~~
667- $ git clone -b develop/v2.9.2 https://github.com/koba-jon/pytorch_cpp.git
668+ $ git clone https://github.com/koba-jon/pytorch_cpp.git
668669$ cd pytorch_cpp
669670~~~
670671
0 commit comments