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
fairscale
Commits
cf76d94e
Unverified
Commit
cf76d94e
authored
Apr 11, 2023
by
gregor-soniox
Committed by
GitHub
Apr 11, 2023
Browse files
Fix docstring typo (#1118)
parent
5b38de38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fairscale/nn/model_parallel/layers.py
fairscale/nn/model_parallel/layers.py
+1
-1
No files found.
fairscale/nn/model_parallel/layers.py
View file @
cf76d94e
...
...
@@ -225,7 +225,7 @@ class ColumnParallelLinear(torch.nn.Module):
in_features: first dimension of matrix A.
out_features: second dimension of matrix A.
bias: If true, add bias
gather_output: If true, call all-g
e
ther on output and make Y avaiable
gather_output: If true, call all-g
a
ther on output and make Y avaiable
to all GPUs, otherwise, every GPU will have its output
which is Y_i = XA_i
init_method: method to initialize weights. Note that bias is always set
...
...
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