Skip to content

Commit

Permalink
fix file name (#1759)
Browse files Browse the repository at this point in the history
Co-authored-by: Ziyue Jiang <ziyue.jiang@gmail.com>
  • Loading branch information
Wesley-Jzy and Ziyue Jiang authored Oct 25, 2022
1 parent 314d8c4 commit 63f250b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion colossalai/pipeline/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .pipelinable import PipelinableContext, PipelinableModel
from .layer_sepc import LayerSpec
from .layer_spec import LayerSpec

__all__ = ['PipelinableModel', 'PipelinableContext', 'LayerSpec']
File renamed without changes.
2 changes: 1 addition & 1 deletion colossalai/pipeline/pipelinable.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from colossalai.tensor import ColoParameter
from colossalai.core import global_context as gpc
from colossalai.context import ParallelMode
from .layer_sepc import LayerSpec
from .layer_spec import LayerSpec


class PipelinableContext(InsertPostInitMethodToModuleSubClasses):
Expand Down
2 changes: 1 addition & 1 deletion docs/colossalai/colossalai.pipeline.layer_sepc.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
colossalai.pipeline.layer\_sepc
===============================

.. automodule:: colossalai.pipeline.layer_sepc
.. automodule:: colossalai.pipeline.layer_spec
:members:
2 changes: 1 addition & 1 deletion docs/colossalai/colossalai.pipeline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ colossalai.pipeline
.. toctree::
:maxdepth: 2

colossalai.pipeline.layer_sepc
colossalai.pipeline.layer_spec
colossalai.pipeline.pipelinable
colossalai.pipeline.utils

0 comments on commit 63f250b

Please sign in to comment.