When you run even a simple dvc pull for a single dvc file for a project that has only one data file it still shows the Multi threaded prefix before the progress bar.
git clone https://github.com/iterative/example-get-started
cd example-get-started
dvc pull
outputs some like:
Multi-Threaded:
17%|█▋ |data/prepared/train.ts...
Commands like dvc pull, dvc push, etc are affected. I would expect to see something meaningful instead: Downloading files (multiple threads) or even w/o multiple threads.
Sometimes this Multi-Threaded: is blinking and replacing the progress bar itself which makes experience even worse.
When you run even a simple
dvc pullfor a single dvc file for a project that has only one data file it still shows theMulti threadedprefix before the progress bar.outputs some like:
Commands like
dvc pull,dvc push, etc are affected. I would expect to see something meaningful instead:Downloading files (multiple threads)or even w/o multiple threads.Sometimes this
Multi-Threaded:is blinking and replacing the progress bar itself which makes experience even worse.