Spaces:
Running
Running
update in wandb.iniit
Browse files
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
|