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