Spaces:
Runtime error
Runtime error
pminervini
commited on
Commit
•
f9d415e
1
Parent(s):
1995f17
update
Browse files- src/backend/envs.py +1 -1
src/backend/envs.py
CHANGED
@@ -31,4 +31,4 @@ EVAL_RESULTS_PATH_BACKEND = os.path.join(CACHE_PATH, "eval-results-bk")
|
|
31 |
|
32 |
DEVICE = "cuda:0" if torch.cuda.is_available() else 'cpu'
|
33 |
|
34 |
-
LIMIT =
|
|
|
31 |
|
32 |
DEVICE = "cuda:0" if torch.cuda.is_available() else 'cpu'
|
33 |
|
34 |
+
LIMIT = None # Testing; needs to be None
|