This message was deleted.
# ask-for-help
s
This message was deleted.
a
yes what models are you thinking about
b
@Aaron Pham its an NLP model.
Could you also explain how can I host my own model via openllm? the guides are talking about the downloaded models
a
What architecture is this model?
b
Its gpt3 architecture language model, decoder only
c
@Bharath Krishna looks like you have your own custom model implementation as well?
b
Yes @Chaoyu
It’s not supported right?
c
yea it’s impossible to support if it’s completely custom code 😅 but that’s where you can use BentoML
you may need to handle some of the inference optimization yourself as well
there’s no free lunch 😄. you are using a custom model after all, which gives you more power but it won’t be compatible with all the other tools
b
hmm, that seems yummy, let me try 😛