Skip to content
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

Error on launch "access violation reading 0x0000000000000078" #8

Open
JdotCarver opened this issue Dec 9, 2024 · 0 comments
Open

Comments

@JdotCarver
Copy link

Tried all afternoon to get this working.

Stuck here. When I launch the main.py I get this. Any ideas ?

Starting Note Taker
Traceback (most recent call last):
  File "C:\Program Files\LocaalNoteTaker\note-taker\src\main.py", line 15, in <module>
    LanguageModel()  # Warm up the LLM
    ^^^^^^^^^^^^^^^
  File "C:\Program Files\LocaalNoteTaker\note-taker\src\llm\model.py", line 31, in __init__
    self.set_model(None)
  File "C:\Program Files\LocaalNoteTaker\note-taker\src\llm\model.py", line 39, in set_model
    self.llm = Llama.from_pretrained(
               ^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\JdotCarver\AppData\Local\Programs\Python\Python311\Lib\site-packages\llama_cpp\llama.py", line 2353, in from_pretrained
    return cls(
           ^^^^
  File "C:\Users\JdotCarver\AppData\Local\Programs\Python\Python311\Lib\site-packages\llama_cpp\llama.py", line 369, in __init__
    internals.LlamaModel(
  File "C:\Users\JdotCarver\AppData\Local\Programs\Python\Python311\Lib\site-packages\llama_cpp\_internals.py", line 51, in __init__
    model = llama_cpp.llama_load_model_from_file(
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: exception: access violation reading 0x0000000000000078
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant