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

NON_PERSISTENT deployment type giving AttributeError #210

Closed
anandsriraman opened this issue Jul 19, 2023 · 2 comments
Closed

NON_PERSISTENT deployment type giving AttributeError #210

anandsriraman opened this issue Jul 19, 2023 · 2 comments

Comments

@anandsriraman
Copy link

anandsriraman commented Jul 19, 2023

I'm trying the bloom560m deployment example using

deployment_type=mii.constants.DeploymentType.NON_PERSISTENT

However, this results in an AttributeError. Looks like #197 has been merged, but the release hasn't been created yet in Pypy. So installing the package with

pip install deepspeed-mii

results in version 0.0.4 being installed which was released in Dec 2022.

@anandsriraman anandsriraman changed the title NON_PERSISTENT giving AttributeError NON_PERSISTENT deployment type giving AttributeError Jul 19, 2023
@mrwyattii
Copy link
Contributor

Hi @anandsriraman you are right, it's been a long time since we have done a release. I will talk with the team about pushing out a 0.0.5 release this week. However, we are currently making lots of changes and adding a ton of new features to MII and plan to do a 0.1.0 release with all of those soon!

In the meantime, you can install with pip install git+https://github.com/microsoft/deepspeed-mii to get the latest changes

@mrwyattii
Copy link
Contributor

0.0.5 and 0.0.6 have been released and include the non-persistent deployment type. Closing this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants