-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_com_error at memory location 0x0000006A74D6D680 when calling generator.ComputeLogits() #886
Comments
@PatriceVignola would you happen to know where this error might be coming from? |
I’ve been in touch with Microsoft developers and we’ve pinpointed that this
is due to our packaging the build separately in our project. However, root
cause is still unclear.
…On Wed, Oct 9, 2024 at 11:56 AM Baiju Meswani ***@***.***> wrote:
@PatriceVignola <https://github.com/PatriceVignola> would you happen to
know where this error might be coming from?
—
Reply to this email directly, view it on GitHub
<#886 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAROROAIAIAR4R7WX24BR53Z2VN3HAVCNFSM6AAAAABN74S4ECVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBSHAZTSMZUHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
In case it helps, here is the call stack. I tried to load all of the pdb's I could find, but don't know where to locate the ones for onnxruntime.dll or onnxruntime-genai.dll. Please point me to it if you know and I'll update the call stack accordingly. Thanks.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I've tried to copy the HelloPhi example for loading and calling phi-3.5 in DirectML for my application. When I get to the generator.ComputeLogits() part, I get a ton (e.g. hundreds) of the following memory errors:
After a few minutes, the inference engine starts generating the text.
To Reproduce
Steps to reproduce the behavior:
Blank App, Packaged with Windows Application Packing Project (WinUI 3 in Desktop)
app with framework net8.0-windows10.0.19041.0 (n.b. I'm using WindowsSdkPackageVersion 10.0.19041.38).Expected behavior
No memory errors to show and to start generating text immediately (rather than after 3-5 minutes of the memory exceptions).
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: