From 4587c951ea9b1283408f4e9b442df991e4bc0953 Mon Sep 17 00:00:00 2001 From: Nikodem Bartnik Date: Mon, 18 May 2026 13:30:37 +0200 Subject: [PATCH] pre-commit cleanup --- docs/source/il_robots.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/il_robots.mdx b/docs/source/il_robots.mdx index 36f97b8fc..ff385046e 100644 --- a/docs/source/il_robots.mdx +++ b/docs/source/il_robots.mdx @@ -583,9 +583,9 @@ print(f"🔗 Live UI Dashboard & Logs: {job_info.url}") -You can modify the ```--flavor``` to use different hardware, for example: ```t4-small```, ```a100-large```, ```h200```. Use ```hf jobs hardware``` to see the full list with pricing. -Depending on the model you want to train and the hardware you selected you can also modify the ```--batch_size``` and ```--number_of_workers```. -For longer training sessions increase the timeout. +You can modify the `--flavor` to use different hardware, for example: `t4-small`, `a100-large`, `h200`. Use `hf jobs hardware` to see the full list with pricing. +Depending on the model you want to train and the hardware you selected you can also modify the `--batch_size` and `--number_of_workers`. +For longer training sessions increase the timeout. Once the training is started you can go to [Jobs](https://huggingface.co/settings/jobs) and see if your jobs is running as well as all the outputs. Sometimes it takes a few minutes to schedule your job so be patient.