"tests/pipelines/qwenimage/test_qwenimage.py" did not exist on "d269cc8a4e9b7380d52daef1ee7ec4c82c942a13"
  1. 07 Aug, 2023 1 commit
  2. 24 Jul, 2023 1 commit
  3. 18 Jul, 2023 1 commit
  4. 12 Jul, 2023 1 commit
  5. 27 Jun, 2023 1 commit
  6. 22 Jun, 2023 1 commit
    • Alex Hall's avatar
      Refactor hyperparameter search backends (#24384) · b6295b26
      Alex Hall authored
      * Refactor hyperparameter search backends
      
      * Simpler refactoring without abstract base class
      
      * black
      
      * review comments:
      specify name in class
      use methods instead of callable class attributes
      name constant better
      
      * review comments: safer bool checking, log multiple available backends
      
      * test ALL_HYPERPARAMETER_SEARCH_BACKENDS vs HPSearchBackend in unit test, not module. format with black.
      
      * copyright
      b6295b26
  7. 12 Jun, 2023 1 commit
  8. 24 May, 2023 1 commit
  9. 28 Apr, 2023 1 commit
  10. 17 Apr, 2023 1 commit
  11. 12 Apr, 2023 1 commit
  12. 04 Apr, 2023 1 commit
  13. 16 Mar, 2023 1 commit
  14. 10 Mar, 2023 1 commit
  15. 09 Mar, 2023 1 commit
  16. 28 Feb, 2023 1 commit
  17. 23 Feb, 2023 1 commit
  18. 22 Feb, 2023 2 commits
  19. 07 Feb, 2023 1 commit
  20. 06 Feb, 2023 1 commit
    • Sylvain Gugger's avatar
      Update quality tooling for formatting (#21480) · 6f79d264
      Sylvain Gugger authored
      * Result of black 23.1
      
      * Update target to Python 3.7
      
      * Switch flake8 to ruff
      
      * Configure isort
      
      * Configure isort
      
      * Apply isort with line limit
      
      * Put the right black version
      
      * adapt black in check copies
      
      * Fix copies
      6f79d264
  21. 18 Jan, 2023 2 commits
    • jeffhataws's avatar
      Add AWS Neuron torchrun support (#20806) · c59d71b2
      jeffhataws authored
      * Add XLA torchrun support
      
      * Clarify that currently DDP doesn't work with torch.distributed XLA backend yet
      
      * Enable DDP with torchrun and XLA (now available in PT-XLA 1.13)
      
      * Add check for AWS Neuron availability and AWS Neuron specific compiler flag
      
      * Change the new test's name to TestTrainerDistributedNeuronCore
      
      * Remove "assert" and replace raised exception
      
      * Remove compiler flag as it is optional. If needed, will be another PR.
      
      * Use TORCHELASTIC_RUN_ID to determine whether torchrun is used
      c59d71b2
    • Sylvain Gugger's avatar
      Adapt repository creation to latest hf_hub (#21158) · 05e72aa0
      Sylvain Gugger authored
      * Adapt repository creation to latest hf_hub
      
      * Update all examples
      
      * Fix other tests, add Flax examples
      
      * Address review comments
      05e72aa0
  22. 12 Jan, 2023 1 commit
  23. 20 Dec, 2022 1 commit
  24. 30 Nov, 2022 1 commit
  25. 25 Nov, 2022 1 commit
  26. 18 Nov, 2022 1 commit
    • atturaioe's avatar
      Add AnyPrecisionAdamW optimizer (#18961) · 84c9cc6d
      atturaioe authored
      * Add AnyPrecisionAdamW optimizer
      
      * Add optim_args argument to TrainingArgs
      
      * Add tests for AnyPrecisionOptimizer
      
      * Change AnyPrecisionAdam default params to float32
      
      * Move default_anyprecision_kwargs in trainer test
      
      * Rename AnyPrecisionAdamW
      84c9cc6d
  27. 16 Nov, 2022 1 commit
  28. 15 Sep, 2022 1 commit
  29. 12 Aug, 2022 1 commit
  30. 13 Jul, 2022 1 commit
    • Wei's avatar
      Enable torchdynamo with torch_tensorrt(fx path) (#17765) · 7ea6ccc2
      Wei authored
      
      
      * enable fx2trt
      
      * Update perf_train_gpu_one.mdx
      
      * Update perf_train_gpu_one.mdx
      
      * add lib check
      
      * update
      
      * format
      
      * update
      
      * fix import check
      
      * fix isort
      
      * improve doc
      
      * refactor ctx manager
      
      * fix isort
      
      * black format
      
      * isort fix
      
      * fix format
      
      * update args
      
      * update black
      
      * cleanups
      
      * Update perf_train_gpu_one.mdx
      
      * code refactor
      
      * code refactor to init
      
      * remove redundancy
      
      * isort
      
      * replace self.args with args
      Co-authored-by: default avatarStas Bekman <stas@stason.org>
      7ea6ccc2
  31. 12 Jul, 2022 1 commit
  32. 08 Jul, 2022 1 commit
  33. 01 Jul, 2022 1 commit
  34. 30 Jun, 2022 1 commit
  35. 28 Jun, 2022 1 commit
  36. 21 Jun, 2022 1 commit
  37. 20 Jun, 2022 1 commit
  38. 14 Jun, 2022 1 commit