-
Notifications
You must be signed in to change notification settings - Fork 34
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
Exception Access Violation in Windows x86-64 when running in Windows 11 and default libraries (in release) #83
Comments
same issue |
I'm also having the same Issue. My project is set up in the following way. Filestructure
Maven dependencyI have added the dependency to my
Code
ErrorWhen I try to run
|
same issue |
same issue with 3.4.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running newer versions (from 3.3.0 higher) with any model, the JVM crashes.:
Extracted 'ggml.dll' to 'C:\Users\user\AppData\Local\Temp\ggml.dll'
Extracted 'llama.dll' to 'C:\Users\user\AppData\Local\Temp\llama.dll'
Extracted 'jllama.dll' to 'C:\Users\user\AppData\Local\Temp\jllama.dll'
You are an AI assistant who gives a quality response to whatever users ask of you.
Problem: Write a short poem about deep blue sea.
A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffdbd4a2f58, pid=25224, tid=18764
JRE version: Java(TM) SE Runtime Environment (23.0+37) (build 23+37-2369)
Java VM: Java HotSpot(TM) 64-Bit Server VM (23+37-2369, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
Problematic frame:
C [msvcp140.dll+0x12f58]
No core dump will be written. Minidumps are not enabled by default on client versions of Windows
An error report file with more information is saved as:
C:\eclipse\workspace\llama\hs_err_pid25224.log
[21.786s][warning][os] Loading hsdis library failed
Using.: latest visual studio redistributable 2022 for this platform
jar used was downloaded via maven (https://jar-download.com/artifacts/de.kherud/llama). Pprevious versions up to llama-3.2.1.jar worked without error from the same source.
The text was updated successfully, but these errors were encountered: