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
The number of cycles depends on memory size on your computer. With GPU an exception is thrown after memory limit is exceeded while on CPU after memory limit is reached the swap space is employed and things become very ugly.
Introduction of delay doesn't help, despite of hope of waiting for some time, required for OS to free the memory, could help.
The text was updated successfully, but these errors were encountered:
If create a new LlamaModel and then close it then nothing is freed by native code.
To reproduce the issue it is enough to run this code:
The number of cycles depends on memory size on your computer. With GPU an exception is thrown after memory limit is exceeded while on CPU after memory limit is reached the swap space is employed and things become very ugly.
Introduction of delay doesn't help, despite of hope of waiting for some time, required for OS to free the memory, could help.
The text was updated successfully, but these errors were encountered: