training list
Lists all the Training Jobs that have been created. The output includes the name of the job, its status, age, and other relevant information.
flexai training list
Example
Section titled “Example”flexai training list
Which returns:
NAME | DEVICE | NODE | ACCELERATOR | DATASET | REPOSITORY | STATUS | AGE |---------------------------------+--------+------+-------------+-----------------+------------------------------------------------------+-----------+------+ nanogpt-shakespeare-training-1 | nvidia | 1 | 1 | nanoGPT-dataset | https://github.com/flexaihq/nanogpt | succeeded | 2d | gpt2training-1 | nvidia | 1 | 1 | wikitext | https://github.com/flexaihq/experiments | running | 14m | llama-training | nvidia | 1 | 1 | my-data | https://github.com/funnierinspanish/private-llm-code | pending | 7m |