Default stateless sharding strategy that assigns layers proportionally to each worker's TFLOPS, capped by per-GPU VRAM.
| 6 | /// Default stateless sharding strategy that assigns layers proportionally |
| 7 | /// to each worker's TFLOPS, capped by per-GPU VRAM. |
| 8 | pub struct DefaultStrategy; |
| 9 | |
| 10 | impl super::Strategy for DefaultStrategy { |
| 11 | fn assign_layers( |
nothing calls this directly
no outgoing calls
no test coverage detected