MCPcopy Create free account
hub / github.com/deepspeedai/DeepSpeed / autotp_size

Method autotp_size

deepspeed/runtime/engine.py:1291–1292  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1289 return self._config.tensor_parallel_config
1290
1291 def autotp_size(self):
1292 return self._config.tensor_parallel_config.autotp_size
1293
1294 def graph_harvesting(self):
1295 return self._config.graph_harvesting

Calls

no outgoing calls