Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ new_local_repository(
path = PYTORCH_LOCAL_DIR,
)

new_local_repository(
name = "fmt",
build_file = "//bazel:fmt.BUILD",
path = PYTORCH_LOCAL_DIR + "/third_party/fmt",
)

############################# OpenXLA Setup ###############################

# To build PyTorch/XLA with a new revison of OpenXLA, update the xla_hash to
Expand Down
9 changes: 0 additions & 9 deletions bazel/fmt.BUILD

This file was deleted.

3 changes: 0 additions & 3 deletions bazel/torch.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ cc_library(
["torch/include/**/*.h"],
["torch/include/google/protobuf/**/*.h"],
),
deps = [
"@fmt",
],
strip_include_prefix = "torch/include",
)

Expand Down