drbh's picture
drbh HF Staff
Upload folder using huggingface_hub
6ba657a verified
raw
history blame
95 Bytes
import subprocess
print(subprocess.run(["nvidia-smi"], capture_output=True, text=True).stdout)