Umar Butler

Results 114 comments of Umar Butler

In the end, I managed to significantly reduce the time spent on rotary embeddings by caching cos and sin values, cutting out lots of code that was unnecessary for my...

If `load_best_model_at_end = True`, the strategy cannot be set to `best`.

This solves https://github.com/huggingface/transformers/issues/35070, cheers! 🥳

I would recommend checking out [OnnxSlim](https://github.com/tsingmicro-toolchain/OnnxSlim). I was able to install it on Python 3.12 without any issues.

+1 Pylance has been crashing and short circuiting much more than normal and I am now getting the error 'Pylance has crashed. Would you like to try using a Node.js...

For others who have been experiencing this issue, it seems to correlate with the release of `2024.7.1`, so I have downgraded to `2024.6.1`.