I'm doing key value caching for openai whisper, and am concatenating the new key values onto the old kv cache along a dynamic axis representing the token length.
On the initial pass, the dynamic axis would be size zero. Which is fine in pytorch,
C:\apilot\agent_work\6\s\engine\lotus\winml\lib\api\impl/TensorBase.h(102)\Windows.AI.MachineLearning.dll!00007FFB751AFAB2: (caller: 00007FFB751B0038) Exception(1) tid(227c) 80070057 The parameter is incorrect.
I'm doing key value caching for openai whisper, and am concatenating the new key values onto the old kv cache along a dynamic axis representing the token length.
On the initial pass, the dynamic axis would be size zero. Which is fine in pytorch,
but raises a exception
when calling
LearningModelBinding::Bind
in WinML:Just letting you know...