Skip to content

[Auto] Refactor GPT-Neo output tracing (cluster-44018-2): merged 1 of 2 PRs#28

Closed
evalstate wants to merge 3 commits intomainfrom
merge-cluster-cluster-44018-2-20260424093717
Closed

[Auto] Refactor GPT-Neo output tracing (cluster-44018-2): merged 1 of 2 PRs#28
evalstate wants to merge 3 commits intomainfrom
merge-cluster-cluster-44018-2-20260424093717

Conversation

@evalstate
Copy link
Copy Markdown
Owner

Cluster: cluster-44018-2
Base: origin/main

Merged:

Skipped:

Failed:

  • None

Notes:

Checks:

  • python -m py_compile src/transformers/models/gpt_neo/modeling_gpt_neo.py: passed
  • git diff --check: passed
  • pytest not run: pytest is not installed
  • runtime smoke test not run: torch is not installed

Next steps:

  • Run full style and model tests in an environment with project test dependencies installed.
  • Run suggested slow GPT-Neo tests with RUN_SLOW=1 if preparing this for human review.

Yash Bora and others added 3 commits February 15, 2026 20:33
…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
@evalstate
Copy link
Copy Markdown
Owner Author

@evalstate evalstate closed this Apr 24, 2026
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