From 76e341feef30f565a209f374d5d6bc16ae09783c Mon Sep 17 00:00:00 2001 From: xming <1223398803@qq.com> Date: Mon, 11 May 2026 10:49:59 +0800 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- weclone/utils/config_models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/weclone/utils/config_models.py b/weclone/utils/config_models.py index 6d94218..6d7ef0a 100644 --- a/weclone/utils/config_models.py +++ b/weclone/utils/config_models.py @@ -163,7 +163,6 @@ class MakeDatasetArgs(BaseConfigModel): ) clean_batch_size: int = Field(10, description="Batch size for data cleaning") vision_api: VisionApiConfig = Field(VisionApiConfig()) - pure_text: bool = Field(False, description="Whether to use pure text mode (disable vision encoder)") class QuantizationArgs(BaseConfigModel):