|
6 | 6 | <br /> |
7 | 7 | <img src="https://img.shields.io/travis/prabhuomkar/pytorch-cpp"> |
8 | 8 | <img src="https://img.shields.io/github/license/prabhuomkar/pytorch-cpp"> |
9 | | -<img src="https://img.shields.io/badge/libtorch-1.6.0-ee4c2c"> |
| 9 | +<img src="https://img.shields.io/badge/libtorch-1.7.0-ee4c2c"> |
10 | 10 | <img src="https://img.shields.io/badge/cmake-3.14-064f8d"> |
11 | 11 | </p> |
12 | 12 |
|
13 | 13 |
|
14 | | -| OS (Compiler)\\LibTorch | 1.6.0 | nightly | |
| 14 | +| OS (Compiler)\\LibTorch | 1.7.0 | nightly | |
15 | 15 | | :---------------------: | :---------------------------------------------------------------------------------------------------: | :-----: | |
16 | 16 | | macOS (clang 9.1) |  | | |
17 | 17 | | macOS (clang 10.0) |  | | |
@@ -58,7 +58,7 @@ This repository provides tutorial code in C++ for deep learning researchers to l |
58 | 58 |
|
59 | 59 | 1. [C++](http://www.cplusplus.com/doc/tutorial/introduction/) |
60 | 60 | 2. [CMake](https://cmake.org/download/) (minimum version 3.14) |
61 | | -3. [LibTorch v1.6.0](https://pytorch.org/cppdocs/installing.html) |
| 61 | +3. [LibTorch v1.7.0](https://pytorch.org/cppdocs/installing.html) |
62 | 62 | 4. [Conda](https://docs.conda.io/projects/conda/en/latest/user-guide/install/download.html) |
63 | 63 |
|
64 | 64 |
|
@@ -95,7 +95,7 @@ Some useful options: |
95 | 95 |
|
96 | 96 | | Option | Default | Description | |
97 | 97 | | :------------- |:------------|-----:| |
98 | | -| `-D CUDA_V=(9.2 [Linux only]\|10.1\|10.2\|none)` | `none` | Download LibTorch for a CUDA version (`none` = download CPU version). | |
| 98 | +| `-D CUDA_V=(9.2 [Linux only]\|10.1\|10.2\|11.0\|none)` | `none` | Download LibTorch for a CUDA version (`none` = download CPU version). | |
99 | 99 | | `-D DOWNLOAD_DATASETS=(OFF\|ON)` | `ON` | Download required datasets during build (only if they do not already exist in `pytorch-cpp/data`). | |
100 | 100 | |`-D CREATE_SCRIPTMODULES=(OFF\|ON)` | `OFF` | Create all required scriptmodule files for prelearned models / weights during build. Requires installed python3 with pytorch and torchvision. | |
101 | 101 | | `-D CMAKE_PREFIX_PATH=path/to/libtorch/share/cmake/Torch` | `<empty>` | Skip the downloading of LibTorch and use your own local version (see [Requirements](#requirements)) instead. | |
|
0 commit comments