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

Allow dict datatype for checkpoints (inference) #3007

Merged
merged 6 commits into from Jun 1, 2023

Conversation

mrwyattii
Copy link
Contributor

When we refactored DeepSpeed-inference config, we made it so that checkpoint always had to be a string to a json file. However, the code supports passing a dictionary directly. Adding support for passing a Dict again.

Fixes microsoft/DeepSpeed-MII#156

@mrwyattii mrwyattii merged commit da8f4e0 into microsoft:master Jun 1, 2023
19 checks passed
molly-smith pushed a commit that referenced this pull request Jun 23, 2023
Co-authored-by: Olatunji Ruwase <olruwase@microsoft.com>
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

Successfully merging this pull request may close these issues.

Pydantic Validation Failed When Running examples/local/text-generation-bloom-example.py
3 participants