Spaces:
Runtime error
Runtime error
Adding some more comments to the entrypoint.sh
Browse files- entrypoint.sh +5 -2
entrypoint.sh
CHANGED
|
@@ -10,7 +10,10 @@ python /parse_requests.py | while read line; do
|
|
| 10 |
echo "Benchmarking Model: ${backend_model}, Task: ${experiment_name}"
|
| 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 |
-
#
|
|
|
|
|
|
|
|
|
|
| 16 |
#fi
|
|
|
|
| 10 |
echo "Benchmarking Model: ${backend_model}, Task: ${experiment_name}"
|
| 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; uploading dataset results"
|
| 14 |
python /create_results.py ./runs
|
| 15 |
+
# Pausing space
|
| 16 |
+
echo "Pausing space."
|
| 17 |
+
python /pause_space.py
|
| 18 |
+
echo "Done."
|
| 19 |
#fi
|