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