meg HF staff commited on
Commit
262876c
·
verified ·
1 Parent(s): 153b3d1

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +4 -6
entrypoint.sh CHANGED
@@ -3,12 +3,10 @@
3
  config_dir="/optimum-benchmark/examples/energy_star/"
4
 
5
  # This script is meant to be called from a python script (app.py) \
6
- # that provides the REPO_ID as the first argument, etc.
7
- REPO_ID=$1
8
- MODEL=$2
9
- TASK=$3
10
- HARDWARE=$4
11
- RUN_DIR=$5
12
 
13
  echo "Attempting to run."
14
  # Read the name of the model and the experiment.
 
3
  config_dir="/optimum-benchmark/examples/energy_star/"
4
 
5
  # This script is meant to be called from a python script (app.py) \
6
+ MODEL=$1
7
+ TASK=$2
8
+ HARDWARE=$3
9
+ RUN_DIR=$4
 
 
10
 
11
  echo "Attempting to run."
12
  # Read the name of the model and the experiment.