jtowarek commited on
Commit
10ffc87
·
verified ·
1 Parent(s): f7e2ae6

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. server/app.py +1 -1
server/app.py CHANGED
@@ -48,7 +48,7 @@ app = create_app(
48
  KantBenchAction,
49
  KantBenchObservation,
50
  env_name="KantBench",
51
- max_concurrent_envs=1, # increase this number to allow more concurrent WebSocket sessions
52
  )
53
 
54
 
 
48
  KantBenchAction,
49
  KantBenchObservation,
50
  env_name="KantBench",
51
+ max_concurrent_envs=8,
52
  )
53
 
54