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
Dear authors,
I've encountered an issue while running the knowledge_guardrail_inference.py script. The error occurs in the run_knowledge_guardrail function when trying to load score files.
Error description:
The script attempts to load files that do not exist, resulting in a FileNotFoundError. Specifically, the error occurs at this line:
Dear authors,
I've encountered an issue while running the knowledge_guardrail_inference.py script. The error occurs in the run_knowledge_guardrail function when trying to load score files.
Error description:
The script attempts to load files that do not exist, resulting in a FileNotFoundError. Specifically, the error occurs at this line:
The file specified by score_path does not exist in the ./cache/ directory.
Steps to reproduce:
simply
bash scripts.sh
without any modificationThe text was updated successfully, but these errors were encountered: