You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUG] Unable to serve a session-based topk_model on Triton due to TypeError: Unable to serialize item_id-list to JSON. Unrecognized type <class 'merlin.schema.schema.ColumnSchema'>.
#1212
Closed
rnyak opened this issue
Sep 21, 2023
· 0 comments
· Fixed by #1214
Bug description
I created this bug ticket on systems and cross linking it here.
The issue might be solved from Merlin models side, not from Systems side.
The main reason for this bug is that the topk model cannot be saved properly. we get an error like below:
Steps/Code to reproduce bug
Please run the code in this gist to repro the issue.
Expected behavior
We should be able to serve a session-based topk_model on Triton and be able to return topK scores and corresponding item-ids
Environment details
The text was updated successfully, but these errors were encountered: