Users can override output_dir in their config file(s) but some places in the code assumed we were writing outputs to ./lora-out as we do in the example configs. This always makes downstream steps look for run output in the config-specified output_dir.
Users can override
output_dir
in their config file(s) but some places in the code assumed we were writing outputs to./lora-out
as we do in the example configs. This always makes downstream steps look for run output in the config-specifiedoutput_dir
.Resolves MOD-2487