Created 07-30-2024 03:40 AM
We're doing a bit of research here and trying to understand if LLMs are only available by accessing them through git and huggingface or whether there are some in built LLMs accessible using CML.
Thank you
Created 07-30-2024 11:49 AM
Hi, you can build your own LLMs in CML, or you can access existing ones in huggingface. The HuggingFace ones can be installed as an AMP, see here: https://docs.cloudera.com/machine-learning/cloud/applied-ml-prototypes/topics/ml-huggingface.html#co...
This is the quickest way to get started. The actual model is still stored on HF so if your cluster is airgapped you will have some trouble using the AMP feature - it's possible but is kind of a pain.
Cloudera does not SHIP any LLMs as far as I know.
Created 07-30-2024 11:01 AM
@paulfg Welcome to the Cloudera Community!
To help you get the best possible solution, I have tagged our CML experts @bbreak @cravani who may be able to assist you further.
Please keep us updated on your post, and we hope you find a satisfactory solution to your query.
Regards,
Diana Torres,Created 07-30-2024 11:17 AM
Created 07-30-2024 11:49 AM
Hi, you can build your own LLMs in CML, or you can access existing ones in huggingface. The HuggingFace ones can be installed as an AMP, see here: https://docs.cloudera.com/machine-learning/cloud/applied-ml-prototypes/topics/ml-huggingface.html#co...
This is the quickest way to get started. The actual model is still stored on HF so if your cluster is airgapped you will have some trouble using the AMP feature - it's possible but is kind of a pain.
Cloudera does not SHIP any LLMs as far as I know.
Created 08-01-2024 02:19 AM
Thanks Mike - I thought this was the case.