Skip to content

Commit 474cbe1

Browse files
committed
refactor: isolate model families end to end
Move every model family into a self-owned build, runtime, and test slice. Keep shared Python and native code to bundle, loader, task, engine, and CI contracts, and remove the retired central architecture in the same change. BREAKING CHANGE: remove the legacy builders, runtime registry, bundle format, profiles, validation framework, examples, tools, scripts, and compatibility paths. Signed-off-by: yifeif-nv <277870278+yifeif-nv@users.noreply.github.com>
1 parent 10270b7 commit 474cbe1

8,383 files changed

Lines changed: 554396 additions & 1288067 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.dockerignore

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
# The repository Dockerfile installs the stable base toolchain and copies only
5-
# its model-agnostic package downloader. Family profiles are prepared per proof.
4+
# The development image is self-contained and copies no repository files.
5+
# Keep every workspace artifact out of the Docker build context.
66
*
7-
!tools/
8-
!tools/ci/
9-
!tools/ci/profile_downloader.py

.github/scripts/build-python-profiles.py

Lines changed: 0 additions & 73 deletions
This file was deleted.

.github/scripts/write-model-proof-fallback-report.py

Lines changed: 0 additions & 194 deletions
This file was deleted.

.github/workflows/community-cpu.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ jobs:
8787
contents: read
8888
env:
8989
CI_BASE_REF: ${{ github.sha }}^1
90-
outputs:
91-
run_unit_tests: ${{ steps.impact.outputs.run_unit_tests }}
92-
unit_scope: ${{ steps.impact.outputs.unit_scope }}
93-
python_test_targets: ${{ steps.impact.outputs.python_test_targets }}
9490
steps:
9591
- name: Check out the exact PR merge
9692
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803

0 commit comments

Comments
 (0)