You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anyone successfully integrated TensorRT LLM with NeMo Guardrails? There is a lack of documentation on utilizing TensorRT LLM for Nemo Guardrails so I am hoping for some guidance here.
I am getting the following error when trying to execute self check input: Error while execution self_check_input: [StatusCode.UNAVAILABLE] DNS resolution failed for http://triton-models:8000/v2/models/ensemble/generate: C-ares status is not ARES_SUCCESS qtype=AAAA name=http://triton-models:8000/v2/models/ensemble/generate is_balancer=0: Could not contact DNS servers
My config.yml:
models:
- type: main
engine: trt_llm
parameters:
server_url: http://triton-models:8000/v2/models/ensemble/generate
# These instructions configure the bot to answer questions about the employee handbook and the company's policies.
instructions:
- type: general
content: |
Below is a conversation between a user and a bot called X Virtual Assistant.
The bot is talkative and provides lots of specific details from its context.
If the bot does not know the answer to a question, it truthfully says it does not know.
rails:
# Input rails are invoked when a new message from the user is received.
input:
flows:
- self check input
# Output rails are triggered after a bot message has been generated.
output:
flows:
- self check output
Has anyone successfully integrated TensorRT LLM with NeMo Guardrails? There is a lack of documentation on utilizing TensorRT LLM for Nemo Guardrails so I am hoping for some guidance here.
I am getting the following error when trying to execute self check input:
Error while execution self_check_input: [StatusCode.UNAVAILABLE] DNS resolution failed for http://triton-models:8000/v2/models/ensemble/generate: C-ares status is not ARES_SUCCESS qtype=AAAA name=http://triton-models:8000/v2/models/ensemble/generate is_balancer=0: Could not contact DNS servers
My config.yml:
langchain integration:
Pip version:
nemoguardrails==0.9.0
tritonclient[all]
The text was updated successfully, but these errors were encountered: