We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6003207 commit dbf5e04Copy full SHA for dbf5e04
.github/workflows/uv-update.yml
@@ -19,14 +19,14 @@ permissions:
19
20
jobs:
21
sync-uv-lock:
22
- runs-on: ubuntu-latest
23
- # runs-on: linux.g5.4xlarge.nvidia.gpu
24
- # container:
25
- # image: pytorch/manylinux2_28-builder:cuda13.0
26
- # options: --gpus all
27
- # env:
28
- # CUDA_VERSION: 13.0
29
- # CUDA_HOME: /usr/local/cuda
+ # runs-on: ubuntu-latest
+ runs-on: linux.g5.4xlarge.nvidia.gpu
+ container:
+ image: pytorch/manylinux2_28-builder:cuda13.0
+ options: --gpus all
+ env:
+ CUDA_VERSION: 13.0
+ CUDA_HOME: /usr/local/cuda
30
31
steps:
32
- name: Checkout
0 commit comments