Skip to content

fix: _init_dav_config is defined but never called - #78

Open
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/batch-inference-03d650a0
Open

fix: _init_dav_config is defined but never called#78
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/batch-inference-03d650a0

Conversation

@andrewwhitecdw

@andrewwhitecdw andrewwhitecdw commented Jul 27, 2026

Copy link
Copy Markdown

Problem

fix: _init_dav_config is defined but never called

Fix

Replace:

        self.section_block_steps = section_block_steps
        self.section_token_budgets = section_token_budgets

        print(f"[{device}] 加载 processor: {base_model}", flush=True)

with:

        self.section_block_steps = section_block_steps
        self.section_token_budgets = section_token_budgets
        self._init_dav_config()

        print(f"[{device}] 加载 processor: {base_model}", flush=True)

Files changed

  • fast_ddrive/eval/batch_inference.py

@andrewwhitecdw
andrewwhitecdw marked this pull request as ready for review August 3, 2026 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant