alishafique commited on
Commit
db3d713
·
verified ·
1 Parent(s): 22bb20b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  # import torch
2
  # print(torch.cuda.is_available()) # Should return True
3
  # print(torch.cuda.get_device_name(0)) # Should return 'Tesla T4'
4
- # print(torch.cuda.get_device_capability(0))
5
 
6
 
7
 
 
1
  # import torch
2
  # print(torch.cuda.is_available()) # Should return True
3
  # print(torch.cuda.get_device_name(0)) # Should return 'Tesla T4'
4
+ # print(torch.cuda.get_device_capability(0)
5
 
6
 
7