gokaygokay commited on
Commit
c4c97e8
·
1 Parent(s): 3f0fac3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ dtype = torch.bfloat16
18
  torch.backends.cuda.matmul.allow_tf32 = True
19
  huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
20
 
21
- print(subprocess.check_output(["nvcc", "--version"]).decode("utf-8"))
22
 
23
  login(token=huggingface_token)
24
  # Set up environment and cache
 
18
  torch.backends.cuda.matmul.allow_tf32 = True
19
  huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
20
 
21
+ print(os.getenv("CUDA_HOME"))
22
 
23
  login(token=huggingface_token)
24
  # Set up environment and cache