Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
be85a0f3
Commit
be85a0f3
authored
Jan 19, 2022
by
Frank Lee
Committed by
ver217
Jan 19, 2022
Browse files
removed tutorial markdown and refreshed rst files for consistency
parent
ca4ae52d
Changes
102
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
95 additions
and
44 deletions
+95
-44
docs/colossalai/colossalai.nn.layer.moe.rst
docs/colossalai/colossalai.nn.layer.moe.rst
+11
-0
docs/colossalai/colossalai.nn.layer.non_parallel_layers.rst
docs/colossalai/colossalai.nn.layer.non_parallel_layers.rst
+0
-5
docs/colossalai/colossalai.nn.layer.parallel_1d.rst
docs/colossalai/colossalai.nn.layer.parallel_1d.rst
+4
-4
docs/colossalai/colossalai.nn.layer.parallel_2d.rst
docs/colossalai/colossalai.nn.layer.parallel_2d.rst
+4
-4
docs/colossalai/colossalai.nn.layer.parallel_2p5d.rst
docs/colossalai/colossalai.nn.layer.parallel_2p5d.rst
+4
-4
docs/colossalai/colossalai.nn.layer.parallel_3d.rst
docs/colossalai/colossalai.nn.layer.parallel_3d.rst
+4
-4
docs/colossalai/colossalai.nn.layer.parallel_sequence.rst
docs/colossalai/colossalai.nn.layer.parallel_sequence.rst
+4
-4
docs/colossalai/colossalai.nn.layer.rst
docs/colossalai/colossalai.nn.layer.rst
+11
-4
docs/colossalai/colossalai.nn.layer.utils.common.rst
docs/colossalai/colossalai.nn.layer.utils.common.rst
+5
-0
docs/colossalai/colossalai.nn.layer.utils.rst
docs/colossalai/colossalai.nn.layer.utils.rst
+11
-0
docs/colossalai/colossalai.nn.layer.vanilla.layers.rst
docs/colossalai/colossalai.nn.layer.vanilla.layers.rst
+5
-0
docs/colossalai/colossalai.nn.layer.vanilla.rst
docs/colossalai/colossalai.nn.layer.vanilla.rst
+11
-0
docs/colossalai/colossalai.nn.layer.wrapper.pipeline_wrapper.rst
...lossalai/colossalai.nn.layer.wrapper.pipeline_wrapper.rst
+5
-0
docs/colossalai/colossalai.nn.layer.wrapper.rst
docs/colossalai/colossalai.nn.layer.wrapper.rst
+1
-0
docs/colossalai/colossalai.nn.loss.cross_entropy_2d.rst
docs/colossalai/colossalai.nn.loss.cross_entropy_2d.rst
+0
-5
docs/colossalai/colossalai.nn.loss.cross_entropy_2p5d.rst
docs/colossalai/colossalai.nn.loss.cross_entropy_2p5d.rst
+0
-5
docs/colossalai/colossalai.nn.loss.cross_entropy_3d.rst
docs/colossalai/colossalai.nn.loss.cross_entropy_3d.rst
+0
-5
docs/colossalai/colossalai.nn.loss.loss_2d.rst
docs/colossalai/colossalai.nn.loss.loss_2d.rst
+5
-0
docs/colossalai/colossalai.nn.loss.loss_2p5d.rst
docs/colossalai/colossalai.nn.loss.loss_2p5d.rst
+5
-0
docs/colossalai/colossalai.nn.loss.loss_3d.rst
docs/colossalai/colossalai.nn.loss.loss_3d.rst
+5
-0
No files found.
docs/colossalai/colossalai.nn.layer.moe.rst
0 → 100644
View file @
be85a0f3
colossalai.nn.layer.moe
=======================
.. automodule:: colossalai.nn.layer.moe
:members:
.. toctree::
:maxdepth: 2
colossalai.nn.layer.moe.layers
docs/colossalai/colossalai.nn.layer.non_parallel_layers.rst
deleted
100644 → 0
View file @
ca4ae52d
colossalai.nn.layer.non\_parallel\_layers
======================================
.. automodule:: colossalai.nn.layer.non_parallel_layers
:members:
docs/colossalai/colossalai.nn.layer.parallel_1d.rst
View file @
be85a0f3
colossalai.nn.layer.parallel\_1d
================================
.. automodule:: colossalai.nn.layer.parallel_1d
:members:
.. toctree::
:maxdepth: 2
colossalai.nn.layer.parallel_1d.layers
.. automodule:: colossalai.nn.layer.parallel_1d
:members:
docs/colossalai/colossalai.nn.layer.parallel_2d.rst
View file @
be85a0f3
colossalai.nn.layer.parallel\_2d
================================
.. automodule:: colossalai.nn.layer.parallel_2d
:members:
.. toctree::
:maxdepth: 2
colossalai.nn.layer.parallel_2d.layers
.. automodule:: colossalai.nn.layer.parallel_2d
:members:
docs/colossalai/colossalai.nn.layer.parallel_2p5d.rst
View file @
be85a0f3
colossalai.nn.layer.parallel\_2p5d
==================================
.. automodule:: colossalai.nn.layer.parallel_2p5d
:members:
.. toctree::
:maxdepth: 2
colossalai.nn.layer.parallel_2p5d.layers
.. automodule:: colossalai.nn.layer.parallel_2p5d
:members:
docs/colossalai/colossalai.nn.layer.parallel_3d.rst
View file @
be85a0f3
colossalai.nn.layer.parallel\_3d
================================
.. automodule:: colossalai.nn.layer.parallel_3d
:members:
.. toctree::
:maxdepth: 2
colossalai.nn.layer.parallel_3d.layers
.. automodule:: colossalai.nn.layer.parallel_3d
:members:
docs/colossalai/colossalai.nn.layer.parallel_sequence.rst
View file @
be85a0f3
colossalai.nn.layer.parallel\_sequence
======================================
.. automodule:: colossalai.nn.layer.parallel_sequence
:members:
.. toctree::
:maxdepth: 2
colossalai.nn.layer.parallel_sequence.layers
.. automodule:: colossalai.nn.layer.parallel_sequence
:members:
docs/colossalai/colossalai.nn.layer.rst
View file @
be85a0f3
colossalai.nn.layer
===================
.. automodule:: colossalai.nn.layer
:members:
.. toctree::
:maxdepth: 2
colossalai.nn.layer.colossalai_layer
colossalai.nn.layer.moe
colossalai.nn.layer.parallel_1d
colossalai.nn.layer.parallel_2d
colossalai.nn.layer.parallel_2p5d
colossalai.nn.layer.parallel_3d
colossalai.nn.layer.parallel_sequence
colossalai.nn.layer.non_parallel_layers
colossalai.nn.layer.utils
colossalai.nn.layer.vanilla
colossalai.nn.layer.wrapper
colossalai.nn.layer.base_layer
.. automodule:: colossalai.nn.layer
:members:
.. toctree::
:maxdepth: 2
colossalai.nn.layer.base_layer
docs/colossalai/colossalai.nn.layer.utils.common.rst
0 → 100644
View file @
be85a0f3
colossalai.nn.layer.utils.common
================================
.. automodule:: colossalai.nn.layer.utils.common
:members:
docs/colossalai/colossalai.nn.layer.utils.rst
0 → 100644
View file @
be85a0f3
colossalai.nn.layer.utils
=========================
.. automodule:: colossalai.nn.layer.utils
:members:
.. toctree::
:maxdepth: 2
colossalai.nn.layer.utils.common
docs/colossalai/colossalai.nn.layer.vanilla.layers.rst
0 → 100644
View file @
be85a0f3
colossalai.nn.layer.vanilla.layers
==================================
.. automodule:: colossalai.nn.layer.vanilla.layers
:members:
docs/colossalai/colossalai.nn.layer.vanilla.rst
0 → 100644
View file @
be85a0f3
colossalai.nn.layer.vanilla
===========================
.. automodule:: colossalai.nn.layer.vanilla
:members:
.. toctree::
:maxdepth: 2
colossalai.nn.layer.vanilla.layers
docs/colossalai/colossalai.nn.layer.wrapper.pipeline_wrapper.rst
0 → 100644
View file @
be85a0f3
colossalai.nn.layer.wrapper.pipeline\_wrapper
=============================================
.. automodule:: colossalai.nn.layer.wrapper.pipeline_wrapper
:members:
docs/colossalai/colossalai.nn.layer.wrapper.rst
View file @
be85a0f3
...
...
@@ -9,3 +9,4 @@ colossalai.nn.layer.wrapper
:maxdepth: 2
colossalai.nn.layer.wrapper.lambda_wrapper
colossalai.nn.layer.wrapper.pipeline_wrapper
docs/colossalai/colossalai.nn.loss.cross_entropy_2d.rst
deleted
100644 → 0
View file @
ca4ae52d
colossalai.nn.loss.cross\_entropy\_2d
=====================================
.. automodule:: colossalai.nn.loss.cross_entropy_2d
:members:
docs/colossalai/colossalai.nn.loss.cross_entropy_2p5d.rst
deleted
100644 → 0
View file @
ca4ae52d
colossalai.nn.loss.cross\_entropy\_2p5d
=======================================
.. automodule:: colossalai.nn.loss.cross_entropy_2p5d
:members:
docs/colossalai/colossalai.nn.loss.cross_entropy_3d.rst
deleted
100644 → 0
View file @
ca4ae52d
colossalai.nn.loss.cross\_entropy\_3d
=====================================
.. automodule:: colossalai.nn.loss.cross_entropy_3d
:members:
docs/colossalai/colossalai.nn.loss.loss_2d.rst
0 → 100644
View file @
be85a0f3
colossalai.nn.loss.loss\_2d
===========================
.. automodule:: colossalai.nn.loss.loss_2d
:members:
docs/colossalai/colossalai.nn.loss.loss_2p5d.rst
0 → 100644
View file @
be85a0f3
colossalai.nn.loss.loss\_2p5d
=============================
.. automodule:: colossalai.nn.loss.loss_2p5d
:members:
docs/colossalai/colossalai.nn.loss.loss_3d.rst
0 → 100644
View file @
be85a0f3
colossalai.nn.loss.loss\_3d
===========================
.. automodule:: colossalai.nn.loss.loss_3d
:members:
Prev
1
2
3
4
5
6
Next
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