Terry Zhuo commited on
Commit
23ab980
·
1 Parent(s): 80443f8
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ from apscheduler.schedulers.background import BackgroundScheduler
12
 
13
  default_command = "bigcodebench.evaluate"
14
  is_running = False
 
15
 
16
  def generate_command(
17
  jsonl_file, split, subset, parallel,
 
12
 
13
  default_command = "bigcodebench.evaluate"
14
  is_running = False
15
+ lock = threading.Lock()
16
 
17
  def generate_command(
18
  jsonl_file, split, subset, parallel,