Skip to content

Commit 3dad53f

Browse files
authored
Revert "binary: Add check for git_version (#1044)" (#1046)
This reverts commit 792c7a6.
1 parent 792c7a6 commit 3dad53f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

check_binary.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -310,16 +310,6 @@ else
310310
popd
311311
fi
312312

313-
###############################################################################
314-
# Check torch.git_version
315-
###############################################################################
316-
if [[ "$PACKAGE_TYPE" != 'libtorch' ]]; then
317-
pushd /tmp
318-
python -c 'import torch; assert torch.git_version != "Unknown"'
319-
python -c 'import torch; assert torch.git_version != None'
320-
popd
321-
fi
322-
323313

324314
###############################################################################
325315
# Check for MKL

0 commit comments

Comments
 (0)