deepjavalibrary / djl

An Engine-Agnostic Deep Learning Framework in Java
https://djl.ai
Apache License 2.0
4k stars 637 forks source link

May I ask if DJL can use ChatGLM-6B( https://github.com/THUDM/ChatGLM-6B )Are you unfamiliar with DJL and would like to use it in company projects? Can you give me some examples? #2664

Closed kkangert closed 1 year ago

kkangert commented 1 year ago

May I ask if DJL can use ChatGLM-6B( https://github.com/THUDM/ChatGLM-6B )Are you unfamiliar with DJL and would like to use it in company projects? Can you give me some examples?

frankfliu commented 1 year ago

@kangerts We didn't try this model. But you should be able to try it out with our DJLServing: https://github.com/deepjavalibrary/djl-serving

Here is a few deploy python model examples: https://github.com/deepjavalibrary/djl-demo/tree/master/djl-serving/python-mode

And Large language model deployment blogpost:

kkangert commented 1 year ago

@kangerts We didn't try this model. But you should be able to try it out with our DJLServing: https://github.com/deepjavalibrary/djl-serving

Here is a few deploy python model examples: https://github.com/deepjavalibrary/djl-demo/tree/master/djl-serving/python-mode

And Large language model deployment blogpost: