Parth Thakkar
Parth Thakkar
Did you run with pytorch nightly?
Yes, we can remove the build flag. Somehow it hadn't slowed my launches (I think), but taking another look at docker docs it seems --build builds the images even when...
@ncoop57, @samyam, for training larger batch sizes on smaller GPUs, can't we just use gradient accumulation rather than CPU offloading? My intuition is that it'll be faster than CPU offloading...
Unfortunately there isn't a straightforward way of doing that. You would need to extract the other repo's source code into the kind of graph data shown here to visualize it....
This exists but probably needs some prompt engineering to make it work better. To use this, select some snippet in the code view, right click, "Describe this snippet". But this...
The best way I'm aware of doing this is to do UI automation on VSCodium with copilot installed. VSCodium has some UI tests in its repository, written using puppeteer. The...
My bad I confused VSCodium as something else. Here's a link to one test that launches some editor, changes some text, closes vscode without saving, and restarts to see if...
Same here. Looking at the network requests, I found that the request to `/api/quickopen?excludes=node_modules&excludes=__pycache__&path=` returns a 404. Strangely, I've been getting a similar 404 for another extension as well. Perhaps...
I never knew a "Go To implementation" existed because I'd always used the context menu. Today I when I was reading through the release notes I found out there's such...