Spaces:
Running
Running
David Krajewski
commited on
Commit
·
d4b3717
1
Parent(s):
4a174a2
print cusolver lib
Browse files
app.py
CHANGED
@@ -657,7 +657,7 @@ with gr.Blocks() as demo:
|
|
657 |
|
658 |
import os
|
659 |
|
660 |
-
folder_path = "/usr/local/lib/python3.10/site-packages/nvidia/cusolver"
|
661 |
if os.path.exists(folder_path) and os.path.isdir(folder_path):
|
662 |
print(f"Contents of the folder '{folder_path}':")
|
663 |
for item in os.listdir(folder_path):
|
|
|
657 |
|
658 |
import os
|
659 |
|
660 |
+
folder_path = "/usr/local/lib/python3.10/site-packages/nvidia/cusolver/lib"
|
661 |
if os.path.exists(folder_path) and os.path.isdir(folder_path):
|
662 |
print(f"Contents of the folder '{folder_path}':")
|
663 |
for item in os.listdir(folder_path):
|