Skip to content

Commit 3637800

Browse files
authored
Fix import bug with numpy_log_softmax (#1563)
1 parent b57af4c commit 3637800

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/deepsparse/utils/data.py

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"split_engine_inputs",
2929
"join_engine_outputs",
3030
"prep_for_serialization",
31+
"numpy_log_softmax",
3132
]
3233

3334
from pydantic import BaseModel

0 commit comments

Comments
 (0)