X-iZhang commited on
Commit
a339a8f
·
verified ·
1 Parent(s): 2f6b7f7

Update libra/eval/run_libra.py

Browse files
Files changed (1) hide show
  1. libra/eval/run_libra.py +2 -1
libra/eval/run_libra.py CHANGED
@@ -205,7 +205,8 @@ def libra_eval(
205
  if outputs.endswith(stop_str):
206
  outputs = outputs[:-len(stop_str)]
207
  outputs = outputs.strip()
208
-
 
209
  return outputs
210
 
211
  if __name__ == "__main__":
 
205
  if outputs.endswith(stop_str):
206
  outputs = outputs[:-len(stop_str)]
207
  outputs = outputs.strip()
208
+
209
+ print("outputs",outputs)
210
  return outputs
211
 
212
  if __name__ == "__main__":