ValueError: Unpack failed: incomplete input - when custom ner is loaded on Linux server. All works perfectly fine on my local host - windows 11 #12584
-
Similar issue was discussed before here: #10016 Despite that I receive same error I tried to install on the Linux server different versions and their related models. Same code, with the same method of installation, same versions of the package and model work perfectly fine on my PC.
here are some OS details: I can post the entire log of the traceback plus my code if that would be helpful. Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Are you checking your model into a git repo at any point (which would be related to the issue you linked)? What kind of platform/environment are you using to train and package your model? How are you copying it to the linux server? The traceback+code might be be helpful. You can attach it as a |
Beta Was this translation helpful? Give feedback.
Are you checking your model into a git repo at any point (which would be related to the issue you linked)?
What kind of platform/environment are you using to train and package your model? How are you copying it to the linux server?
The traceback+code might be be helpful. You can attach it as a
.txt
file if it gets too long.