Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
c4c97e8
1
Parent(s):
3f0fac3
cuda_home
Browse files
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(
|
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
|