xpk icon indicating copy to clipboard operation
xpk copied to clipboard

xpk (Accelerated Processing Kit, pronounced x-p-k,) is a software tool to help Cloud developers to orchestrate training jobs on accelerators such as TPUs and GPUs on GKE.

Results 33 xpk issues
Sort by recently updated
recently updated
newest added

If this is possible, we could create an automatic release to pip as part of github workflow. This would be great to connect to the pipeline to release. PR ->...

## Fixes / Features - Corrects v5litepod terminology to v5e. ## Testing / Documentation Got the error when creating cluster with v5litepod. Was able to continue in cluster creation with...

it's pretty verbose to write out `--cluster $CLUSTER --workload $WORKLOAD` every time. I'd like to just write `xpk workload delete $CLUSTER $WORKLOAD` or even just `xpk delete $WORKLOAD`

* XPK didn't work on Debian because `awk -e` wasn't supported. * 40 char limit for workloads is constraining, any ideas to fix. * Deleting workloads periodically automatically? * Pausing...

https://kubernetes.io/docs/concepts/configuration/configmap/ (1) Should `workload create` need the accelerator type? Can we extract it from the XPK cluster? (2) Where else can we simplify? For example, I feel like we should...

(I will update this bug with more information to help reproduce this issue later) **Environment:** MacOS **Command:** `python xpk.py cluster create --cluster xpk-test --tpu-type=v4-16 --num-slices 1 --cluster-cpu-machine-type=n1-standard-8` Everything works as...

## Fixes / Features - Recent [Pathways integration](https://github.com/google/xpk/pull/74) and [GPU support](https://github.com/google/xpk/pull/49) broke the yaml for stack trace sidecar due to which the workloads were not able to schedule with `--deploy-stacktrace-sidecar`...

## Fixes / Features - - ## Testing / Documentation Testing details. - [ y/n ] Tests pass - [ y/n ] Appropriate changes to documentation are included in the...

## Fixes / Features - `debug-dump-gcs` doesn't need to be exclusive with environment-specified `XLA_FLAGS`. ## Testing / Documentation Testing details: - `xpk workload create ... --debug-dump-gcs gs://foo/bar --env XLA_FLAGS=--xla_dump_to=/foo/bar` =>...

## Fixes / Features - Move SystemCharacteristic to a separate module - Delete parser module from `core.py` - should have happen during previous PR, I probably made some mistake during...