Add initial support for gpt-oss (#8824)
This commit is contained in:
@@ -1191,11 +1191,6 @@ class RowParallelLinear(LinearBase):
|
||||
else self.weight_loader
|
||||
),
|
||||
)
|
||||
if not reduce_results and (bias and not skip_bias_add):
|
||||
raise ValueError(
|
||||
"When not reduce the results, adding bias to the "
|
||||
"results can lead to incorrect results"
|
||||
)
|
||||
|
||||
if bias:
|
||||
self.bias = Parameter(torch.empty(self.output_size, dtype=params_dtype))
|
||||
|
||||
Reference in New Issue
Block a user