PRADEEP T
PRADEEP T
It seems the **model_config.yaml** file is being created inside temp directory during exporting ,but the created model_config.yml file is empty. that's why the Nontype object is returning I am using...
@okuchaiev can you please check on this?
I am not using docker directly to run the container (```nvcr.io/nvidia/nemo:24.01.gemma```) on the GPU machine. Instead, running these in Kubernetes managed cluster(version 1.27.9) in the following way Download the docker...
@drazvan any hint on this?
@drazvan But I can't provide all the off-topics since users can ask any question from the real world. So shall I do it in a reverse manner such that -...
Thanks for the update @drazvan
Thank you @drazvan
@drazvan as you suggested i updated my config.yml file such as ``` rails: dialog: user_messages: embeddings_only: True ``` and verbose=True in LLMRails() also here is the updated offtopic.co file contents...
@drazvan This is my config.yml contents ``` define user express greeting "hello" "hi" "what's up?" define bot express greeting "hello" "hi" "I am good" define flow greeting user express greeting...
@drazvan Yea great. Resolved it for **out of topic** handling. Thank you. But Is there any method to use **self check input** and **self check output** without LLM call? here...