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