"INSTALL/grub/git@developer.sourcefind.cn:dadigang/Ventoy.git" did not exist on "daeb96ce800c0bef40f3a70ef0e1c27ac2b694ea"
  1. 26 Aug, 2021 3 commits
  2. 25 Aug, 2021 5 commits
  3. 24 Aug, 2021 4 commits
    • Will Frey's avatar
      Update generation_logits_process.py (#12671) · b1198a84
      Will Frey authored
      If you're using type hints, then passing an `int` where a `float` is annotated is acceptable as per [PEP 484](https://www.python.org/dev/peps/pep-0484/#the-numeric-tower).
      
      This makes life a little nicer.
      b1198a84
    • Ambesh Shekhar's avatar
      Custom errors and BatchSizeError (#13184) · 0512bfe7
      Ambesh Shekhar authored
      * Adding custom errors and BatchSizeError for GPT2
      
      * Adding custom errors and BatchSizeError for GPT2
      
      * Changing Exception to BaseException
      
      * Exception
      
      * Adding args to Custom Exception
      
      * Adding args to Custom Exception
      
      * Changing from BaseException to Exception
      
      * Changing Conditional loop syntax
      
      * Adding Copyright info
      
      * Handling check_code_quality
      
      * Handling check_code_quality pt2
      
      * Handling check_code_quality pt3
      
      * Handling check_code_quality pt4
      
      * Handling check_code_quality pt5
      
      * Handling check_code_quality pt6
      
      * Handling check_code_quality pt6
      
      * Using black for check_code_quality
      
      * sorting import style
      
      * Changing
      
      * Changing
      
      * verified through style_doc.py
      
      * verified through style_doc.py
      
      * applying isort
      
      * Removing indentation
      
      * Changing
      
      * Changing
      
      * Changing
      
      * Used ValueError
      
      * Using ValueError
      
      * Reformatted Style doc
      
      * Using style doc on modeling_gp2.py
      
      * Adding indentation
      
      * Changing
      0512bfe7
    • Stas Bekman's avatar
      fix `AutoModel.from_pretrained(..., torch_dtype=...)` (#13209) · 5c6eca71
      Stas Bekman authored
      * fix AutoModel.from_pretrained(..., torch_dtype=...)
      
      * fix to_diff_dict
      
      * add better test
      
      * torch is not always available when a model has self.torch_dtype
      5c6eca71
    • Bram Vanroy's avatar
      Allow local_files_only for fast pretrained tokenizers (#13225) · 39db2f3c
      Bram Vanroy authored
      * allow local_files_only for fast pretrained tokenizers
      
      * make style
      39db2f3c
  4. 23 Aug, 2021 8 commits
  5. 20 Aug, 2021 1 commit
  6. 19 Aug, 2021 1 commit
  7. 18 Aug, 2021 2 commits
  8. 17 Aug, 2021 2 commits
  9. 16 Aug, 2021 5 commits
  10. 13 Aug, 2021 6 commits
  11. 12 Aug, 2021 3 commits