This message was deleted.
# ask-for-help
s
This message was deleted.
🍱 1
🏁 1
b
Can you share your bentofile.yaml?
a
The config referenced before the error was similar to the below, with 'runner' mistakenly used in place of the model name:
Copy code
runners:
    runner:
        batching:
            enabled: true
            max_batch_size: 3
            max_latency_ms: 5000
Replacing with config with the default did not solve the issue.
I reread your message and realised you are not referring to the config. Checking the bentofile.yaml and there is indeed an incorrectly formatted parameter. Correcting this fixes the issue.
👍 1
b
That’s good to hear. Let me know how everything else goes
a
thanks!