Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
koba-jon authored Jul 26, 2020
1 parent 4ee63b8 commit 6208811
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ In addition, I might adapt programs to the latest version. <br>
Please select the environment to use as follows on PyTorch official. <br>
PyTorch official : https://pytorch.org/ <br>
***
PyTorch Build : Preview (Nightly) <br>
PyTorch Build : Stable (1.5.1) <br>
Your OS : Linux <br>
Package : LibTorch <br>
CUDA : 10.2 <br>
Run this Command :
Download here (cxx11 ABI): https://download.pytorch.org/libtorch/nightly/cu102/libtorch-cxx11-abi-shared-with-deps-latest.zip <br>
Run this Command : Download here (cxx11 ABI) <br>
GPU : https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.5.1.zip <br>
CPU : https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.5.1%2Bcpu.zip <br>
***

### 2. OpenCV
Expand Down Expand Up @@ -57,7 +58,7 @@ $ sudo apt install libpng++-dev

### 1. Git Clone
~~~
$ git clone -b develop/v1.5.1 https://github.com/koba-jon/pytorch_cpp.git
$ git clone -b support/v1.5.1 https://github.com/koba-jon/pytorch_cpp.git
$ cd pytorch_cpp
~~~

Expand Down

0 comments on commit 6208811

Please sign in to comment.