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
webllm.worker.ts:8 Device was lost. This can happen due to insufficient memory or other GPU constraints. Detailed error: [object GPUDeviceLostInfo]. Please try to reload WebLLM with a less resource-intensive model.
#647
Got the 'Device was lost...' error from the new initialized chat engine but started with prior conversations. A repeatable problem.
Here is an example, 0-th and 1-th entries were from prior conversations. First conservation with new engine includes 0-th, 1-th and 2-th entries but then 'Device was lost...' problem happened.
0:{role: 'user', content: 'what is your name'}
1:{role: 'assistant', content: "Nice to meet you! My name is Ada, and I'm here to …nd helpful information. How can I help you today?"}
2:{role: 'user', content: 'what did i ask before'}
'Device was lost...' error
Anyone has any idea how to resolve?
The text was updated successfully, but these errors were encountered:
Got the 'Device was lost...' error from the new initialized chat engine but started with prior conversations. A repeatable problem.
Here is an example, 0-th and 1-th entries were from prior conversations. First conservation with new engine includes 0-th, 1-th and 2-th entries but then 'Device was lost...' problem happened.
0:{role: 'user', content: 'what is your name'}
1:{role: 'assistant', content: "Nice to meet you! My name is Ada, and I'm here to …nd helpful information. How can I help you today?"}
2:{role: 'user', content: 'what did i ask before'}
'Device was lost...' error
Anyone has any idea how to resolve?
The text was updated successfully, but these errors were encountered: