[Auto] Refactor GPT-Neo output tracing (cluster-44018-2): merged 1 of 2 PRs#39
Open
[Auto] Refactor GPT-Neo output tracing (cluster-44018-2): merged 1 of 2 PRs#39
Conversation
…tors Migrates GPT-Neo to the standardized output collection interface as part of huggingface#43979. Removes manual output_attentions/output_hidden_states/return_dict handling in favor of hook-based output capturing via decorators. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…moval - Added @merge_with_config_defaults to resolve use_cache from config - Removed output_attentions=True from test_local_attn_probs (attention layer always returns weights, no longer accepts this param) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
# Conflicts: # src/transformers/models/gpt_neo/modeling_gpt_neo.py
Owner
Author
|
Trace for this mergeability run: https://huggingface.co/datasets/evalstate/transformers-merge-experiments/blob/main/2604271318-Ka19Tk__dev__codex.jsonl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cluster: cluster-44018-2
Base: origin/main
Branch: merge-cluster-cluster-44018-2-20260427115403
Merged PRs:
Skipped PRs:
@capture_outputsand@can_return_tupledecorators huggingface/transformers#44068: Duplicate same-scope GPT-Neo refactor; merge attempts conflicted in modeling_gpt_neo.py due to overlapping changes and stale cache_position branch history.Failed PRs:
Notes:
Next steps:
@capture_outputsand@can_return_tupledecorators huggingface/transformers#44068 as superseded by the locally merged Refactor GPT-Neo output tracing to use capture_outputs/can_return_tuple huggingface/transformers#44018 resolution unless maintainers prefer the other PR metadata.