Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
microsoft/TRELLIS
PUM4CH3N
/
TRELLIS_TextTo3D
like
18
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
4d2a9aa
TRELLIS_TextTo3D
/
env.py
PUM4CH3N
Add Env Test
177a386
over 1 year ago
Raw
Download with hf CLI
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()