File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4545 repository : " pytorch/ao"
4646 with_cuda : " enable"
4747 with_rocm : " disable"
48- smoke_test : " source ./.github/scripts/validate_binaries.sh && source ./.github/scripts/test_torch_version_torchao_version_compatibility.sh "
48+ smoke_test : " source ./.github/scripts/validate_binaries.sh"
4949 install_torch : true
Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ def _parse_version(version_string):
5050 # users can set env var TORCH_INCOMPATIBLE=1 to skip loading .so files
5151 # this way, if they are using an incompatbile torch version, they can still use the API by setting the env var
5252 skip_loading_so_files = True
53- # if torchao version has "+git", assume it's locally built and we don't know
54- # anything about the PyTorch version used to build it unless user provides override flag
55- # otherwise, assume it's prebuilt by torchao's build scripts and we can make
56- # assumptions about the PyTorch version used to build it.
53+ # if torchao version has "+git", assume it's locally built and we don't know
54+ # anything about the PyTorch version used to build it unless user provides override flag
55+ # otherwise, assume it's prebuilt by torchao's build scripts and we can make
56+ # assumptions about the PyTorch version used to build it.
5757elif not ("+git" in __version__ ) and not ("unknown" in __version__ ):
5858 # We know that torchao .so files built using PyTorch 2.8.0 are not ABI compatible with PyTorch 2.9+. (see #2919)
5959 # The following code skips importing the .so files if incompatible torch version is detected,
You can’t perform that action at this time.
0 commit comments