You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I was trying to profile the Whisper decoder model (tiny) using the ORT Web Perf tool. However, when I run the profiler it gives me an error: Error: input 'cache_position' is missing in 'feeds'.
The following code is the reference in ort-perf.html:
Hi,
I was trying to profile the Whisper decoder model (tiny) using the ORT Web Perf tool. However, when I run the profiler it gives me an error: Error: input 'cache_position' is missing in 'feeds'.
The following code is the reference in ort-perf.html:
Removing the following line seems to work:
// feed['use_cache_branch'] = new ort.Tensor("bool", [0], [1]);
The text was updated successfully, but these errors were encountered: