Spaces:
Runtime error
Runtime error
Yixin Liu
commited on
Commit
·
7d9266c
1
Parent(s):
04d5b42
upload
Browse files
main.py
CHANGED
@@ -75,7 +75,7 @@ current_device_idx=-1
|
|
75 |
sleeptime={sleep_time_after_loading_task}
|
76 |
cpu_mean_max={cpu_max_utility}
|
77 |
memory_rate_max={memory_max_utility}
|
78 |
-
constrain_total={constrain_total}
|
79 |
constrain_mine={"true" if constrain_mine else "false"}
|
80 |
constrain_rate={"true" if constrain_rate else "false"}
|
81 |
"""
|
|
|
75 |
sleeptime={sleep_time_after_loading_task}
|
76 |
cpu_mean_max={cpu_max_utility}
|
77 |
memory_rate_max={memory_max_utility}
|
78 |
+
constrain_total={"true" if constrain_total else "false"}
|
79 |
constrain_mine={"true" if constrain_mine else "false"}
|
80 |
constrain_rate={"true" if constrain_rate else "false"}
|
81 |
"""
|