We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e9e32 commit 8621943Copy full SHA for 8621943
.circleci/common.sh
@@ -106,10 +106,10 @@ function install_pre_deps_pytorch_xla() {
106
}
107
108
109
+# TODO(https://github.com/pytorch/xla/issues/8934): Remove PyTorch usage of this function, then
110
+# remove this function from the script.
111
function install_post_deps_pytorch_xla() {
- # Install dependencies after we built torch_xla. This is due to installing
- # those packages can potentially trigger `pip install torch_xla` if torch_xla
112
- # is not detected in the system.
+ true
113
114
115
function build_torch_xla() {
0 commit comments