Spaces:
Runtime error
Runtime error
debug
Browse files
app.py
CHANGED
@@ -29,6 +29,8 @@ import modelscope_studio as mgr
|
|
29 |
os.system("pip list|grep torch")
|
30 |
os.system("pip list|grep trans")
|
31 |
os.system("pip list|grep flash")
|
|
|
|
|
32 |
|
33 |
# Argparser
|
34 |
parser = argparse.ArgumentParser(description='demo')
|
|
|
29 |
os.system("pip list|grep torch")
|
30 |
os.system("pip list|grep trans")
|
31 |
os.system("pip list|grep flash")
|
32 |
+
os.system("nvidia-smi")
|
33 |
+
os.system("ll /usr/local/cuda*")
|
34 |
|
35 |
# Argparser
|
36 |
parser = argparse.ArgumentParser(description='demo')
|