Umar Butler
Umar Butler
No worries, totally understand, same deal here :) I'll get around to this but may put it on the backlog.
I have observed the same problem despite having an extremely beefy CPU. I do tend to work on very large codebases but Pylance syntax highlighting is getting very slow, slower...
I have encountered this error, also using `venv` with an extremely basic config.
Is this bug fixed? @yzhangcs have you encountered this bug in your implementation/would you advise using your implementation if you want to avoid this bug?
Iām assuming the text in question has two newlines separating headers from succeeding content? Like this: ```markdown # Header Content. ``` Instead of like this: ```markdown # Header Content. ```...
I just built the flash-attention main branch from source and sadly I'm getting the same error message during training with the Hugging Face Trainer with `torch_compile=True`: ``` .venv/lib/python3.12/site-packages/torch/_dynamo/variables/functions.py:663: UserWarning: Graph...
It looks like I somehow ran `python setup.py bdist_wheel` and forgot I was creating a wheel (which I also ended up mistakenly deleting moments ago) š hopefully second time's the...
@ani300 I can confirm that it works! And much faster than PyTorch SDPA, shaved off 50 training hours (400h -> 350h) š