Skip to content

Remove unused model architecture#18

Merged
ivanbasov merged 2 commits into
mainfrom
bhowe/remove-v2
Mar 23, 2026
Merged

Remove unused model architecture#18
ivanbasov merged 2 commits into
mainfrom
bhowe/remove-v2

Conversation

@bmhowe23
Copy link
Copy Markdown
Collaborator

No description provided.

Signed-off-by: Ben Howe <bhowe@nvidia.com>
@bmhowe23 bmhowe23 requested a review from ivanbasov March 19, 2026 21:04
Signed-off-by: Ben Howe <bhowe@nvidia.com>
@ivanbasov ivanbasov merged commit af9da6e into main Mar 23, 2026
12 checks passed
@ivanbasov ivanbasov deleted the bhowe/remove-v2 branch March 23, 2026 17:37
ivanbasov added a commit that referenced this pull request Mar 23, 2026
* Replace proprietary license headers with Apache-2.0

Update all SPDX headers from LicenseRef-NvidiaProprietary to Apache-2.0
across all 70 tracked source files. Also updates spdx_headers.py to
generate Apache-2.0 headers and replace old proprietary headers in-place.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix(headers): apply Apache-2.0 headers to files added after branch cut

Files added by PRs #13, #14, and #17 still carried the proprietary
LicenseRef-NvidiaProprietary header. Replace with Apache-2.0 to match
the rest of the codebase after the header migration.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* style: apply YAPF formatting after header replacement

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix(headers): restore full file content truncated during rebase

The first rebase used --theirs to resolve header conflicts, which took
the old PR branch content instead of main's newer content for 5 files.
Restore from upstream/main and apply Apache-2.0 header correctly.

Affected files:
- code/qec/noise_model.py
- code/qec/surface_code/homological_equivalence_torch.py
- code/tests/mid/test_homological_equivalence.py
- code/tests/test_noise_model.py
- code/training/train.py

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix(test): remove PreDecoderModelMemory_v2 test removed by PR #18

PR #18 removed the unused v2 model architecture. Drop the corresponding
test class and import to fix the ImportError in CI.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
ivanbasov pushed a commit that referenced this pull request Apr 10, 2026
* Remove unused model architecture

Signed-off-by: Ben Howe <bhowe@nvidia.com>

* Update config file, too

Signed-off-by: Ben Howe <bhowe@nvidia.com>

---------

Signed-off-by: Ben Howe <bhowe@nvidia.com>
ivanbasov added a commit that referenced this pull request Apr 10, 2026
* Replace proprietary license headers with Apache-2.0

Update all SPDX headers from LicenseRef-NvidiaProprietary to Apache-2.0
across all 70 tracked source files. Also updates spdx_headers.py to
generate Apache-2.0 headers and replace old proprietary headers in-place.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix(headers): apply Apache-2.0 headers to files added after branch cut

Files added by PRs #13, #14, and #17 still carried the proprietary
LicenseRef-NvidiaProprietary header. Replace with Apache-2.0 to match
the rest of the codebase after the header migration.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* style: apply YAPF formatting after header replacement

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix(headers): restore full file content truncated during rebase

The first rebase used --theirs to resolve header conflicts, which took
the old PR branch content instead of main's newer content for 5 files.
Restore from upstream/main and apply Apache-2.0 header correctly.

Affected files:
- code/qec/noise_model.py
- code/qec/surface_code/homological_equivalence_torch.py
- code/tests/mid/test_homological_equivalence.py
- code/tests/test_noise_model.py
- code/training/train.py

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix(test): remove PreDecoderModelMemory_v2 test removed by PR #18

PR #18 removed the unused v2 model architecture. Drop the corresponding
test class and import to fix the ImportError in CI.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
ivanbasov pushed a commit that referenced this pull request Apr 10, 2026
* Remove unused model architecture

Signed-off-by: Ben Howe <bhowe@nvidia.com>

* Update config file, too

Signed-off-by: Ben Howe <bhowe@nvidia.com>

---------

Signed-off-by: Ben Howe <bhowe@nvidia.com>
ivanbasov added a commit that referenced this pull request Apr 10, 2026
* Replace proprietary license headers with Apache-2.0

Update all SPDX headers from LicenseRef-NvidiaProprietary to Apache-2.0
across all 70 tracked source files. Also updates spdx_headers.py to
generate Apache-2.0 headers and replace old proprietary headers in-place.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix(headers): apply Apache-2.0 headers to files added after branch cut

Files added by PRs #13, #14, and #17 still carried the proprietary
LicenseRef-NvidiaProprietary header. Replace with Apache-2.0 to match
the rest of the codebase after the header migration.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* style: apply YAPF formatting after header replacement

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix(headers): restore full file content truncated during rebase

The first rebase used --theirs to resolve header conflicts, which took
the old PR branch content instead of main's newer content for 5 files.
Restore from upstream/main and apply Apache-2.0 header correctly.

Affected files:
- code/qec/noise_model.py
- code/qec/surface_code/homological_equivalence_torch.py
- code/tests/mid/test_homological_equivalence.py
- code/tests/test_noise_model.py
- code/training/train.py

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix(test): remove PreDecoderModelMemory_v2 test removed by PR #18

PR #18 removed the unused v2 model architecture. Drop the corresponding
test class and import to fix the ImportError in CI.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
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