Spaces:
Running
Running
MVPilgrim
commited on
Commit
·
ed020a6
1
Parent(s):
f3367d6
debug
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ try:
|
|
44 |
|
45 |
logger.info("###################### Program Entry ############################")
|
46 |
|
47 |
-
logger.info(f"CUDA available: {torch.cuda.is_available()
|
48 |
logger.info(f"CUDA device count: {torch.cuda.device_count()}")
|
49 |
if torch.cuda.is_available():
|
50 |
logger.info(f"CUDA device name: {torch.cuda.get_device_name(0)}")
|
|
|
44 |
|
45 |
logger.info("###################### Program Entry ############################")
|
46 |
|
47 |
+
logger.info(f"CUDA available: {torch.cuda.is_available()}")
|
48 |
logger.info(f"CUDA device count: {torch.cuda.device_count()}")
|
49 |
if torch.cuda.is_available():
|
50 |
logger.info(f"CUDA device name: {torch.cuda.get_device_name(0)}")
|