Spaces:
Running
Running
move from fork to thread
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ class Chat:
|
|
26 |
entity=self.config.entity,
|
27 |
job_type=self.config.job_type,
|
28 |
config=self.config,
|
29 |
-
settings=wandb.Settings(start_method="
|
30 |
)
|
31 |
self.vector_store = None
|
32 |
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="thread")
|
30 |
)
|
31 |
self.vector_store = None
|
32 |
self.chain = None
|