Andy Jones

Results 22 comments of Andy Jones

Had this happen on macos; as with the OP, immediate fix was to `mkdir` the path it was complaining about, ``` mkdir /Users/andy/Library/Caches/black/21.5b1 ``` This issue showed up at about...

Have you spotted the comments in the `sql` module?

Well heck, that's embarrassing. Thanks so much for spotting it! I'll add a comment to the code later, and a note in the next version of the paper crediting you....

My instinct is that a bad `lambda_n` schedule is something that manifests as 'drag' rather than as stalled performance. I suspect you could pick most any 'reasonable' schedule, throw enough...

No idea. Try running it with the `--verbose` flag, which'll print the commands that the program's dispatching. Then you can try running those commands yourself in a separate window, see...

So that says one of ``` Xorg :0 -once -config /tmp/cool-gpu-00000000:03:00.0avgi4g_3/xorg.conf ``` or ``` nvidia-settings -a [gpu:0]/GPUFanControlState=1 -c :0 ``` are failing. It's up to you to figure out which...

Lawd, that's a mess. To triage this properly, are there any consequences other than `nvidia-smi` being very tall? Also I'm unlikely to personally upgrade the drivers any time soon, and...

There's some troubleshooting advice on the main page; mind stepping through it? If you're uncomfortable with `pdb`, looking at where things are hanging I think a good alternative would be...

Try running ``` nvidia-settings -a [fan:0]/GPUTargetFanSpeed=60 -c :1 ``` in a terminal. Adding ``.set_trace()`` somewhere should drop you in an interactive debugger prompt when you run the program.

coolgpus will not work on any system with a display or any system that's expecting a display. You'll need to remove the display, restart, SSH in, and toy around until...