From 8ece10e4842104c55e3b7e9c0b85f2f073ffdd49 Mon Sep 17 00:00:00 2001 From: Pepijn Date: Thu, 16 Apr 2026 14:49:37 +0200 Subject: [PATCH] feat(ci): profile more models in pr smoke runs --- .github/workflows/model_profiling.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/model_profiling.yml b/.github/workflows/model_profiling.yml index 1b22fdc66..59b04559e 100644 --- a/.github/workflows/model_profiling.yml +++ b/.github/workflows/model_profiling.yml @@ -80,7 +80,7 @@ jobs: env: HF_USER_TOKEN: ${{ secrets.LEROBOT_HF_USER }} PROFILE_MODE: ${{ github.event_name == 'pull_request' && 'summary' || github.event.inputs.profile_mode || 'trace' }} - POLICY_FILTER: ${{ github.event_name == 'pull_request' && 'act' || github.event.inputs.policies || '' }} + POLICY_FILTER: ${{ github.event_name == 'pull_request' && 'act,pi0,pi05,smolvla' || github.event.inputs.policies || '' }} RESULTS_REPO: ${{ github.event.inputs.results_repo || 'model-profiling-history' }} SHOULD_PUBLISH: ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish_results == 'true') }} steps: