Skip to content

Commit 381040e

Browse files
committed
Update libtorch version
1 parent 30fd552 commit 381040e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function install_kineto() {
7474
}
7575

7676
function install_libtorch() {
77-
TORCH_VERSION="2.2.0"
77+
TORCH_VERSION="2.2.1"
7878
if [ "$PLATFORM" = "Mac" ]; then
7979
if [ ! -d "$DEPS_DIR/libtorch" ]; then
8080
if [[ $(uname -m) == 'x86_64' ]]; then

0 commit comments

Comments
 (0)