Skip to content

Commit c59eac9

Browse files
authored
Add files via upload
1 parent c176a15 commit c59eac9

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PyTorch C++ Samples
22
[![Language](https://img.shields.io/badge/Language-C++-blue)]()
3-
[![LibTorch](https://img.shields.io/badge/LibTorch-2.0.1-blue)]()
3+
[![LibTorch](https://img.shields.io/badge/LibTorch-2.8.0-blue)]()
44

55
These are Deep Learning sample programs of PyTorch written in C++.
66

@@ -15,6 +15,7 @@ In addition, I might adapt programs to the latest version. <br>
1515

1616
## Updates
1717

18+
09/04,2025: Release of `v2.8.0` <br>
1819
09/04,2025: Implementation of `DDIM2d` <br>
1920
09/04,2025: Implementation of `DDPM2d` <br>
2021
06/27,2023: Release of `v2.0.1` <br>
@@ -24,11 +25,11 @@ In addition, I might adapt programs to the latest version. <br>
2425
09/12,2022: Release of `v1.12.1` <br>
2526
08/04,2022: Release of `v1.12.0` <br>
2627
03/18,2022: Release of `v1.11.0` <br>
27-
02/10,2022: Release of `v1.10.2` <br>
2828

2929
<details>
3030
<summary>See more...</summary>
3131

32+
02/10,2022: Release of `v1.10.2` <br>
3233
02/09,2022: Implementation of `YOLOv3` <br>
3334
01/09,2022: Release of `v1.10.1` <br>
3435
01/09,2022: Fixed execution error in test on CPU package <br>
@@ -337,14 +338,15 @@ In addition, I might adapt programs to the latest version. <br>
337338
Please select the environment to use as follows on PyTorch official. <br>
338339
PyTorch official : https://pytorch.org/ <br>
339340
***
340-
PyTorch Build : Preview (Nightly) <br>
341+
PyTorch Build : Stable (2.8.0) <br>
341342
Your OS : Linux <br>
342343
Package : LibTorch <br>
343344
Language : C++ / Java <br>
344345
Run this Command : Download here (cxx11 ABI) <br>
345-
CUDA 11.8 : https://download.pytorch.org/libtorch/nightly/cu118/libtorch-cxx11-abi-shared-with-deps-latest.zip <br>
346-
CUDA 12.1 : https://download.pytorch.org/libtorch/nightly/cu121/libtorch-cxx11-abi-shared-with-deps-latest.zip <br>
347-
CPU : https://download.pytorch.org/libtorch/nightly/cpu/libtorch-cxx11-abi-shared-with-deps-latest.zip <br>
346+
CUDA 12.6 : https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.8.0%2Bcu126.zip <br>
347+
CUDA 12.8 : https://download.pytorch.org/libtorch/cu128/libtorch-shared-with-deps-2.8.0%2Bcu128.zip <br>
348+
CUDA 12.9 : https://download.pytorch.org/libtorch/cu129/libtorch-shared-with-deps-2.8.0%2Bcu129.zip <br>
349+
CPU : https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.8.0%2Bcpu.zip <br>
348350
***
349351

350352
### 2. OpenCV
@@ -383,7 +385,7 @@ $ sudo apt install libpng-dev libpng++-dev zlib1g-dev
383385

384386
### 1. Git Clone
385387
~~~
386-
$ git clone -b develop/v2.0.2 https://github.com/koba-jon/pytorch_cpp.git
388+
$ git clone https://github.com/koba-jon/pytorch_cpp.git
387389
$ cd pytorch_cpp
388390
~~~
389391

0 commit comments

Comments
 (0)