Ron Evans

Results 979 comments of Ron Evans
trafficstars

Thank you @conejoninja now merging.

I have the same issue. Ubuntu 24.04.2 LTS Python 3.11.11 Transformers 4.51.3 Torch 2.7.0 Thanks!

Perhaps looking for clues in https://github.com/huggingface/transformers/pull/36033 which did a pretty big refactoring.

You can load the model using the following versions: ``` torch==2.4.0 transformers==4.48.0 ``` Hope that helps someone out!

Please see https://github.com/tinygo-org/drivers/pull/759 which will be part of the upcoming next release.

Hello @mook thank you for looking into this. If you could please add some tests for the new functions into https://github.com/tinygo-org/bluetooth/blob/dev/gap_test.go that would be greatly appreciated!

> Thanks! Tests added. That raises some questions, though: > > * [`NewUUID`](https://pkg.go.dev/tinygo.org/x/bluetooth#NewUUID) takes bytes in the reverse order of `UnmarshalBinary` (and [`Bytes`](https://pkg.go.dev/tinygo.org/x/bluetooth#UUID.Bytes)); when should each be used? The Bluetooth...

Now merging, thanks for working on this @mook

TinyHCI is located here: https://github.com/tinygo-org/tinyhci

Just corrected the merge conflict so this PR should now be ready. Thanks!