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

Method autotp_size

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

Source from the content-addressed store, hash-verified

1235 return self._config.tensor_parallel_config
1236
1237 def autotp_size(self):
1238 return self._config.tensor_parallel_config.autotp_size
1239
1240 def graph_harvesting(self):
1241 return self._config.graph_harvesting

Calls

no outgoing calls