lllmx-GH
Results
1
issues of
lllmx-GH
A suspected nvidia driver bug. I’m using python’s subprocess library to run the following command once per second:. [‘nvidia-smi’, ‘–query-gpu=memory.used’, ‘–format=csv,noheader,nounits’] Full script: import subprocess import time log_file_path = “logs/gpu_log.log”...
bug