File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ Logging Arguments
111
111
112
112
- ** git_hash** : str
113
113
114
- Default = 8d175ed
114
+ Default = 0d5992f
115
115
116
116
current git hash of repository
117
117
Original file line number Diff line number Diff line change @@ -1070,8 +1070,8 @@ def calculate_derived(self):
1070
1070
), "Mamba does not yet have dropout implemented"
1071
1071
if "rwkv" in self .attention_config :
1072
1072
assert (
1073
- not self . is_pipe_parallel and self .model_parallel_size == 1
1074
- ), "RWKV not currently compatible with parallelism"
1073
+ self .model_parallel_size == 1
1074
+ ), "RWKV not currently compatible with model parallelism"
1075
1075
if isinstance (self .zero_stage , int ):
1076
1076
assert self .zero_stage <= 2 , "Zero stage 3 not compatible with RWKV"
1077
1077
assert (
You can’t perform that action at this time.
0 commit comments