From 1a1082c358190bef355b7a46d18d318443af24ab Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 20 Aug 2024 19:10:23 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d5f20e..d39a78e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ curl -L https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.4.0.zip unzip -q libtorch.zip ``` -For Linux x86-64, select your compute platform and use the `cxx11 ABI` version. For other platforms, build LibTorch from source. +For Linux x86-64, use the `cxx11 ABI` version. For other platforms, build LibTorch from source. Then run: