Skip to content

Commit 15250c8

Browse files
Update TestViTB32
1 parent 2657957 commit 15250c8

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

Tests/TestVitB32Pretrained.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -149,16 +149,7 @@ def prepareFQVitB32():
149149
),
150150
}
151151

152-
quantActMap = {
153-
nn.GELU: (
154-
qnn.QuantReLU, # FBRANCASI: Approximating GELU with QuantReLU
155-
{
156-
"act_quant": Uint8ActPerTensorFloat,
157-
"return_quant_tensor": True,
158-
"bit_width": 8,
159-
},
160-
),
161-
}
152+
quantActMap = {}
162153

163154
quantIdentityMap = {
164155
"signed": (

0 commit comments

Comments
 (0)