Open markNZed opened 3 weeks ago
During training on a single GPU to get the evaluation step running we set "pipe_parallel_size": 0 but this created a problem in text_generation_utils.py that was not handling the data structure returned when the parallel pipeline is disabled.
During training on a single GPU to get the evaluation step running we set "pipe_parallel_size": 0 but this created a problem in text_generation_utils.py that was not handling the data structure returned when the parallel pipeline is disabled.