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
Megatron-LM
Commits
2a34e0ec
Commit
2a34e0ec
authored
Jan 28, 2022
by
Jared Casper
Browse files
Merge branch 'patch-1' of
https://github.com/vycezhong/Megatron-LM
into github-pr
parents
34f55429
30abf2c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
megatron/mpu/layers.py
megatron/mpu/layers.py
+1
-1
No files found.
megatron/mpu/layers.py
View file @
2a34e0ec
...
@@ -240,7 +240,7 @@ class ColumnParallelLinear(torch.nn.Module):
...
@@ -240,7 +240,7 @@ class ColumnParallelLinear(torch.nn.Module):
input_size: first dimension of matrix A.
input_size: first dimension of matrix A.
output_size: second dimension of matrix A.
output_size: second dimension of matrix A.
bias: If true, add bias
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
to all GPUs, otherwise, every GPU will have its output
which is Y_i = XA_i
which is Y_i = XA_i
init_method: method to initialize weights. Note that bias is always set
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