Skip to content

Commit

Permalink
Fix import bug with numpy_log_softmax (#1563)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-tuli committed Feb 13, 2024
1 parent bfe7774 commit c0891f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deepsparse/utils/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"split_engine_inputs",
"join_engine_outputs",
"prep_for_serialization",
"numpy_log_softmax",
]

from pydantic import BaseModel
Expand Down

0 comments on commit c0891f2

Please sign in to comment.