m-ric HF staff commited on
Commit
28ba8d5
·
verified ·
1 Parent(s): d294b5c

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -9,7 +9,7 @@ config_dir="/optimum-benchmark/examples/energy_star/"
9
 
10
  echo "Attempting to run."
11
  # For each line in the requests dataset....
12
- python /parse_requests.py | head -n 50 | while read -r line; do
13
  # Read the name of the model and the experiment (task).
14
  IFS="," read model task <<< "${line}"
15
  echo "Benchmarking Model: ${model}, Task: ${task}"
 
9
 
10
  echo "Attempting to run."
11
  # For each line in the requests dataset....
12
+ python /parse_requests.py | head -n 10 | while read -r line; do
13
  # Read the name of the model and the experiment (task).
14
  IFS="," read model task <<< "${line}"
15
  echo "Benchmarking Model: ${model}, Task: ${task}"