Created 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
Created on 11-13-2024 12:26 AM - edited 11-13-2024 12:39 AM
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:
Created 11-12-2024 09:15 AM
Created 11-12-2024 06:35 PM
@paulfg Application getting stuck at "starting" status can occur when underlying script execution has not completed or the process flow does not think it had completed what it supposed to.
Please check/share the "Application logs" pane for any error/concerning events.
Created on 11-13-2024 12:26 AM - edited 11-13-2024 12:39 AM
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: