Tommy van der Vorst
Tommy van der Vorst
Seeing something similar here, if useful I can also gather some more information. 
I got this error a few times while implementing Metal support (#311) and it happened there when a graph was not fully computed or otherwise misconfigures (leading to garbage output)....
@holicc I ran into the same issue today, hopefully your PR gets merged soon! A suggestion, please have a look at [the full list of PgTypes](https://github.com/launchbadge/sqlx/blob/982c014f54843cb5661e667f66937d59bd09b512/sqlx-postgres/src/type_info.rs#L29) and add some other....
I might have a more elaborate project utilizing rustformers/llm for a server that could be open sourced. Let me know if there is interest. It exposes WebSocket/SSE interfaces as well...
> Would love to see it and contribute! It took a bit longer than expected, but here it is: https://github.com/pixelspark/poly 🎉 let me know what you think @e253
@philpax you might like it too
Hi all, any updates on this?
Hi! The `Slice` operator should be fairly straightforward to implement - I suggest you to take a look at the implementation of e.g. the `Gather` op which is a bit...
Could it be that the parameters to `compare` are in the wrong order? (i.e. `compare(originalObject, testObject)`?)
> 2. WONNX does not currently support parameterized dimensions, which would be required to implement the text encoder. I am not too familiar with SD but at least for BERT...