Member since
07-30-2024
4
Posts
5
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
107 | 11-13-2024 12:26 AM |
11-13-2024
12:26 AM
2 Kudos
Hey, in the application logs everything looks fine. Instead of being able to click on the application name like I would normally do when the status is running, I have to go into the application logs and find the gradio app link at the bottom. When I look at the container logs, the last 3 lines are: 2024-11-13 08:22:14.557 18 INFO JupyterWSGLauncher ngh4jdz5m3ua258n Finish running startup chunks: success. data = {"user":"cdsw"} 2024-11-13 08:22:14.557 18 INFO JupyterWSGLauncher ngh4jdz5m3ua258n Proxying to livelog data = {"user":"cdsw"} 2024-11-13 08:22:14.557 18 INFO JupyterWSGTimeoutHandler ngh4jdz5m3ua258n idleTimeoutInMinutes data = {"idleTimeoutInMinutes":60,"user":"cdsw"} Suggesting everything is as expected? Edited: I found the problem. It was how I was defining the port for the application. Instead of using 'os.getenv('CDSW_APP_PORT')' I was using a manually set one. Thank you!
... View more
11-12-2024
07:46 AM
I’ve a question about my application on CML if someone could help! In the ‘Bob RAG Model’ application below, the status doesn’t change from ‘Starting’ even after the full script has been run successfully and my Gradio app has been created. I’m using the exact same settings (including instance parameters) as I have in the ‘Advanced Analytics LLM’ application, and that status changes to ‘Running’ when it’s gone through its script. The scripts are different, but the structure is pretty much the same – load the LLM/RAG model, define functions to query, open a Gradio app. Has anyone seen this before? Thanks
... View more
Labels:
- Labels:
-
Cloudera Machine Learning (CML)
08-01-2024
02:19 AM
1 Kudo
Thanks Mike - I thought this was the case.
... View more
07-30-2024
03:40 AM
2 Kudos
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
... View more
Labels:
- Labels:
-
Cloudera Machine Learning (CML)