We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7de206 commit c765b58Copy full SHA for c765b58
1 file changed
.github/workflows/ci.sapien.yml
@@ -13,7 +13,7 @@ jobs:
13
- run: >
14
docker exec ci.lightweight
15
conda run --no-capture-output -n metasim
16
- python -c "import torch; print(torch.cuda.is_available())"
+ python -c "import torch; print(torch.cuda.is_available()); print(torch.cuda.get_arch_list()); print(torch.version.cuda)"
17
18
19
0 commit comments