sasha HF Staff commited on
Commit
926c999
·
verified ·
1 Parent(s): b9e5ec0

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -6,6 +6,6 @@ echo "Attempting to run."
6
  #if [[ $? = 0 ]]; then
7
  optimum-benchmark --config-name text_classification --config-dir /optimum-benchmark/examples/energy_star/
8
  echo "Finished"
9
- cp ./runs/ /runs/
10
  python /pause_space.py
11
  #fi
 
6
  #if [[ $? = 0 ]]; then
7
  optimum-benchmark --config-name text_classification --config-dir /optimum-benchmark/examples/energy_star/
8
  echo "Finished"
9
+ cp -r ./runs/ /runs/
10
  python /pause_space.py
11
  #fi