Where to see Nvidia AI Workbench error log

I’m running the training example from here and it only showed ‘Failed’ at the bottom of the browser page.
I’m running Windows, and have 2 graphic, one is internal another is RTX 3050, I suspect it’s failed due to my driver installation but not confirmed, where can I see the error log?
thanks

Hi. Sorry for the late reply.

I suspect you want to see the logs for the LlamaFactory application, not AI Workbench.

Regardless, the user guide around where to find logs is here: Log and Runtime Files - NVIDIA Docs

Bottom left of AI Workbench UI (not the web app you are running) has an Output widget. If you click it, you get a drop down that shows you various logs. Web app logs will show up there. See screenshot below.

If you want to see the actual log files for the app running in the project, you can follow these instructions: Log and Runtime Files - NVIDIA Docs

thanks. I figured out the issue, but still thanks.
so I’m trying to fine tune using my own custom dataset. where can I drop my custom dataset json file and how to load it? how to specify the data dir so that I can see my dataset name?
is there a doc that shows this?