Replies: 1 comment
-
We have plans to refactor the include:
- ./adapter
- service.py This will then include the adapter into Then for LLM = openllm.LLM('model-id', adapter_map={'./adapter': 'default'}) note that openllm CLI I haven't tested this integration from the BentoML POV yet, but will definitely include this into a test plan that I'm currently working on. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am following the tutorial for using OpenLLM with BentoML. I'd like to build a Bento using adapters. What should I put into my
bentofile.yaml
and in myservice.py
? Should I consider them models in the Bento sense ?Beta Was this translation helpful? Give feedback.
All reactions