Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
disable percentage
Browse files Browse the repository at this point in the history
  • Loading branch information
airMeng committed Nov 27, 2023
1 parent b1387b4 commit 38764b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/models/cpp_graph_inference.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function main() {
$infer_cmd --seed 1234 -t $cores_per_instance -b 2047 -c ${ctx} -n ${output} -m ${model}-${precision}.bin -p "$prompt" 2>&1 | tee ${WORKING_DIR}/${logs_file} || true &
minitor

python ${WORKING_DIR}/.github/workflows/scripts/models/calculate_percentage.py ${WORKING_DIR}/${logs_file} ${model} ${precision} ${cores_per_instance} ${batch_size} ${input} ${output}
# python ${WORKING_DIR}/.github/workflows/scripts/models/calculate_percentage.py ${WORKING_DIR}/${logs_file} ${model} ${precision} ${cores_per_instance} ${batch_size} ${input} ${output}
done
done
done
Expand Down

0 comments on commit 38764b9

Please sign in to comment.