Skip to content

Commit c765b58

Browse files
committed
even more info
1 parent d7de206 commit c765b58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.sapien.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- run: >
1414
docker exec ci.lightweight
1515
conda run --no-capture-output -n metasim
16-
python -c "import torch; print(torch.cuda.is_available())"
16+
python -c "import torch; print(torch.cuda.is_available()); print(torch.cuda.get_arch_list()); print(torch.version.cuda)"
1717
- run: >
1818
docker exec ci.lightweight
1919
conda run --no-capture-output -n metasim

0 commit comments

Comments
 (0)