Florent Gbelidji commited on
Sync DeepSeek OCR HF job code
Browse files- ds_batch_ocr/config.py +1 -1
ds_batch_ocr/config.py
CHANGED
|
@@ -174,8 +174,8 @@ class ExtractSettings:
|
|
| 174 |
output_dir: Path
|
| 175 |
stream_dataset: bool
|
| 176 |
served_model_name: str
|
| 177 |
-
inference: InferenceSettings = field(default_factory=InferenceSettings)
|
| 178 |
client: "DeepSeekClient"
|
|
|
|
| 179 |
|
| 180 |
|
| 181 |
@dataclass
|
|
|
|
| 174 |
output_dir: Path
|
| 175 |
stream_dataset: bool
|
| 176 |
served_model_name: str
|
|
|
|
| 177 |
client: "DeepSeekClient"
|
| 178 |
+
inference: InferenceSettings = field(default_factory=InferenceSettings)
|
| 179 |
|
| 180 |
|
| 181 |
@dataclass
|