mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
[Others] remove add_bias option (#5425)
This commit is contained in:
@@ -67,7 +67,6 @@ class GptOssAttention(nn.Layer):
|
||||
input_size=self.num_attention_heads * self.head_dim,
|
||||
output_size=self.hidden_size,
|
||||
with_bias=True,
|
||||
add_bias=True,
|
||||
)
|
||||
|
||||
self.attn = Attention(
|
||||
|
||||
Reference in New Issue
Block a user