Spaces:
Runtime error
Runtime error
resolve merge conflict
Browse files- inference.py +4 -0
inference.py
CHANGED
|
@@ -110,3 +110,7 @@ print(
|
|
| 110 |
f"score={score:.2f} rewards={','.join(f'{r:.2f}' for r in rewards)}",
|
| 111 |
flush=True
|
| 112 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
f"score={score:.2f} rewards={','.join(f'{r:.2f}' for r in rewards)}",
|
| 111 |
flush=True
|
| 112 |
)
|
| 113 |
+
import time
|
| 114 |
+
|
| 115 |
+
while True:
|
| 116 |
+
time.sleep(60)
|