Stanislaw Szymanowicz commited on
Commit
88d43bf
1 Parent(s): 693a19d

Look for cuda

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ from huggingface_hub import hf_hub_download
29
 
30
  def main():
31
 
32
- print(os.listdir("/usr/local"))
33
 
34
  if torch.cuda.is_available():
35
  device = "cuda:0"
 
29
 
30
  def main():
31
 
32
+ os.system("find / -name nvcc")
33
 
34
  if torch.cuda.is_available():
35
  device = "cuda:0"