Open kpouget opened 1 year ago
Are there any errors in the tgis
container (kserve-container
)?
no, no error message in this container
On Tue, Oct 24, 2023 at 2:10 PM Daniele @.***> wrote:
Are there any errors in the tgis container (kserve-container)?
— Reply to this email directly, view it on GitHub https://github.com/opendatahub-io/caikit-tgis-serving/issues/170, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABZVQIVMURRBQ4OMBYDLASTYA6V3FAVCNFSM6AAAAAA6NSLDN6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZXGA4DIOBTGI . You are receiving this because you authored the thread.Message ID: @.***>
This will be fixed when https://github.com/opendatahub-io/caikit-tgis-serving/issues/156 is closed
Describe the bug
There is a synchronization issue at the launch of the Pod with the current images:
the containers get all
Ready
:the model appears as
Loaded
in the inference service:but the model takes several extra seconds to be able to serve requests:
ERROR: Code: Internal Message: Unhandled exception during prediction ERROR: Code: Internal Message: Unhandled exception during prediction ERROR: Code: Internal Message: Unhandled exception during prediction ERROR: Code: Internal Message: Unhandled exception during prediction ERROR: Code: Internal Message: Unhandled exception during prediction ERROR: Code: Internal Message: Unhandled exception during prediction ERROR: Code: Internal Message: Unhandled exception during prediction { "generated_text": "74 degrees F.C., a temperature of 74 degrees F.C., a temperature of ", "generated_tokens": "25", "finish_reason": "MAX_TOKENS", "producer_id": { "name": "Text Generation", "version": "0.1.0" }, "input_token_count": "10" }
{"channel": "GP-SERVICR-I", "exception": null, "level": "warning", "log_code": "", "message": "<_InactiveRpcError of RPC that terminated with:
\tstatus = StatusCode.UNAVAILABLE
\tdetails = \"failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8033: Failed to connect to remote host: Connection refused\"
\tdebug_error_string = \"UNKNOWN:failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8033: Failed to connect to remote host: Connection refused {created_time:\"2023-10-24T11:48:51.016344787+00:00\", grpc_status:14}\"
Platform
quay.io/opendatahub/text-generation-inference@sha256:0e3d00961fed95a8f8b12ed7ce50305acbbfe37ee33d37e81ba9e7ed71c73b69
quay.io/opendatahub/caikit-tgis-serving@sha256:adb8d1153b900e304fbcc934189c68cffea035d4b82848446c72c3d5554ee0ca
Sample Code
caikit_tgit_config.yaml.log inference_service.yaml.log serving_runtime.yaml.log