Skip to content

Commit 6f84d6c

Browse files
authored
Add files via upload
1 parent 7c2d15b commit 6f84d6c

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
6262

63+
12/01,2025: Release of `v2.9.1.3` <br>
6364
12/01,2025: Implementation of `PatchCore` <br>
6465
11/29,2025: Release of `v2.9.1.2` <br>
6566
11/29,2025: Implementation of `PaDiM` <br>
@@ -69,11 +70,11 @@ $ sh scripts/test.sh
6970
11/21,2025: Implementation of `SRGAN` <br>
7071
11/19,2025: Implementation of `DiT` <br>
7172
11/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>
7778
10/16,2025: Release of `v2.9.0` <br>
7879
10/16,2025: Implementation of `PixelSNAIL-Gray` and `PixelSNAIL-RGB` <br>
7980
10/14,2025: Implementation of `YOLOv8` <br>
@@ -590,15 +591,15 @@ $ sh scripts/test.sh
590591
Please select the environment to use as follows on PyTorch official. <br>
591592
PyTorch official : https://pytorch.org/ <br>
592593
***
593-
PyTorch Build : Preview (Nightly) <br>
594+
PyTorch Build : Stable (2.9.1) <br>
594595
Your OS : Linux <br>
595596
Package : LibTorch <br>
596597
Language : C++ / Java <br>
597598
Run 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

Comments
 (0)