Pavel Minaev

Results 84 comments of Pavel Minaev
trafficstars

It is definitely possible to use Xrdp in WSL; the only trick is to pick a server port different from the one that WIndows itself uses. I think this is...

A blank blue/green screen sounds like you get the default twm X session with no apps in it, probably because the only thing you have there is X itself (which...

I'm seeing the same issue with llama-30b-4bit-128g, and it seems to be worse compared to older 4-bit .pt models, so perhaps there was some recent change (from the batch that...

Okay, so this is down to groupsize. If you don't want to constantly run out of VRAM with llama-30b running on 24Gb, make sure that you use a model quantized...

MicroPython must be built with `MICROPY_PY_SYS_SETTRACE=1` for `sys.settrace()` to be available.

If you're trying to do pure Python debugger, you need to use "Python code". The "Python (native) code" debugger is meant for mixed-mode only (unfortunately, we couldn't make it transparently...

The message is coming from the injector process that does the necessary magic to get the pure Python debugger up and running in a non-cooperative process. Ultimately what it does...

So the problem is that the checkboxes in the Exceptions tool window correspond to "on throw" exception filters (i.e. raise as soon as exception happens), but the debugger actually has...

What happens if you just open the file directly via File -> Open?

It should be noted that VC++ seems to only support this file for Open Folder projects. For PTVS, it would be desirable to support it uniformly, so we need to...