Skip to content

Commit

Permalink
Fix dependency issues of profiler plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mmakevic-amd committed Dec 30, 2024
1 parent f22b6c3 commit b1e817d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tensorflow/python/profiler/internal/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ tsl_pybind_extension(
"@local_xla//xla/tsl/protobuf:rpc_options_proto_cc_impl",
"@local_xla//xla/tsl/protobuf:test_log_proto_cc_impl",
"@pybind11",
] + if_macos([
"@local_xla//xla/tsl/lib/histogram",
"@local_xla//xla/tsl/lib/io:record_writer",
"@local_xla//xla/tsl/lib/monitoring:collection_registry",
Expand All @@ -255,5 +254,5 @@ tsl_pybind_extension(
"@local_tsl//tsl/platform:resource",
"@local_tsl//tsl/profiler/lib:profiler_factory_impl",
"@local_tsl//tsl/profiler/lib:profiler_session_impl",
]),
]
)

0 comments on commit b1e817d

Please sign in to comment.