-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit 92cbaad
authored
Fix GPU continuous build: correct torch version, and remove torchaudio and torchvideo (#6074)
* Fix GPU continuous build: correct torchaudio version
torchaudio 0.17 doesn't exist, but 2.2 does.
Use a slightly older cuda version, since that makes cuda detection work on the machines we're running on (RTX 2080's on Ubuntu 18.04, which presumably aren't compatible with CUDA 12).
(I'm not sure if the tests actually need torchaudio or torchvision, since those aren't listed dependencies of any of our software, but let's at least install a valid one)
Passing yamato run with this change: https://unity-ci.cds.internal.unity3d.com/job/34869354/logs
* Don't install torchaudio and torchvision, since they're unused
Sample passing GPU test run: https://unity-ci.cds.internal.unity3d.com/job/34891013/logs 1 parent b9ac3f1 commit 92cbaad
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | - | ||
14 | + | ||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | + | ||
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments