Skip to content

Commit 6e805f1

Browse files
authored
Add files via upload
1 parent 0202fc9 commit 6e805f1

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
6364
12/22/2025: Implementation of `AdaIN` <br>
6465
12/20/2025: Implementation of `NST` <br>
6566
12/06/2025: Release of `v2.9.1.4` <br>
@@ -69,11 +70,11 @@ $ sh scripts/test.sh
6970
11/29/2025: Implementation of `PaDiM` <br>
7071
11/27/2025: Implementation of `WideResNet` <br>
7172
11/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>
7778
11/21/2025: Implementation of `SRGAN` <br>
7879
11/19/2025: Implementation of `DiT` <br>
7980
11/14/2025: Release of `v2.9.1` <br>
@@ -617,15 +618,15 @@ $ sh scripts/test.sh
617618
Please select the environment to use as follows on PyTorch official. <br>
618619
PyTorch official : https://pytorch.org/ <br>
619620
***
620-
PyTorch Build : Preview (Nightly) <br>
621+
PyTorch Build : Stable (2.10.0) <br>
621622
Your OS : Linux <br>
622623
Package : LibTorch <br>
623624
Language : C++ / Java <br>
624625
Run 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

Comments
 (0)