diff --git a/src_cpp/torchBridge/Readme.md b/src_cpp/torchBridge/Readme.md index 65dec1fb..17a17fc6 100644 --- a/src_cpp/torchBridge/Readme.md +++ b/src_cpp/torchBridge/Readme.md @@ -7,7 +7,7 @@ This is a bridge that extends Nerlnet to support libtorch as cpp neural network 1. Go to [Pytorch site](https://pytorch.org/get-started/locally/) and download libtorch 2. Extract libotorch to ```/usr/local/lib/libtorch``` -3. Execute Nerlnet build with --t=ON or --torch=ON +3. Execute Nerlnet build with -t=ON or --torch=ON 4. Select worker infrastructe in Nerlplanner as torch. -For apple silicon use [this repo](https://github.com/Nerlnet/libtorch_compiled) to download compiled libtorch. \ No newline at end of file +For apple silicon use [this repo](https://github.com/Nerlnet/libtorch_compiled) to download compiled libtorch.