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 8e65d3a commit 1edd587Copy full SHA for 1edd587
.github/workflows/tests.yaml
@@ -79,6 +79,9 @@ jobs:
79
needs: check-changes
80
if: github.repository == 'NVIDIA/tilus' && needs.check-changes.outputs.should_run_docs == 'true'
81
runs-on: linux-amd64-gpu-l4-latest-1
82
+ container:
83
+ image: nvidia/cuda:12.6.2-devel-ubuntu22.04
84
+ options: --gpus all
85
steps:
86
- name: Checkout Repository
87
uses: actions/checkout@v4
@@ -98,6 +101,9 @@ jobs:
98
101
99
102
if: github.repository == 'NVIDIA/tilus' && needs.check-changes.outputs.should_run_examples == 'true'
100
103
104
105
106
107
108
109
0 commit comments