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 2f5f29c commit 28f032dCopy full SHA for 28f032d
1 file changed
.github/workflows/test-build.yml
@@ -27,6 +27,13 @@ jobs:
27
cuda: "12.9.1"
28
linux-local-args: '["--toolkit"]'
29
method: "network"
30
+ sub-packages: '["nvcc"]'
31
+
32
+ - name: Install cusparse
33
+ run: sudo apt-get install -y libcusparse-dev-12-9
34
35
+ - name: Install cublas
36
+ run: sudo apt-get install -y libcublas-dev-12-9
37
38
- name: Install PyTorch & Build Dependencies
39
run: |
0 commit comments