|
4 | 4 | <p align="center">
|
5 | 5 | C++ Implementation of PyTorch Tutorials for Everyone
|
6 | 6 | <br />
|
7 |
| -<img src="https://img.shields.io/travis/prabhuomkar/pytorch-cpp"> |
8 | 7 | <img src="https://img.shields.io/github/license/prabhuomkar/pytorch-cpp">
|
9 | 8 | <img src="https://img.shields.io/badge/libtorch-1.8.0-ee4c2c">
|
10 | 9 | <img src="https://img.shields.io/badge/cmake-3.14-064f8d">
|
11 | 10 | </p>
|
12 | 11 |
|
13 | 12 |
|
14 |
| -| OS (Compiler)\\LibTorch | 1.8.0 | nightly | |
15 |
| -| :---------------------: | :---------------------------------------------------------------------------------------------------: | :-----: | |
16 |
| -| macOS (clang 9.1) |  | | |
17 |
| -| macOS (clang 10.0) |  | | |
18 |
| -| macOS (clang 11.0) |  | | |
19 |
| -| Linux (gcc 5) |  | | |
20 |
| -| Linux (gcc 6) |  | | |
21 |
| -| Linux (gcc 7) |  | | |
22 |
| -| Linux (gcc 8) |  | | |
23 |
| -| Windows (msvc 2017) |  | | |
| 13 | +| OS (Compiler)\\LibTorch | 1.8.0 | |
| 14 | +| :--------------------- | :--------------------------------------------------------------------------------------------------- | |
| 15 | +| macOS (clang 10.0, 11.0, 12.0) | [](https://github.com/prabhuomkar/pytorch-cpp/actions?query=workflow%3Aci-build-macos) | |
| 16 | +| Linux (gcc 8, 9, 10, 11) | [](https://github.com/prabhuomkar/pytorch-cpp/actions?query=workflow%3Aci-build-ubuntu) | |
| 17 | +| Windows (msvc 2017, 2019) | [](https://github.com/prabhuomkar/pytorch-cpp/actions?query=workflow%3Aci-build-windows) | |
24 | 18 |
|
25 | 19 | ## Table of Contents
|
26 | 20 |
|
|
0 commit comments