Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kernels-community
/
kernels-benchmarks
like
2
Running
App
Files
Files
Community
9b13459
kernels-benchmarks
/
causal_conv1d
/
impls
/
cells
/
nv.py
drbh
HF Staff
Upload folder using huggingface_hub
e8e4be6
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
94 Bytes
import
subprocess
print
(subprocess.run([
"nvidia-smi"
], capture_output=
True
, text=
True
).stdout)