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
6a8f8cc0
Unverified
Commit
6a8f8cc0
authored
Sep 20, 2022
by
YuliangLiu0306
Committed by
GitHub
Sep 20, 2022
Browse files
[hotfix] got sliced types (#1614)
parent
d397842f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
colossalai/auto_parallel/solver/sharding_strategy.py
colossalai/auto_parallel/solver/sharding_strategy.py
+1
-1
No files found.
colossalai/auto_parallel/solver/sharding_strategy.py
View file @
6a8f8cc0
...
...
@@ -105,7 +105,7 @@ class StrategyGenerator_V2(ABC):
self
.
device_mesh
=
device_mesh
@
abstractmethod
def
generate
(
self
,
operand_mapping
:
Dict
[
str
:
Operand
])
->
List
[
ShardingStrategy_V2
]:
def
generate
(
self
,
operand_mapping
:
Dict
[
str
,
Operand
])
->
List
[
ShardingStrategy_V2
]:
"""
"""
pass
...
...
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