Skip to content

Commit

Permalink
Work around spconv bug in latest pytorch
Browse files Browse the repository at this point in the history
Signed-off-by: Kyunggeun Lee <[email protected]>
  • Loading branch information
quic-kyunggeu committed Feb 16, 2025
1 parent de5c4b5 commit 5359ed5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,4 +298,4 @@ def create_quantizable_sparse_sequential(module: spconv.SparseSequential) -> Qua
:return: Newly created QuantizableSparseSequential
"""
# pylint: disable=protected-access
return QuantizableSparseSequential(module._modules)
return QuantizableSparseSequential(**module._modules)

0 comments on commit 5359ed5

Please sign in to comment.