Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
PUM4CH3N/TRELLIS_TextTo3D
dkatz2391
/
TRELLIS_TextTo3D_Try2
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
434fa76
TRELLIS_TextTo3D_Try2
/
env.py
PUM4CH3N
Add Env Test
177a386
about 1 month ago
raw
Copy download link
history
blame
Safe
149 Bytes
import
spaces
import
os
import
torch
@spaces.GPU(
duration=
5
)
def
check
():
print
(os.system(
"nvidia-smi"
))
print
(torch.version.cuda)
check()