pminervini commited on
Commit
f9d415e
1 Parent(s): 1995f17
Files changed (1) hide show
  1. 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 = 64 # Testing; needs to be None
 
31
 
32
  DEVICE = "cuda:0" if torch.cuda.is_available() else 'cpu'
33
 
34
+ LIMIT = None # Testing; needs to be None