Skip to content

Commit d6153db

Browse files
committed
remove unneeded print
Signed-off-by: Roni Friedman-Melamed <Roni.friedman-melamed@il.ibm.com>
1 parent 31beb04 commit d6153db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/instructlab/eval/unitxt.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ def run(self,server_url: str | None = None) -> tuple:
7070
logger.debug(locals())
7171
os.environ["TOKENIZERS_PARALLELISM"] = "true"
7272
results = self._run_mmlu(server_url=server_url, return_all_results=True)
73-
with open('my_tasks/output.txt', 'w') as f:
74-
print(results, file=f)
7573
taskname = self.tasks[0]
7674
global_scores = results['results'][taskname]
7775
global_scores.pop('alias')

0 commit comments

Comments
 (0)