Skip to content

Revert removal of eps_without_if_support#1878

Merged
kunal-vaishnavi merged 2 commits into
mainfrom
xiaofeihan/re_add_eps_without_if_support
Nov 17, 2025
Merged

Revert removal of eps_without_if_support#1878
kunal-vaishnavi merged 2 commits into
mainfrom
xiaofeihan/re_add_eps_without_if_support

Conversation

@xiaofeihan1
Copy link
Copy Markdown
Contributor

@xiaofeihan1 xiaofeihan1 commented Nov 17, 2025

Previously, we incorrectly remove eps_without_if_support but actually we still use it in code as following. So add it back.

    def make_position_ids_reformatting(self):
        if self.ep not in self.eps_without_if_support:

@kunal-vaishnavi kunal-vaishnavi merged commit f1cc2c6 into main Nov 17, 2025
15 checks passed
@kunal-vaishnavi kunal-vaishnavi deleted the xiaofeihan/re_add_eps_without_if_support branch November 17, 2025 17:48
kunal-vaishnavi pushed a commit that referenced this pull request Nov 18, 2025
Previously, we incorrectly remove `eps_without_if_support` but actually
we still use it in code as following. So add it back.

```
    def make_position_ids_reformatting(self):
        if self.ep not in self.eps_without_if_support:
```
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.

2 participants