How do I deploy table transformer model weights locally to run the table parsing function offline? #44
JudeZzz1997
started this conversation in
General
Replies: 1 comment
-
Unfortunately this is pretty tightly coupled to hugging face - you'd need to consult their documentation. I don't have a ton of experience doing that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use the table-transformers in order to parse the table as follows, I am prompted that I need to download the associated weights file from huggingface.
However, my development environment does not allow me to download the weights directly from HF, so how do I deploy the downloaded weights file to run the program directly?Is there an interface parameter that enables the parser to read the local weights file?
Beta Was this translation helpful? Give feedback.
All reactions