Sourced Pythia-160M and commercial-tariff scenario packs (N4)#12
Merged
Conversation
New gpu_stack/presets/scenarios_cited_2026.py with two pack families, every numeric carrying a public source string: - Pythia-160M on one DGX H100 node (EleutherAI Pythia repository and Hugging Face config.json for n_layers=12, d_model=768, n_heads=12, vocab=50304, seq_len=2048, 2M-token batches, ~300B total tokens), reusing the existing sourced DGX H100 hardware and EIA industrial tariff presets, with closure assumptions in separate named packs. - Pythia-70M commercial-tariff variant substituting the EIA 2024 U.S. commercial average retail electricity price for the industrial rate, making tariff sensitivity explicit. Packs register through SOURCED_SCENARIO_PACKS and SCENARIO_TARGET_SETS; statuses stay honest (open frontiers keep reporting missing inputs). Test helper hardened to exact-name pack matching so adding variants cannot make marker-based selection ambiguous. Full pytest: 709 passed. Audit gate: PASS. https://claude.ai/code/session_01Eu2JVnPFgMQftwYTP3cGQZ
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.
N4 of 10: Broaden the cited scenario inventory
New
gpu_stack/presets/scenarios_cited_2026.pywith two pack families, every numeric carrying a public source string:config.json(n_layers=12, d_model=768, n_heads=12, vocab=50304, seq_len=2048, 2M-token batches, ~300B total tokens), reusing the existing sourced DGX H100 hardware facts and EIA industrial tariff. Closure assumptions live in separate, clearly named packs.Packs register through
SOURCED_SCENARIO_PACKSandSCENARIO_TARGET_SETS(now wrapped inMappingProxyType). Statuses stay honest: open frontiers keep reporting missing inputs rather than forcing closure (closure work is PR N1's).Also hardens the test helper from marker-based pack matching to exact-name matching so adding variants cannot make selection ambiguous.
Verification
Note: agent was interrupted by a session limit after implementation+tests; coordinator validated, committed, and pushed. Known merge overlap with the N1 branch in
scenarios.pyregistration lines (resolved at integration).https://claude.ai/code/session_01Eu2JVnPFgMQftwYTP3cGQZ
Generated by Claude Code