Skip to content

Commit 37e5a2d

Browse files
committed
Addressed comments
Signed-off-by: Amit Raj <[email protected]>
1 parent 1889bd5 commit 37e5a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QEfficient/base/modeling_qeff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __init__(self, model: torch.nn.Module) -> None:
5252
self.onnx_path: Optional[str] = None
5353
self.qpc_path: Optional[str] = None
5454
self.qpc_session: Optional[QAICInferenceSession] = None
55-
model = model.to(torch.float32)
55+
5656
# Apply the transformations
5757
any_transformed = False
5858
for transform in self._pytorch_transforms:

0 commit comments

Comments
 (0)