We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am testing the KServe batcher. However, I encountered an issue where the agent shows the following error: "error: unknown flag enable-batcher."
Can anyone help me understand and resolve this error?
I am using the YAML configuration below:
apiVersion: serving.kserve.io/v1beta1 kind: InferenceService metadata: name: "torchserve" spec: predictor: minReplicas: 1 timeout: 60 batcher: maxBatchSize: 32 maxLatency: 500 model: modelFormat: name: pytorch storageUri: gs://kfserving-examples/models/torchserve/image_classifier/v1
microk8s 1.29 CharmedKubeflow 1.9/beta(revision 418) kserve-controller latest/edge(revision 593)
error: unknown flag enable-batcher.
No response
The text was updated successfully, but these errors were encountered:
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6027.
This message was autogenerated
Sorry, something went wrong.
Because we are using custom rock for the batcher we think it may cause the problem. As for the next step we want to test with upstream image.
We have a suspicion that there might be incorrectly passed arguments to the rock.
No branches or pull requests
Bug Description
I am testing the KServe batcher. However, I encountered an issue where the agent shows the following error: "error: unknown flag enable-batcher."
Can anyone help me understand and resolve this error?
To Reproduce
I am using the YAML configuration below:
Environment
microk8s 1.29
CharmedKubeflow 1.9/beta(revision 418)
kserve-controller latest/edge(revision 593)
Relevant Log Output
Additional Context
No response
The text was updated successfully, but these errors were encountered: