Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
XAI
/
PEEB
like
7
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
chanfee
commited on
Jan 15, 2025
Commit
2676ccc
·
verified
·
1 Parent(s):
25b63fc
debug: os.environ["TORCH_USE_CUDA_DSA"] = "1"
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,5 +1,7 @@
1
import os
2
import io
3
4
import torch
5
import json
1
import os
2
import io
3
+
#DEBUG
4
+
os.environ["TORCH_USE_CUDA_DSA"] = "1"
5
6
import torch
7
import json