You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there should be a feature in magic to control how much output the user wants to see.
This feature request is related to #214 but i would not like to suppress the output.
The user should be in control how much output/verbose he wants to see, because he knows best and it depends on the usecase.
e.g.
arguments for verbose output:
during installation/setup time, in enterprises there are often problems with company proxies, blocked download url etc
It is very useful to see details about the download and progress
during pip install time, sometimes wheels are build in background (e.g. with gcc) which takes some time.
It is good to see the process (instead of firing up htop)
during training time, it is useful to see the progress of modeltraining (instead of firing up htop)
arguments for less output:
in CICD jobs, i only want to see the job progress. I assume dependecies have be downloaded and cached and wheels have been created/build already)
in CICD jobs with training is would like to see the progress of training so some output would be nice
What is your motivation for this change?
in enterprises there are often problems with company proxies, blocked download url etc
It is very useful to see details about the download and progress
We should give the descision in the hands of the user. (sometimes he needs verbose output, sometimes he want to see only major tasks)
Any other details?
No response
The text was updated successfully, but these errors were encountered:
What is your request?
I think there should be a feature in magic to control how much output the user wants to see.
This feature request is related to #214 but i would not like to suppress the output.
The user should be in control how much output/verbose he wants to see, because he knows best and it depends on the usecase.
e.g.
arguments for verbose output:
It is very useful to see details about the download and progress
It is good to see the process (instead of firing up htop)
arguments for less output:
What is your motivation for this change?
in enterprises there are often problems with company proxies, blocked download url etc
It is very useful to see details about the download and progress
We should give the descision in the hands of the user. (sometimes he needs verbose output, sometimes he want to see only major tasks)
Any other details?
No response
The text was updated successfully, but these errors were encountered: