Update app.py
Browse files
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 |
|