Spaces:
Runtime error
Runtime error
Yixin Liu
commited on
Commit
·
768ece9
1
Parent(s):
04e6374
upload
Browse files
main.py
CHANGED
@@ -80,7 +80,7 @@ cpu_mean_max={cpu_max_utility}
|
|
80 |
memory_rate_max={memory_max_utility}
|
81 |
constrain_total={"true" if constrain_total else "false"}
|
82 |
constrain_mine={"true" if constrain_mine else "false"}
|
83 |
-
constrain_rate={
|
84 |
"""
|
85 |
|
86 |
|
|
|
80 |
memory_rate_max={memory_max_utility}
|
81 |
constrain_total={"true" if constrain_total else "false"}
|
82 |
constrain_mine={"true" if constrain_mine else "false"}
|
83 |
+
constrain_rate={constrain_rate}
|
84 |
"""
|
85 |
|
86 |
|