Getting started doc needs to add a model download [1] before the ilab taxonomy generate otherwise the generate command will fail
$ ilab data generate
INFO 2025-03-05 23:17:50,046 instructlab.process.process:297: Started subprocess with PID 213740. Logs are being written to /home/cpaquin/.local/share/instructlab/logs/generation/generation-f74acfd4-fa41-11ef-a085-999f43d92355.log.
/home/cpaquin/.cache/instructlab/models/mistralai/Mixtral-8x7B-Instruct-v0.1 does not exist. Please download model first.
failed to generate data with exception: /home/cpaquin/.cache/instructlab/models/mistralai/Mixtral-8x7B-Instruct-v0.1 does not exist. Please download model first.
User will need to ensure that they have downloaded the model first.
ilab model download --repository mistralai/Mixtral-8x7B-Instruct-v0.1 --hf-token <YOUR_HF_TOKEN_HERE>
[1] https://github.com/instructlab/docs.instructlab.ai/blob/main/docs/getting-started/linux_nvidia.md