mirror of
https://github.com/datalab-to/chandra.git
synced 2025-11-29 00:23:12 +00:00
fix issue with pop
This commit is contained in:
@@ -27,7 +27,7 @@ class InferenceManager:
|
||||
output_kwargs["include_headers_footers"] = kwargs.pop(
|
||||
"include_headers_footers"
|
||||
)
|
||||
bbox_scale = kwargs.get("bbox_scale", settings.BBOX_SCALE)
|
||||
bbox_scale = kwargs.pop("bbox_scale", settings.BBOX_SCALE)
|
||||
|
||||
if self.method == "vllm":
|
||||
results = generate_vllm(
|
||||
|
||||
Reference in New Issue
Block a user