@@ -60,6 +60,7 @@ $ sh scripts/test.sh
6060
6161## 🔄 Updates (MM/DD/YYYY)
6262
63+ 12/06/2025: Release of ` v2.9.1.4 ` <br >
636412/01/2025: Release of ` v2.9.1.3 ` <br >
646512/01/2025: Implementation of ` PatchCore ` <br >
656611/29/2025: Release of ` v2.9.1.2 ` <br >
@@ -69,11 +70,11 @@ $ sh scripts/test.sh
697011/24/2025: Implementation of ` ESRGAN ` <br >
707111/21/2025: Implementation of ` SRGAN ` <br >
717211/19/2025: Implementation of ` DiT ` <br >
72- 11/14/2025: Release of ` v2.9.1 ` <br >
7373
7474<details >
7575<summary >See more...</summary >
7676
77+ 11/14/2025: Release of ` v2.9.1 ` <br >
777811/01/2025: Implementation of ` NeRF ` and ` 3DGS ` <br >
787910/16/2025: Release of ` v2.9.0 ` <br >
798010/16/2025: Implementation of ` PixelSNAIL-Gray ` and ` PixelSNAIL-RGB ` <br >
@@ -591,15 +592,15 @@ $ sh scripts/test.sh
591592Please select the environment to use as follows on PyTorch official. <br >
592593PyTorch official : https://pytorch.org/ <br >
593594***
594- PyTorch Build : Preview (Nightly ) <br >
595+ PyTorch Build : Stable (2.9.1 ) <br >
595596Your OS : Linux <br >
596597Package : LibTorch <br >
597598Language : C++ / Java <br >
598599Run this Command : Download here (cxx11 ABI) <br >
599- CUDA 12.6 : https://download.pytorch.org/libtorch/nightly/ cu126/libtorch-shared-with-deps-latest .zip <br >
600- CUDA 12.8 : https://download.pytorch.org/libtorch/nightly/ cu128/libtorch-shared-with-deps-latest .zip <br >
601- CUDA 13.0 : https://download.pytorch.org/libtorch/nightly/ cu130/libtorch-shared-with-deps-latest .zip <br >
602- CPU : https://download.pytorch.org/libtorch/nightly/ cpu/libtorch-shared-with-deps-latest .zip <br >
600+ CUDA 12.6 : https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.9.1%2Bcu126 .zip <br >
601+ CUDA 12.8 : https://download.pytorch.org/libtorch/cu128/libtorch-shared-with-deps-2.9.1%2Bcu128 .zip <br >
602+ CUDA 13.0 : https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.9.1%2Bcu130 .zip <br >
603+ CPU : https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.9.1%2Bcpu .zip <br >
603604***
604605
605606### 2. OpenCV
@@ -638,7 +639,7 @@ $ sudo apt install libpng-dev libpng++-dev zlib1g-dev
638639
639640### 1. Git Clone
640641~~~
641- $ git clone -b develop/v2.9.2 https://github.com/koba-jon/pytorch_cpp.git
642+ $ git clone https://github.com/koba-jon/pytorch_cpp.git
642643$ cd pytorch_cpp
643644~~~
644645
0 commit comments