We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f84b0d5 commit 4ce8511Copy full SHA for 4ce8511
.ci/docker/requirements.txt
@@ -25,7 +25,7 @@ pydantic>=2.10
25
fastapi
26
matplotlib
27
librosa
28
-torch==2.10
+torch==2.11
29
torchvision
30
torchdata
31
networkx
.github/workflows/build-tutorials-nightly.yml
@@ -15,12 +15,12 @@ name: Build tutorials (nightly/test)
15
# download the binaries in .jenkins/build.sh.
16
on:
17
# Only main branch for now. Uncomment the below line to enable it on PRs.
18
- pull_request:
+ # pull_request:
19
20
# Comment out the below line to disable on the main branch
21
- push:
22
- branches:
23
- - main
+ # push:
+ # branches:
+ # - main
24
workflow_dispatch:
concurrency:
0 commit comments