Proto commits in microsoft/DeepSpeed-MII

These 27 commits are when the Protocol Buffers files have changed:

Commit:7efbb32
Author:Logan Adams
Committer:GitHub

Remove Conversation from MII as it was deprecated and removed from transformers. (#492)

The documentation is generated from this commit.

Commit:8e0c7f1
Author:Gaurav Rajguru
Committer:GitHub

Add support for inpainting task in DS-MII (#410) Co-authored-by: grajguru <grajguru@microsoft.com>

Commit:af874da
Author:Gaurav Rajguru
Committer:GitHub

text2img task to support negative prompts (#407) Co-authored-by: grajguru <grajguru@microsoft.com>

Commit:18dd3cb
Author:PhaniShekhar
Committer:GitHub

Add support for zero shot image classification task (#326) Co-authored-by: Michael Wyatt <michaelwyatt@microsoft.com>

Commit:f34b772
Author:Michael Wyatt
Committer:GitHub

Unify input/output types (#295)

Commit:6b40e52
Author:Masahiro Tanaka
Committer:GitHub

MII v0.1.0 release (#252) Co-authored-by: Michael Wyatt <michaelwyatt@microsoft.com> Co-authored-by: Connor Holmes <connorholmes@microsoft.com> Co-authored-by: Logan Adams <114770087+loadams@users.noreply.github.com> Co-authored-by: Jeff Rasley <jerasley@microsoft.com> Co-authored-by: Ammar Ahmad Awan <ammar.awan@microsoft.com>

Commit:da82c2c
Author:Michael Wyatt

mii v0.1

Commit:0fab33c
Author:Michael Wyatt
Committer:GitHub

Update AML Deployment (#211) Co-Author: Danny Bruno <DannyBruno@users.noreply.github.com> Co-authored-by: Srujan Saggam <41802116+srsaggam@users.noreply.github.com>

Commit:e1b6d23
Author:Tosin Segun

Fixing LB process not terminating

Commit:43479db
Author:Tosin Segun

Refactoring GRPC

Commit:72dd95c
Author:Tosin Segun

formatting

Commit:3ce77d2
Author:Tosin Segun

Partial Termination

Commit:adee843
Author:Tosin Segun

fixing add deploy api queries

Commit:189e75c
Author:Tosin Segun

Partial deploy started

Commit:c2636b7
Author:Tosin Segun

More partial deploy updates

Commit:710c20b
Author:Tosin Segun

Initial partial deployment commit

Commit:b4edc2b
Author:Tosin Segun

Refactoring Load Balancer and request_proto

Commit:9527eb5
Author:Masahiro Tanaka
Committer:GitHub

Add session to enable multi-turn conversation (#177) * add session to enable multi-turn conversation * remove old code * add example for chat applications * update README and chat example * update chat example

Commit:9ec2f12
Author:Masahiro Tanaka
Committer:GitHub

Load balancing and multiple replicas (#147) Co-authored-by: Michael Wyatt <michaelwyatt@microsoft.com>

Commit:e31b3e2
Author:Jeff Rasley
Committer:GitHub

add support for txt2img task (#57) Co-authored-by: Ammar Ahmad Awan <ammar.awan@microsoft.com>

Commit:f29a6ca
Author:Jeff Rasley
Committer:GitHub

various clean-up (#59) Co-authored-by: Jeff Rasley <jerasley@microsoft.com> Co-authored-by: Ammar Ahmad Awan <ammar.awan@microsoft.com>

Commit:9f407f9
Author:Jeff Rasley

add model time taken

Commit:b67556d
Author:Jeff Rasley
Committer:GitHub

Multi-batch support for text-generation (#40) Co-authored-by: Michael Wyatt <michaelwyatt@microsoft.com>

Commit:34e0134
Author:Cheng Li
Committer:GitHub

Enable zero inference in a separate code path from ds_optimize (#24) Co-authored-by: Michael Wyatt <michaelwyatt@microsoft.com> Co-authored-by: Jeff Rasley <jerasley@microsoft.com>

Commit:b048d11
Author:Cheng Li
Committer:GitHub

Add huggingface models and tasks that use gpt2 and robert model type (#16) * support all hf gpt2 and roberta models * add text-classification, token-classification, and fill-mask * support all hf gpt2 and roberta models * add text-classification, token-classification, and fill-mask * add conversational task * fix format * remove query2 * add time measurement * Removing configs that are not necessary Co-authored-by: Samyam Rajbhandari <samyamr@microsoft.com>

Commit:61696ff
Author:Samyam Rajbhandari
Committer:GitHub

Samyam/generic server client score (#7) Co-authored-by: Jeff Rasley <jerasley@microsoft.com>

Commit:6fa7f5d
Author:Jeff Rasley
Committer:GitHub

Local deployment support (#4)