From fd095efd1596dc13731b673da354d4f6e9db2548 Mon Sep 17 00:00:00 2001 From: sekyondaMeta <127536312+sekyondaMeta@users.noreply.github.com> Date: Thu, 19 Mar 2026 11:35:11 -0400 Subject: [PATCH 1/2] Move to stable Binarries --- .ci/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/docker/requirements.txt b/.ci/docker/requirements.txt index daf81208c2..64ac2d4e5a 100644 --- a/.ci/docker/requirements.txt +++ b/.ci/docker/requirements.txt @@ -25,7 +25,7 @@ pydantic>=2.10 fastapi matplotlib librosa -torch==2.10 +torch==2.11 torchvision torchdata networkx From 62e557e20e643ab468b3323397301f2a9bf2f612 Mon Sep 17 00:00:00 2001 From: sekyondaMeta <127536312+sekyondaMeta@users.noreply.github.com> Date: Thu, 19 Mar 2026 11:38:29 -0400 Subject: [PATCH 2/2] Update build-tutorials-nightly.yml --- .github/workflows/build-tutorials-nightly.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-tutorials-nightly.yml b/.github/workflows/build-tutorials-nightly.yml index 3bcc7d8f9d..8d6c839ebe 100644 --- a/.github/workflows/build-tutorials-nightly.yml +++ b/.github/workflows/build-tutorials-nightly.yml @@ -15,12 +15,12 @@ name: Build tutorials (nightly/test) # download the binaries in .jenkins/build.sh. on: # Only main branch for now. Uncomment the below line to enable it on PRs. - pull_request: + # pull_request: # Comment out the below line to disable on the main branch - push: - branches: - - main + # push: + # branches: + # - main workflow_dispatch: concurrency: