Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Model queries using HTTP protocol fail on Caikit+TGIS Serving Runtime #2152

Closed
1 task done
bdattoma opened this issue Nov 15, 2023 · 2 comments
Closed
1 task done
Labels
feature/model-serving Model Serving Feature kind/bug Something isn't working priority/normal An issue with the product; fix when possible

Comments

@bdattoma
Copy link

bdattoma commented Nov 15, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Deploy type

OpenDataHub core version (eg. v1.6.0)

Version

nightly

Current Behavior

I'm facing issues while querying models using HTTP protocol on Caikit Serving Runtime. I believe this is the same issue as opendatahub-io/caikit-tgis-serving#147.

The solution should be easy: removing name: h2c from the port configuration of the Custom Serving Runtime template

Expected Behavior

Models can be successfully queried using HTTP protocol

Steps To Reproduce

  1. deploy a model via KServe UI selecting the default Caikit CustomServingRuntime
  2. query the model
curl -k --json '{
	"model_id": "<model_name>",
	"inputs": "<query text>"
}' https://<inference_url>:443/api/v1/task/server-streaming-text-generation
  1. check the result --> I get unexpected EOF

Workaround (if any)

Duplicate the caikit-tgis-runtime from ODH Dashboard > Settings > Custom serving runtimes and remove line 29 (i.e., name: h2c). Source: opendatahub-io/caikit-tgis-serving@22c9ec1

What browsers are you seeing the problem on?

No response

Anything else

No response

@bdattoma bdattoma added kind/bug Something isn't working priority/normal An issue with the product; fix when possible untriaged Indicates the newly create issue has not been triaged yet labels Nov 15, 2023
@bdattoma
Copy link
Author

@lucferbux @Xaenalt ^^

@bdattoma
Copy link
Author

closing in favor of original #2143

@DaoDaoNoCode DaoDaoNoCode added feature/model-serving Model Serving Feature and removed untriaged Indicates the newly create issue has not been triaged yet labels Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/model-serving Model Serving Feature kind/bug Something isn't working priority/normal An issue with the product; fix when possible
Projects
Status: Done
Status: No status
Archived in project
Development

No branches or pull requests

2 participants