Phúc H. Lê Khắc
Phúc H. Lê Khắc
I am configuring some support for markdown injection as well as some code cell text objects via some treesitter queries. I'm wondering if you want to include such feature together...
Hi, I just want to put this out here as a potential discussion. Currently Semshi applies some certain highlighting colors irrespective of the colorscheme. With the rise of LSP Semantic...
I saw there is an issue about this #306 but it has not been implemented yet so I created this PR. It allow you to specify a list of modules...
Follow up on the previous comment https://github.com/pytorch/torchtitan/pull/1615#discussion_r2369059607, in this PR I refactor the bit about special tokens by subclassing the tokenizer and add the special tokens as class attribute there....
From the discussion here: https://github.com/pytorch/torchtitan/pull/1803#discussion_r2415190883 Summary: currently, the loss is computed locally per rank, then FSDP average gradient across all ranks. This works for simple case where all ranks have...
### Summary When using the "go to definition" (in neovim) for a class, currently ty return 2 "definitions": - The class name line `class MyClass(...):` - and the init method...