Skip to content

Commit 397679b

Browse files
committed
Fix
1 parent 0d24e44 commit 397679b

File tree

1 file changed

+1
-1
lines changed
  • infra/ansible/roles/build_srcs/tasks

1 file changed

+1
-1
lines changed

infra/ansible/roles/build_srcs/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
OUTPUT_BASE=$(bazel info output_base)
201201
echo "OUTPUT_BASE: $OUTPUT_BASE"
202202
203-
CSRC=$(find "$OUTPUT_BASE/" -path "*/torch_xla/csrc")
203+
CSRC=$(find "$OUTPUT_BASE/" -path "*/bazel-out/k8-opt/bin/torch_xla/csrc")
204204
echo "CSRC: $CSRC"
205205
206206
# Go to the directory with the build files of torch_xla/csrc.

0 commit comments

Comments
 (0)