Asaf Buchnick
Asaf Buchnick
@samuelcolvin Any progress on this ? Currently I'm using the monkeypatch @gradient-ascent-ai-lab suggested [here](https://github.com/pydantic/FastUI/issues/146), but prefer avoiding this of course.
Same problem here, this issue is blocking me heavily since June 30th. If it's relevant and could help, I can submit a PR to add the pydantic v2 support to...
Also running into this ... Can this be answered please ? Are we missing some voodoo in order to get it to work ?
I think it could be related to: https://github.com/xenova/whisper-web/issues/24
Hey @xenova, Sure, I'll give it a try. Does that means I should also update my `transformers.js` version? It's now at `^2.7.0`, according to the `package.json` of the `whisper-web` project....
Hey @xenova and everyone else who will get here, The problem was with how I ran the conversion script. That's how it should be done: ``` python -m scripts.convert --quantize...
Hey @xenova, Now I'm getting: `'An error occurred during model execution: "Missing the following inputs: cache_position.'`. What can be the issue ?
@xenova one last update (in the meantime), By reverse engineering the `onnx-community/whisper-*` artifacts you uploaded to HF, we found out that 2 things were causing this issue: 1. Using the...