Jayant-Kernel commited on
Commit ·
20bb6de
1
Parent(s): d407740
fix: sleep 3600 to keep container alive after chart upload
Browse files- generate_charts.py +1 -1
generate_charts.py
CHANGED
|
@@ -114,4 +114,4 @@ for filename in ['/tmp/comparison_chart.png', '/tmp/sycophancy_chart.png', '/tmp
|
|
| 114 |
print("All charts uploaded! Check huggingface.co/Ajsaxena/deceit-qwen-0.5b-full")
|
| 115 |
|
| 116 |
import time
|
| 117 |
-
time.sleep(
|
|
|
|
| 114 |
print("All charts uploaded! Check huggingface.co/Ajsaxena/deceit-qwen-0.5b-full")
|
| 115 |
|
| 116 |
import time
|
| 117 |
+
time.sleep(3600)
|