• lsb's avatar
    Avoid compiling a progress bar. (#10098) · 619b9658
    lsb authored
    * Avoid creating a progress bar when it is disabled.
    
    This is useful when exporting a pipeline, and allows a compiler to avoid trying to compile away tqdm.
    
    * Prevent the PyTorch compiler from compiling progress bars.
    
    * Update pipeline_utils.py
    619b9658
pipeline_utils.py 92.6 KB