Umar Butler
Umar Butler
This is fixed in version 3.0.3 😁 It now takes ~20 seconds.
I reported this issue to Elementor via ticket #TSZ5JQCB0DU0 and interestingly discovered this solution at the same time their technical support was on my website making it seem like it...
If anyone else has this issue, please comment to maximize visibility!
Hey everyone, sincerest apologies about this, I've just fixed this in v3.0.4 of semchunk (please run `pip install semchunk --upgrade` to benefit from the new version, plus there's some minor...
> I had the same error as mentioned. After the upgrade, the error does not appear anymore, but instead the returned content is hallucinated and has nothing to do with...
> [@umarbutler](https://github.com/umarbutler) what do you suggests as solution? To be honest, I'm not familiar with scrape graph myself, so I can't help out here. This is a better question for...
After having another look, it seems like most of the is actually spent in 'Apply rotary embeddings without modifying t in place', particularly, `rotate_half()`.
I have profiled my code properly with Austin and it does seem like the majority of the time is spent in `rotate_half()`, particularly the line `x = torch.stack((-x2, x1), dim...