Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: petuum/adaptdl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.11
Choose a base ref
...
head repository: petuum/adaptdl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 25 files changed
  • 4 contributors

Commits on Jun 30, 2022

  1. Make from_ray True only for Tune scheduler (#126)

    * do Ray related initialization if init_method is provided
    
    * make from_ray trial sched specific
    
    * 1. minor fixes 2. catch up with Ray
    
    * fix adaptdl_ray reqs
    
    * remove restriction on ray version
    odp authored Jun 30, 2022
    Copy the full SHA
    20e9497 View commit details

Commits on Aug 2, 2022

  1. Resolve new flake8 errors (#130)

    * fix linting issues
    
    * move to pymoo 0.6.0
    
    * fix pymoo==0.6.0
    
    * revert k8s asyncio version
    
    * back to pymoo==0.5.0
    odp authored Aug 2, 2022
    Copy the full SHA
    3453440 View commit details
  2. Improve documentation for adaptdl ray-aws (#127)

    * improve documentation for adaptdl ray-aws
    
    * pr feedback
    
    * disable assert syntax warning
    
    * fix tests
    
    * fix tests
    
    * fix flake8 version
    
    * revert flake8 version fix
    rmfan authored Aug 2, 2022
    Copy the full SHA
    b3d4aab View commit details
  3. Bugfixes from Fairseq integration (#129)

    * 1. divide actual grads and not copy 2. adjust adamscale prev step
    
    * final fixes
    
    * use max_tokens for local_bsz
    
    * move pinv to the same device as the parameters
    
    * constrain atomic_bsz before goodput evaluation
    
    * remove hack around local_bsz
    
    * remove gns/lr scaling tweaks
    
    * lint
    odp authored Aug 2, 2022
    Copy the full SHA
    5b774c6 View commit details

Commits on Aug 3, 2022

  1. Copy the full SHA
    113bfea View commit details
  2. Copy the full SHA
    30e38ec View commit details

Commits on Aug 13, 2022

  1. incorporate https://stackoverflow.com/a/71865467 (#134)

    Co-authored-by: Aurick Qiao <[email protected]>
    odp and aurickq authored Aug 13, 2022
    Copy the full SHA
    544babb View commit details

Commits on Jan 6, 2023

  1. Update README.rst

    Update build badge route as per badges/shields#8671
    hunterhector authored Jan 6, 2023
    Copy the full SHA
    542e123 View commit details
Loading