1. 03 Aug, 2022 1 commit
    • LSinev's avatar
      Fix torch version comparisons (#18460) · 02b176c4
      LSinev authored
      Comparisons like
      version.parse(torch.__version__) > version.parse("1.6")
      are True for torch==1.6.0+cu101 or torch==1.6.0+cpu
      
      version.parse(version.parse(torch.__version__).base_version) are preferred (and available in pytorch_utils.py
      02b176c4
  2. 19 May, 2022 1 commit
  3. 12 May, 2022 1 commit
  4. 09 Feb, 2022 1 commit
  5. 11 Nov, 2021 1 commit
  6. 22 Oct, 2021 1 commit
  7. 30 Jul, 2021 1 commit
    • 21jun's avatar
      fix typo in gradient_checkpointing arg (#12855) · 5c673efa
      21jun authored
      help for `ModelArguments.gradient_checkpointing` should be
      "If True, use gradient checkpointing to save memory
      at the expense of slower backward pass."
      not "Whether to freeze the feature extractor layers of the model."
      (which is duplicated from `freeze_feature_extractor` arg)
      5c673efa
  8. 15 Jul, 2021 1 commit
  9. 25 Jun, 2021 1 commit
  10. 14 Jun, 2021 1 commit
  11. 09 Jun, 2021 1 commit