Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
3eba1dd2
Unverified
Commit
3eba1dd2
authored
Mar 01, 2023
by
Stas Bekman
Committed by
GitHub
Mar 01, 2023
Browse files
[doc] deepspeed tests (#21859)
parent
571dd693
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
docs/source/en/main_classes/deepspeed.mdx
docs/source/en/main_classes/deepspeed.mdx
+18
-0
No files found.
docs/source/en/main_classes/deepspeed.mdx
View file @
3eba1dd2
...
@@ -2245,6 +2245,24 @@ rank1:
...
@@ -2245,6 +2245,24 @@ rank1:
This
was
a
very
basic
example
and
you
will
want
to
adapt
it
to
your
needs
.
This
was
a
very
basic
example
and
you
will
want
to
adapt
it
to
your
needs
.
##
Testing
Deepspeed
Integration
If
you
submit
a
PR
that
involves
DeepSpeed
integration
please
note
our
CircleCI
PR
CI
setup
has
no
GPUs
,
so
we
only
run
tests
requiring
gpus
on
a
different
CI
nightly
.
Therefore
if
you
get
a
green
CI
report
in
your
PR
it
doesn
't mean DeepSpeed tests pass.
To run DeepSpeed tests, please run at least:
```
RUN_SLOW=1 pytest tests/deepspeed/test_deepspeed.py
```
If you changed any of the modeling or pytorch examples code, then run the model zoo tests as well. The following will run all DeepSpeed tests:
```
RUN_SLOW=1 pytest tests/deepspeed
```
## Main DeepSpeed Resources
## Main DeepSpeed Resources
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment