Autotrain training status through api

I’m using Autotrain through the CLI to start the training on HF. Is there a way to get the status of the training ?

I would like to block the code execution until the model is trained (as I create an inference endpoint after that to use the model)

you can maybe use huggingface_hub library to get space status. The logs are quite difficult to get at the moment

1 Like

Thanks, I’ll look into it