pre-commit cleanup

This commit is contained in:
Nikodem Bartnik
2026-05-18 13:30:37 +02:00
parent ea92b88556
commit 4587c951ea
+3 -3
View File
@@ -583,9 +583,9 @@ print(f"🔗 Live UI Dashboard & Logs: {job_info.url}")
</hfoption>
</hfoptions>
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.