Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
drbh
/
uvnote-book-explore
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
uvnote-book-explore
/
rotary
/
impls
/
cells
/
nv.py
drbh
HF Staff
Upload folder using huggingface_hub
370f848
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
94 Bytes
import
subprocess
print
(subprocess.run([
"nvidia-smi"
], capture_output=
True
, text=
True
).stdout)