Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
10 changes: 5 additions & 5 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

# The repository Dockerfile installs the stable base toolchain and copies only
# its model-agnostic package downloader. Family profiles are prepared per proof.
# The development image consumes only its thin shared dependency delta.
# Keep every other workspace artifact out of the Docker build context.
*
!tools/
!tools/ci/
!tools/ci/profile_downloader.py
!requirements/
requirements/*
!requirements/base.txt
73 changes: 0 additions & 73 deletions .github/scripts/build-python-profiles.py

This file was deleted.

194 changes: 0 additions & 194 deletions .github/scripts/write-model-proof-fallback-report.py

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/community-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ jobs:
contents: read
env:
CI_BASE_REF: ${{ github.sha }}^1
outputs:
run_unit_tests: ${{ steps.impact.outputs.run_unit_tests }}
unit_scope: ${{ steps.impact.outputs.unit_scope }}
python_test_targets: ${{ steps.impact.outputs.python_test_targets }}
steps:
- name: Check out the exact PR merge
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803
Expand Down
Loading
Loading