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