Skip to content

Commit

Permalink
Cleanup debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
afierka-intel committed Dec 16, 2024
1 parent 2e1d880 commit 6eb0d3e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .jenkins/lm-eval-harness/run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash

set -x

usage() {
echo``
echo "Runs lm eval harness on GSM8k using vllm and compares to "
Expand Down
3 changes: 0 additions & 3 deletions .jenkins/lm-eval-harness/test_lm_eval_correctness.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,6 @@ def test_lm_eval_correctness(record_xml_attribute, record_property):
platform = get_current_gaudi_platform()
testname = (f'test_{Path(TEST_DATA_FILE).stem}_{tasks_str}_{platform}_'
f'tp{TP_SIZE}')
print("testname:", testname)
print("record_xml_attribute:", record_xml_attribute)
print("record_property:", record_property)
record_xml_attribute("name", testname)

# Set up environment for FP8 inference
Expand Down

0 comments on commit 6eb0d3e

Please sign in to comment.