-
|
I am trying to use stanza model instead since it supported both Thai and English. I use helm chart with minikube (docker). I don't know if it's the right way but I built another image and baked in the nlp-config file like this Here's the nlp config's content Then for the analyzer config & registry config I use config map and apply with And I set the env inside Then after |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
|
Hi @Khuntawee, it's difficult to know why this is crashing, but my initial hunch is that two stanza models into memory are too big for your pod. Could you share more details on your deployment? |
Beta Was this translation helpful? Give feedback.
I've tried to reproduce this, and ended up creating the config files as described in the repo. I also used
dockerfile.stanza(with one small change) instead of the custom dockerfile that you provided. I was able to build it locally (it also downloaded the English and Thai stanza models during build)..Dockerfile.stanza: