Skip to content

Commit

Permalink
nit update
Browse files Browse the repository at this point in the history
  • Loading branch information
zpcore committed Jul 18, 2024
1 parent f0d5541 commit eeded81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_xla/csrc/runtime/pjrt_registry.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ void RegisterPjRtPlugin(std::string name,
std::shared_ptr<const PjRtPlugin> plugin);

std::tuple<std::unique_ptr<xla::PjRtClient>, std::unique_ptr<XlaCoordinator>>
InitializePjRt(const std::string& device_type, bool use_aot = false);
InitializePjRt(const std::string& device_type);

} // namespace runtime
} // namespace torch_xla
Expand Down

0 comments on commit eeded81

Please sign in to comment.