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

KServe Batcher isn't working #255

Open
amouu opened this issue Jul 18, 2024 · 2 comments
Open

KServe Batcher isn't working #255

amouu opened this issue Jul 18, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@amouu
Copy link

amouu commented Jul 18, 2024

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?
Screen Shot 2024-07-17 at 2 33 55 PM

To Reproduce

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

Environment

microk8s 1.29
CharmedKubeflow 1.9/beta(revision 418)
kserve-controller latest/edge(revision 593)

Relevant Log Output

error: unknown flag enable-batcher.

Additional Context

No response

@amouu amouu added the bug Something isn't working label Jul 18, 2024
Copy link

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6027.

This message was autogenerated

@misohu
Copy link
Member

misohu commented Aug 21, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants