Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix circleci: use bash #575

Merged
merged 1 commit into from Dec 31, 2022
Merged

Fix circleci: use bash #575

merged 1 commit into from Dec 31, 2022

Conversation

suchenzang
Copy link
Contributor

@suchenzang suchenzang merged commit 6687b6f into main Dec 31, 2022
@suchenzang suchenzang deleted the susan/fix_miniconda branch December 31, 2022 16:38
sahajgg added a commit to sahajgg/metaseq that referenced this pull request Jan 2, 2023
commit 511504b
Author: Susan Zhang <suchenzang@users.noreply.github.com>
Date:   Sun Jan 1 17:00:25 2023 +0100

    Init for model_parallel == 1 (facebookresearch#577)

    * gate by arch, not by mp size

    * add back mp > 1 conditional

commit 59403be
Author: Susan Zhang <suchenzang@users.noreply.github.com>
Date:   Sun Jan 1 00:42:37 2023 +0100

    [Cleanup] Remove MegatronTrainer (facebookresearch#576)

commit 6687b6f
Author: Susan Zhang <suchenzang@users.noreply.github.com>
Date:   Sat Dec 31 17:38:28 2022 +0100

    use bash (facebookresearch#575)

commit a87e08f
Author: Stephen Roller <roller@fb.com>
Date:   Fri Dec 30 14:11:57 2022 -0500

    Add Sharan to CODEOWNERS (facebookresearch#558)

commit 1d4af00
Author: Stephen Roller <roller@fb.com>
Date:   Fri Dec 30 14:11:47 2022 -0500

    Fix config.yml dump in training runs. (facebookresearch#557)

commit ed85aad
Author: Christian Clauss <cclauss@me.com>
Date:   Fri Dec 30 07:43:41 2022 +0100

    Current flake8 no longer accepts comments on config lines (facebookresearch#570)

    * Current flake8 no longer accepts comments on config lines

    `ValueError: Error code '#' supplied to 'extend-ignore' option does not match '^[A-Z]{1,3}[0-9]{0,3}$'`

    * flake8==6.0.0

    * Update .flake8

    * Update setup.py

    Co-authored-by: Stephen Roller <roller@fb.com>

    Co-authored-by: Stephen Roller <roller@fb.com>

commit db6842b
Author: Taichi Nishimura <lack_un@yahoo.co.jp>
Date:   Fri Dec 30 12:14:49 2022 +0900

    Add backslash to the script in projects/OPT/download_opt175b.md (facebookresearch#573)

    * add backslash to script

    * add backslash to docs/api.md

commit 966561e
Author: Binh Tang <tangbinh.na@gmail.com>
Date:   Wed Dec 28 13:11:39 2022 -0800

    Add a new script to reshard model parallel parts (facebookresearch#556)

    Co-authored-by: Binh Tang <tangbinhna@gmail.com>
sahajgg added a commit to sahajgg/metaseq that referenced this pull request Jan 2, 2023
commit 92033ae
Merge: fea5f00 511504b
Author: sahagar <68225900+sahagar@users.noreply.github.com>
Date:   Mon Jan 2 16:11:59 2023 +0530

    Merge branch 'main' of https://github.com/sahagar/metaseq

commit fea5f00
Author: sahagar <68225900+sahagar@users.noreply.github.com>
Date:   Mon Jan 2 16:04:04 2023 +0530

    add back reshard script

commit 802aa42
Author: sahagar <68225900+sahagar@users.noreply.github.com>
Date:   Mon Jan 2 15:57:35 2023 +0530

    Squashed commit of the following:

    commit 511504b
    Author: Susan Zhang <suchenzang@users.noreply.github.com>
    Date:   Sun Jan 1 17:00:25 2023 +0100

        Init for model_parallel == 1 (facebookresearch#577)

        * gate by arch, not by mp size

        * add back mp > 1 conditional

    commit 59403be
    Author: Susan Zhang <suchenzang@users.noreply.github.com>
    Date:   Sun Jan 1 00:42:37 2023 +0100

        [Cleanup] Remove MegatronTrainer (facebookresearch#576)

    commit 6687b6f
    Author: Susan Zhang <suchenzang@users.noreply.github.com>
    Date:   Sat Dec 31 17:38:28 2022 +0100

        use bash (facebookresearch#575)

    commit a87e08f
    Author: Stephen Roller <roller@fb.com>
    Date:   Fri Dec 30 14:11:57 2022 -0500

        Add Sharan to CODEOWNERS (facebookresearch#558)

    commit 1d4af00
    Author: Stephen Roller <roller@fb.com>
    Date:   Fri Dec 30 14:11:47 2022 -0500

        Fix config.yml dump in training runs. (facebookresearch#557)

    commit ed85aad
    Author: Christian Clauss <cclauss@me.com>
    Date:   Fri Dec 30 07:43:41 2022 +0100

        Current flake8 no longer accepts comments on config lines (facebookresearch#570)

        * Current flake8 no longer accepts comments on config lines

        `ValueError: Error code '#' supplied to 'extend-ignore' option does not match '^[A-Z]{1,3}[0-9]{0,3}$'`

        * flake8==6.0.0

        * Update .flake8

        * Update setup.py

        Co-authored-by: Stephen Roller <roller@fb.com>

        Co-authored-by: Stephen Roller <roller@fb.com>

    commit db6842b
    Author: Taichi Nishimura <lack_un@yahoo.co.jp>
    Date:   Fri Dec 30 12:14:49 2022 +0900

        Add backslash to the script in projects/OPT/download_opt175b.md (facebookresearch#573)

        * add backslash to script

        * add backslash to docs/api.md

    commit 966561e
    Author: Binh Tang <tangbinh.na@gmail.com>
    Date:   Wed Dec 28 13:11:39 2022 -0800

        Add a new script to reshard model parallel parts (facebookresearch#556)

        Co-authored-by: Binh Tang <tangbinhna@gmail.com>

commit 511504b
Author: Susan Zhang <suchenzang@users.noreply.github.com>
Date:   Sun Jan 1 17:00:25 2023 +0100

    Init for model_parallel == 1 (facebookresearch#577)

    * gate by arch, not by mp size

    * add back mp > 1 conditional

commit 59403be
Author: Susan Zhang <suchenzang@users.noreply.github.com>
Date:   Sun Jan 1 00:42:37 2023 +0100

    [Cleanup] Remove MegatronTrainer (facebookresearch#576)

commit 6687b6f
Author: Susan Zhang <suchenzang@users.noreply.github.com>
Date:   Sat Dec 31 17:38:28 2022 +0100

    use bash (facebookresearch#575)

commit a87e08f
Author: Stephen Roller <roller@fb.com>
Date:   Fri Dec 30 14:11:57 2022 -0500

    Add Sharan to CODEOWNERS (facebookresearch#558)

commit 1d4af00
Author: Stephen Roller <roller@fb.com>
Date:   Fri Dec 30 14:11:47 2022 -0500

    Fix config.yml dump in training runs. (facebookresearch#557)

commit ed85aad
Author: Christian Clauss <cclauss@me.com>
Date:   Fri Dec 30 07:43:41 2022 +0100

    Current flake8 no longer accepts comments on config lines (facebookresearch#570)

    * Current flake8 no longer accepts comments on config lines

    `ValueError: Error code '#' supplied to 'extend-ignore' option does not match '^[A-Z]{1,3}[0-9]{0,3}$'`

    * flake8==6.0.0

    * Update .flake8

    * Update setup.py

    Co-authored-by: Stephen Roller <roller@fb.com>

    Co-authored-by: Stephen Roller <roller@fb.com>

commit db6842b
Author: Taichi Nishimura <lack_un@yahoo.co.jp>
Date:   Fri Dec 30 12:14:49 2022 +0900

    Add backslash to the script in projects/OPT/download_opt175b.md (facebookresearch#573)

    * add backslash to script

    * add backslash to docs/api.md

commit 966561e
Author: Binh Tang <tangbinh.na@gmail.com>
Date:   Wed Dec 28 13:11:39 2022 -0800

    Add a new script to reshard model parallel parts (facebookresearch#556)

    Co-authored-by: Binh Tang <tangbinhna@gmail.com>

commit 4eb133c
Merge: a9b23dd b929eef
Author: sahagar <68225900+sahagar@users.noreply.github.com>
Date:   Tue Dec 27 18:45:48 2022 +0000

    Merge branch 'facebookresearch:main' into main
sahajgg added a commit to sahajgg/metaseq that referenced this pull request Jan 2, 2023
* simplify cli

* add error pipe

* distributed training updates

* bug fix

* bug fixes

* update

* updates

* updates

* bug fix

* updates

* bug fix

* bug fix

* bug fix

* updates

* bug fix

* try updates

* comment out excessive info printed in terminal

* updates

* check point updates

* remove excess logs

* updates

* bug fix

* add cpu debug job

* update

* update

* update scripts

* Squashed commit of the following:

commit 92033ae
Merge: fea5f00 511504b
Author: sahagar <68225900+sahagar@users.noreply.github.com>
Date:   Mon Jan 2 16:11:59 2023 +0530

    Merge branch 'main' of https://github.com/sahagar/metaseq

commit fea5f00
Author: sahagar <68225900+sahagar@users.noreply.github.com>
Date:   Mon Jan 2 16:04:04 2023 +0530

    add back reshard script

commit 802aa42
Author: sahagar <68225900+sahagar@users.noreply.github.com>
Date:   Mon Jan 2 15:57:35 2023 +0530

    Squashed commit of the following:

    commit 511504b
    Author: Susan Zhang <suchenzang@users.noreply.github.com>
    Date:   Sun Jan 1 17:00:25 2023 +0100

        Init for model_parallel == 1 (facebookresearch#577)

        * gate by arch, not by mp size

        * add back mp > 1 conditional

    commit 59403be
    Author: Susan Zhang <suchenzang@users.noreply.github.com>
    Date:   Sun Jan 1 00:42:37 2023 +0100

        [Cleanup] Remove MegatronTrainer (facebookresearch#576)

    commit 6687b6f
    Author: Susan Zhang <suchenzang@users.noreply.github.com>
    Date:   Sat Dec 31 17:38:28 2022 +0100

        use bash (facebookresearch#575)

    commit a87e08f
    Author: Stephen Roller <roller@fb.com>
    Date:   Fri Dec 30 14:11:57 2022 -0500

        Add Sharan to CODEOWNERS (facebookresearch#558)

    commit 1d4af00
    Author: Stephen Roller <roller@fb.com>
    Date:   Fri Dec 30 14:11:47 2022 -0500

        Fix config.yml dump in training runs. (facebookresearch#557)

    commit ed85aad
    Author: Christian Clauss <cclauss@me.com>
    Date:   Fri Dec 30 07:43:41 2022 +0100

        Current flake8 no longer accepts comments on config lines (facebookresearch#570)

        * Current flake8 no longer accepts comments on config lines

        `ValueError: Error code '#' supplied to 'extend-ignore' option does not match '^[A-Z]{1,3}[0-9]{0,3}$'`

        * flake8==6.0.0

        * Update .flake8

        * Update setup.py

        Co-authored-by: Stephen Roller <roller@fb.com>

        Co-authored-by: Stephen Roller <roller@fb.com>

    commit db6842b
    Author: Taichi Nishimura <lack_un@yahoo.co.jp>
    Date:   Fri Dec 30 12:14:49 2022 +0900

        Add backslash to the script in projects/OPT/download_opt175b.md (facebookresearch#573)

        * add backslash to script

        * add backslash to docs/api.md

    commit 966561e
    Author: Binh Tang <tangbinh.na@gmail.com>
    Date:   Wed Dec 28 13:11:39 2022 -0800

        Add a new script to reshard model parallel parts (facebookresearch#556)

        Co-authored-by: Binh Tang <tangbinhna@gmail.com>

commit 511504b
Author: Susan Zhang <suchenzang@users.noreply.github.com>
Date:   Sun Jan 1 17:00:25 2023 +0100

    Init for model_parallel == 1 (facebookresearch#577)

    * gate by arch, not by mp size

    * add back mp > 1 conditional

commit 59403be
Author: Susan Zhang <suchenzang@users.noreply.github.com>
Date:   Sun Jan 1 00:42:37 2023 +0100

    [Cleanup] Remove MegatronTrainer (facebookresearch#576)

commit 6687b6f
Author: Susan Zhang <suchenzang@users.noreply.github.com>
Date:   Sat Dec 31 17:38:28 2022 +0100

    use bash (facebookresearch#575)

commit a87e08f
Author: Stephen Roller <roller@fb.com>
Date:   Fri Dec 30 14:11:57 2022 -0500

    Add Sharan to CODEOWNERS (facebookresearch#558)

commit 1d4af00
Author: Stephen Roller <roller@fb.com>
Date:   Fri Dec 30 14:11:47 2022 -0500

    Fix config.yml dump in training runs. (facebookresearch#557)

commit ed85aad
Author: Christian Clauss <cclauss@me.com>
Date:   Fri Dec 30 07:43:41 2022 +0100

    Current flake8 no longer accepts comments on config lines (facebookresearch#570)

    * Current flake8 no longer accepts comments on config lines

    `ValueError: Error code '#' supplied to 'extend-ignore' option does not match '^[A-Z]{1,3}[0-9]{0,3}$'`

    * flake8==6.0.0

    * Update .flake8

    * Update setup.py

    Co-authored-by: Stephen Roller <roller@fb.com>

    Co-authored-by: Stephen Roller <roller@fb.com>

commit db6842b
Author: Taichi Nishimura <lack_un@yahoo.co.jp>
Date:   Fri Dec 30 12:14:49 2022 +0900

    Add backslash to the script in projects/OPT/download_opt175b.md (facebookresearch#573)

    * add backslash to script

    * add backslash to docs/api.md

commit 966561e
Author: Binh Tang <tangbinh.na@gmail.com>
Date:   Wed Dec 28 13:11:39 2022 -0800

    Add a new script to reshard model parallel parts (facebookresearch#556)

    Co-authored-by: Binh Tang <tangbinhna@gmail.com>

commit 4eb133c
Merge: a9b23dd b929eef
Author: sahagar <68225900+sahagar@users.noreply.github.com>
Date:   Tue Dec 27 18:45:48 2022 +0000

    Merge branch 'facebookresearch:main' into main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants