Closed gjwgit closed 2 years ago
Added a --verbose (bool)
option (default : False
). This along with os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'
(which doesn't log the tensorflow warnings/errors) should clear up the output. The user can still see the warnings if they choose --verbose True
. Package deprecation warnings (should they come up) are still shown by default.
Please link to the commit that fixed this: like 1dea1010528b42615f1a77787df958a85fa6f755
It is still printing: Summary of microsoft_text.txt between 20 and 70 words below:
. Only print if --verbose
$ ml summarize hugging microsoft_text.txt
Summary of microsoft_text.txt between 20 and 70 words below:
the program will support around 100 institutions with AI infrastructure, course content and curriculum . it will provide AI development tools and Azure AI services . the program is an attempt to ramp up the institutional set-up and build capabilities .
Now working just fine:
ml summarize hugging microsoft_text.txt
the program will support around 100 institutions with AI infrastructure, course content and curriculum . it will provide AI development tools and Azure AI services . the program is an attempt to ramp up the institutional set-up and build capabilities .
Ideally a mlhub command will only output the result. Currently for
Ideally: