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
55These 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 >
181909/04,2025: Implementation of ` DDIM2d ` <br >
192009/04,2025: Implementation of ` DDPM2d ` <br >
202106/27,2023: Release of ` v2.0.1 ` <br >
@@ -24,11 +25,11 @@ In addition, I might adapt programs to the latest version. <br>
242509/12,2022: Release of ` v1.12.1 ` <br >
252608/04,2022: Release of ` v1.12.0 ` <br >
262703/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 >
323302/09,2022: Implementation of ` YOLOv3 ` <br >
333401/09,2022: Release of ` v1.10.1 ` <br >
343501/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>
337338Please select the environment to use as follows on PyTorch official. <br >
338339PyTorch official : https://pytorch.org/ <br >
339340***
340- PyTorch Build : Preview (Nightly ) <br >
341+ PyTorch Build : Stable (2.8.0 ) <br >
341342Your OS : Linux <br >
342343Package : LibTorch <br >
343344Language : C++ / Java <br >
344345Run 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