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

Add deepspeed #19021

Closed
wants to merge 6 commits into from
Closed

Add deepspeed #19021

wants to merge 6 commits into from

Conversation

weiji14
Copy link
Member

@weiji14 weiji14 commented May 20, 2022

DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective. Repo at https://github.com/microsoft/DeepSpeed

Supersedes #14699, Resolves #18420, Addresses microsoft/DeepSpeed#1002

Checklist

  • Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml".
  • License file is packaged (see here for an example).
  • Source is from official source.
  • Package does not vendor other packages. (If a package uses the source of another package, they should be separate packages or the licenses of all packages need to be packaged).
  • If static libraries are linked in, the license of the static library is packaged.
  • Build number is 0.
  • A tarball (url) rather than a repo (e.g. git_url) is used in your recipe (see here for more details).
  • GitHub users listed in the maintainer section have posted a comment confirming they are willing to be listed there.
  • When in trouble, please check our knowledge base documentation before pinging a team.

DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.
@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I wanted to let you know that I linted all conda-recipes in your PR (recipes/deepspeed) and found some lint.

Here's what I've got...

For recipes/deepspeed:

  • noarch: python recipes are required to have a lower bound on the python version. Typically this means putting python >=3.6 in both host and run but you should check upstream for the package's Python compatibility.

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipes/deepspeed) and found it was in an excellent condition.

recipes/deepspeed/meta.yaml Outdated Show resolved Hide resolved
- pytorch
run:
- hjson-py
- ninja
Copy link
Member Author

@weiji14 weiji14 May 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This ninja isn't the PyPI one from https://pypi.org/project/ninja/. See issue at conda-forge/ninja-feedstock#26. Need to have a python-ninja package or similar on conda-forge first. Edit: PR at #19098

@stale
Copy link

stale bot commented Nov 2, 2022

Hi friend!

We really, really, really appreciate that you have taken the time to make a PR on conda-forge/staged-recipes! conda-forge only exists because people like you donate their time to build and maintain conda recipes for use by the community.

In an effort to maintain this repository and increase the signal-to-noise for open PRs, the maintainers of staged-recipes close excessively old PRs after six months. This PR will remain open for another month, and then will be closed.

If you'd like to keep it open, please comment/push and we will be happy to oblige! Note that very old PRs will likely need to be rebased on main so that they can be rebuilt with the most recent CI scripts. If you have any trouble, or we missed reviewing this PR in the first place (sorry!), feel free to ping the team using a special command in a comment on the PR to get the attention of the staged-recipes team.

Cheers and thank you for contributing to this community effort!

@stale stale bot added the stale will be closed in 30 days label Nov 2, 2022
@weiji14
Copy link
Member Author

weiji14 commented Nov 2, 2022

Not stale, still waiting on python-ninja dependency to be built on conda-forge, see #19098

@stale stale bot removed the stale will be closed in 30 days label Nov 2, 2022
@hadim hadim mentioned this pull request Jan 11, 2023
10 tasks
@hadim
Copy link
Member

hadim commented Jan 15, 2023

@weiji14
Copy link
Member Author

weiji14 commented Jan 16, 2023

Closed by #21708, thanks @hadim!

@weiji14 weiji14 closed this Jan 16, 2023
@weiji14 weiji14 deleted the deepspeed branch February 7, 2023 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Package request: deepspeed
3 participants