shashank-gv / hugging

0 stars 0 forks source link

SUMMARISE: Check the specified model and error out if not recognised #21

Closed gjwgit closed 2 years ago

gjwgit commented 2 years ago

Don't silently ignore unrecognised model names. The following should produce an error if the model name is not recognized (xyz)

$ ml summarize hugging --model=xyz hnews.txt
shashank-gv commented 2 years ago

Should give an error now and exit the program