mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-07 20:17:45 +00:00
fix: fix some bugs in llm calling (#217)
* fix some bugs in llm calling * fix a CI error * fix a small bug in kmeans group number choosing * fix a ci bug
This commit is contained in:
@@ -98,6 +98,7 @@ class RDAgentSettings(BaseSettings):
|
||||
# factor extraction conf
|
||||
max_input_duplicate_factor_group: int = 300
|
||||
max_output_duplicate_factor_group: int = 20
|
||||
max_kmeans_group_number: int = 40
|
||||
|
||||
# workspace conf
|
||||
workspace_path: Path = Path.cwd() / "git_ignore_folder" / "RD-Agent_workspace"
|
||||
|
||||
Reference in New Issue
Block a user