mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
use mp to execute all feature and fix a small bug in config (#157)
This commit is contained in:
@@ -15,7 +15,7 @@ class ModelImplSettings(BaseSettings):
|
||||
)
|
||||
|
||||
knowledge_base_path: Union[str, None] = None
|
||||
new_knowledge_base_path: Union[str, None] = knowledge_base_path
|
||||
new_knowledge_base_path: Union[str, None] = None
|
||||
|
||||
max_loop: int = 10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user