microsoft / microsoft/MInference

[Question][SCBench]: Questions about disable_golden_context

Open
#154 1 comment 0 reactions 1 assignee View on GitHub

@iofu728 is already working on this.

Since Jun 16, 2025.

question
Dominant language
Python
Stars
1.2k
Forks
82
Avg merge
1d 18h
Merged PRs (30d)
1

Description

Describe the issue

Hi,
I noticed the disable_golden_context parameter is set to False by default when the code performs decode. Would setting it to True significantly impact the results?

def _decode(
        self,
        input_ids,
        max_length=100,
        extra_end_token_ids=[],
        dense_prefix=False,
        update_global_past_kv=True,
        disable_golden_context=False,
    ):

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.