Spaces:
Runtime error
Runtime error
Commit
·
4f1605a
1
Parent(s):
c994cf1
small fixes
Browse files
model.py
CHANGED
@@ -20,6 +20,12 @@ import os
|
|
20 |
|
21 |
os.system("ls -lh /home/user/.local/lib/python3.8/site-packages")
|
22 |
os.system("ls -lh /home/user/.local/lib/python3.8/site-packages/k2/lib")
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
import k2
|
24 |
import sherpa
|
25 |
|
|
|
20 |
|
21 |
os.system("ls -lh /home/user/.local/lib/python3.8/site-packages")
|
22 |
os.system("ls -lh /home/user/.local/lib/python3.8/site-packages/k2/lib")
|
23 |
+
os.system(
|
24 |
+
"readelf -d /home/user/.local/lib/python3.8/site-packages/_sherpa.cpython-38-x86_64-linux-gnu.so"
|
25 |
+
)
|
26 |
+
os.system(
|
27 |
+
"readelf -d /home/user/.local/lib/python3.8/site-packages/_k2.cpython-38-x86_64-linux-gnu.so"
|
28 |
+
)
|
29 |
import k2
|
30 |
import sherpa
|
31 |
|