bruno16 commited on
Commit
e18a901
1 Parent(s): c9123c6

update in wandb.iniit

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -26,6 +26,7 @@ class Chat:
26
  entity=self.config.entity,
27
  job_type=self.config.job_type,
28
  config=self.config,
 
29
  )
30
  self.vector_store = None
31
  self.chain = None
 
26
  entity=self.config.entity,
27
  job_type=self.config.job_type,
28
  config=self.config,
29
+ settings=wandb.Settings(start_method="fork")
30
  )
31
  self.vector_store = None
32
  self.chain = None