diff --git a/pilot/out_parser/base.py b/pilot/out_parser/base.py index fee3eda37..03e424870 100644 --- a/pilot/out_parser/base.py +++ b/pilot/out_parser/base.py @@ -59,6 +59,7 @@ class BaseOutputParser(ABC): if "vicuna" in CFG.LLM_MODEL: output = data["text"].strip() + print(output) else: output = data["text"].strip()