[Deepspeed] add many more models to the model zoo test (#12695)

* model zoo take 2

* add deberta

* new param for zero2

* doc update

* doc update

* add layoutlm

* bump deepspeed

* add deberta-v2, funnel, longformer

* new models

* style

* add t5_v1

* update TAPAS status

* reorg problematic models

* move doc to another PR

* style

* fix checkpoint check test

* making progress on more models running

* cleanup

* new version

* cleanup
This commit is contained in:
Stas Bekman
2022-05-10 08:22:42 -07:00
committed by GitHub
parent 9aeacfe0ff
commit f861504466
4 changed files with 133 additions and 44 deletions

View File

@@ -19,7 +19,7 @@ To create the package for pypi.
1. Run `make pre-release` (or `make pre-patch` for a patch release) then run `make fix-copies` to fix the index of the
documentation.
If releasing on a special branch, copy the updated README.md on the main branch for your the commit you will make
for the post-release and run `make fix-copies` on the main branch as well.
@@ -102,7 +102,7 @@ _deps = [
"cookiecutter==1.7.3",
"dataclasses",
"datasets",
"deepspeed>=0.6.0",
"deepspeed>=0.6.4",
"fairscale>0.3",
"faiss-cpu",
"fastapi",