Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cbensimon
/
PASD
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cbensimon
HF staff
commited on
Jan 12, 2024
Commit
fe37283
·
1 Parent(s):
563fa56
Patch torch.cuda.get_device_capability
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,6 @@
1
import sys; sys.path.append('./PASD')
2
import spaces
3
import os
1
+
import torch
2
+
torch.cuda.get_device_capability = lambda *args, **kwargs: (8, 6)
3
+
4
import sys; sys.path.append('./PASD')
5
import spaces
6
import os