Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 307 Bytes

architecture.md

File metadata and controls

8 lines (6 loc) · 307 Bytes

Architecture

HybridBackend follows a shares-nothing architecture: A HybridBackend job consists of single-GPU workers. Workers shares nothing and coordinates by collective communication. Each worker reads environment variable TF_CONFIG for cluster information.

architecture