xpk icon indicating copy to clipboard operation
xpk copied to clipboard

Add --tpu-topology flag for specifying custom topology types

Open Obliviour opened this issue 1 year ago • 1 comments

Fixes / Features

  • Supports tpu-topology flag for specifying custom topologys for TPUs

Testing / Documentation

Added a check to make sure the format of topologies fits with the argument expected and the command fails if the format is unexpected.

  • [ y ] Tests pass
  • [ y ] Appropriate changes to documentation are included in the PR

Obliviour avatar Jan 18 '24 00:01 Obliviour

The workload creation needs to know the topology as well so CURRENTLY the user needs to set the same topology for workload create and cluster create. This only adds the flag to cluster create.

In this case, users would have to manage the topology.

Obliviour avatar Feb 22 '24 19:02 Obliviour