This message was deleted.
# ask-for-help
s
This message was deleted.
s
Seems like you've implemented a custom runner without giving it a
SUPPORTED_RESOURCES
field, can you try adding
SUPPORTED_RESOURCES = ("cpu",)
to your runnable class?
l
cool cool, let me go ahead and try that
can you give me one more tips on where to add that argument?
oh oh nvm
I saw it in the doc
s
Copy code
class ToxicBertRunnable(bentoml.Runnable):
    SUPPORTED_RESOURCES = ("cpu",)
    ...
⬆️ 1
🍱 1
👍 1