finalf0 commited on
Commit
5893ca4
1 Parent(s): 9564e60
Files changed (1) hide show
  1. app.py +2 -0
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')