Spaces:
Sleeping
Sleeping
Commit ·
bfaedde
1
Parent(s): 2794216
Add deployment marker to verify Space is running latest code
Browse files- inference.py +3 -0
inference.py
CHANGED
|
@@ -16,6 +16,9 @@ STDOUT FORMAT
|
|
| 16 |
[END] success=<true|false> steps=<n> score=<score> rewards=<r1,r2,...,rn>
|
| 17 |
"""
|
| 18 |
|
|
|
|
|
|
|
|
|
|
| 19 |
import asyncio
|
| 20 |
import os
|
| 21 |
import textwrap
|
|
|
|
| 16 |
[END] success=<true|false> steps=<n> score=<score> rewards=<r1,r2,...,rn>
|
| 17 |
"""
|
| 18 |
|
| 19 |
+
# DEPLOYMENT MARKER: Do NOT remove - used to verify Space is running latest code
|
| 20 |
+
print("=== INFERENCE.PY MODULE LOADED - COMMIT 2794216 ===", flush=True)
|
| 21 |
+
|
| 22 |
import asyncio
|
| 23 |
import os
|
| 24 |
import textwrap
|