transformer-deploy
transformer-deploy copied to clipboard
I faced with Stub process is unhealthy and it will be restarted.
I tried to implement token-classification
task but faced a problem like:
{"error": "Failed to process the request(s) for model instance 'transformer_tensorrt_inference_0', message: Stub process is not healthy."}
For the model I used RobertaForTokenClassification
fine-tuned on my own dataset. I build docker container from main.