From 74c5d7a6e4b1452bc60d8c6edf886db76c54b3ea Mon Sep 17 00:00:00 2001 From: "Jeongseok (JS) Lee" <142548112+jeongseok-meta@users.noreply.github.com> Date: Mon, 8 Jul 2024 22:02:33 -0700 Subject: [PATCH] Keep libtorch_python --- recipe/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/recipe/build.sh b/recipe/build.sh index ef00f6c4..9edf5d49 100644 --- a/recipe/build.sh +++ b/recipe/build.sh @@ -218,7 +218,6 @@ if [[ "$PKG_NAME" == "libtorch" ]]; then for f in ATen caffe2 tensorpipe torch c10; do mv torch/include/$f ${PREFIX}/include/$f done - rm ${PREFIX}/lib/libtorch_python.* popd popd