Skip to content

Commit

Permalink
Merge pull request #132 from Cambridge-ICCS/update_contributors
Browse files Browse the repository at this point in the history
Update contributors
  • Loading branch information
jatkinson1000 committed May 31, 2024
2 parents 671bc05 + 7b4a880 commit b40b03d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ To build and install the library:
| [`CMAKE_PREFIX_PATH`](https://cmake.org/cmake/help/latest/variable/CMAKE_PREFIX_PATH.html) | `</path/to/libTorch/>` | Location of Torch installation<sup>2</sup> |
| [`CMAKE_INSTALL_PREFIX`](https://cmake.org/cmake/help/latest/variable/CMAKE_INSTALL_PREFIX.html) | `</path/to/install/lib/at/>` | Location at which the library files should be installed. By default this is `/usr/local` |
| [`CMAKE_BUILD_TYPE`](https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html) | `Release` / `Debug` | Specifies build type. The default is `Debug`, use `Release` for production code|
| `CMAKE_BUILD_TESTS` | `TRUE` / `FALSE` | Specifies whether to compile FTorch's test suite as part of the build. |
| `CMAKE_BUILD_TESTS` | `TRUE` / `FALSE` | Specifies whether to compile FTorch's [test suite](https://cambridge-iccs.github.io/FTorch/page/testing.html) as part of the build. |
| `ENABLE_CUDA` | `TRUE` / `FALSE` | Specifies whether to check for and enable CUDA<sup>2</sup> |

<sup>1</sup> _On Windows this may need to be the full path to the compiler if CMake cannot locate it by default._
Expand Down Expand Up @@ -245,6 +245,7 @@ Notable contributors to this project are:
* [**@SimonClifford**](https://github.com/SimonClifford)
* [**@ElliottKasoar**](https://github.com/ElliottKasoar)
* [**@TomMelt**](https://github.com/TomMelt)
* [**@jwallwork23**](https://github.com/jwallwork23)

See [Contributors](https://github.com/Cambridge-ICCS/FTorch/graphs/contributors)
for a full list.
Expand Down

0 comments on commit b40b03d

Please sign in to comment.