Skip to content

Commit 312862c

Browse files
authored
Add files via upload
1 parent ef9ab94 commit 312862c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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>
6364
12/01/2025: Release of `v2.9.1.3` <br>
6465
12/01/2025: Implementation of `PatchCore` <br>
6566
11/29/2025: Release of `v2.9.1.2` <br>
@@ -69,11 +70,11 @@ $ sh scripts/test.sh
6970
11/24/2025: Implementation of `ESRGAN` <br>
7071
11/21/2025: Implementation of `SRGAN` <br>
7172
11/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>
7778
11/01/2025: Implementation of `NeRF` and `3DGS` <br>
7879
10/16/2025: Release of `v2.9.0` <br>
7980
10/16/2025: Implementation of `PixelSNAIL-Gray` and `PixelSNAIL-RGB` <br>
@@ -591,15 +592,15 @@ $ sh scripts/test.sh
591592
Please select the environment to use as follows on PyTorch official. <br>
592593
PyTorch official : https://pytorch.org/ <br>
593594
***
594-
PyTorch Build : Preview (Nightly) <br>
595+
PyTorch Build : Stable (2.9.1) <br>
595596
Your OS : Linux <br>
596597
Package : LibTorch <br>
597598
Language : C++ / Java <br>
598599
Run 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

Comments
 (0)