• Bram Vanroy's avatar
    Update no_* argument (HfArgumentParser) (#13865) · 12b4d66a
    Bram Vanroy authored
    * update no_* argument
    
    Changes the order so that the no_* argument is created after the original argument AND sets the default for this no_* argument to False
    
    * import copy
    
    * update test
    
    * make style
    
    * Use kwargs to set default=False
    
    * make style
    12b4d66a
test_hf_argparser.py 8.47 KB