hanhainebula commited on
Commit
d269f41
1 Parent(s): bdb77e9

Update TIME_DURATION to 600 seconds

Browse files
Files changed (1) hide show
  1. src/envs.py +1 -1
src/envs.py CHANGED
@@ -33,7 +33,7 @@ HF_EVAL_RESULTS_REPO_DIR = os.path.join(CACHE_PATH, "eval_results")
33
 
34
  UNZIP_TARGET_DIR = os.path.join(CACHE_PATH, "unzip_target_dir")
35
 
36
- TIME_DURATION = 1800 # seconds
37
 
38
  EVAL_K_VALUES = [1, 3, 5, 10, 50, 100, 1000]
39
 
 
33
 
34
  UNZIP_TARGET_DIR = os.path.join(CACHE_PATH, "unzip_target_dir")
35
 
36
+ TIME_DURATION = 600 # seconds
37
 
38
  EVAL_K_VALUES = [1, 3, 5, 10, 50, 100, 1000]
39