chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:40:42 +08:00
commit e25996e7db
15472 changed files with 3536181 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
name: Slice-baseline-torch
on:
workflow_dispatch:
schedule:
- cron: '0 0 1 * *'
permissions: read-all
defaults:
run:
shell: bash
jobs:
clone:
name: Slice-base clone
uses: ./.github/workflows/_Clone-linux.yml
with:
clone_dir: Paddle-build
is_pr: 'false'
build-docker:
name: Slice build docker
needs: clone
uses: ./.github/workflows/docker.yml
with:
clone_dir: Paddle-build
task: build
slice-test:
name: Slice test
uses: ./.github/workflows/_Slice.yml
needs: [clone, build-docker]
with:
docker_build_image: ${{ needs.build-docker.outputs.docker_build_image }}
slice-check: 'true'
SLICE_TEST_MODE: insert_baseline
SLICE_BENCHMARK_FRAMEWORKS: torch