Spaces:
Runtime error
Runtime error
Adding /create_results.py
Browse files- entrypoint.sh +1 -0
entrypoint.sh
CHANGED
@@ -11,5 +11,6 @@ python /parse_requests.py | while read line; do
|
|
11 |
optimum-benchmark --config-name ${experiment_name} --config-dir /optimum-benchmark/examples/energy_star/ hydra.run.dir="./runs/${experiment_name}/${backend_model}/${now:%Y-%m-%d-%H-%M-%S}"
|
12 |
done
|
13 |
echo "Finished"
|
|
|
14 |
#python /pause_space.py
|
15 |
#fi
|
|
|
11 |
optimum-benchmark --config-name ${experiment_name} --config-dir /optimum-benchmark/examples/energy_star/ hydra.run.dir="./runs/${experiment_name}/${backend_model}/${now:%Y-%m-%d-%H-%M-%S}"
|
12 |
done
|
13 |
echo "Finished"
|
14 |
+
python /create_results.py ./runs
|
15 |
#python /pause_space.py
|
16 |
#fi
|