We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30fd552 commit 381040eCopy full SHA for 381040e
cpp/build.sh
@@ -74,7 +74,7 @@ function install_kineto() {
74
}
75
76
function install_libtorch() {
77
- TORCH_VERSION="2.2.0"
+ TORCH_VERSION="2.2.1"
78
if [ "$PLATFORM" = "Mac" ]; then
79
if [ ! -d "$DEPS_DIR/libtorch" ]; then
80
if [[ $(uname -m) == 'x86_64' ]]; then
0 commit comments