0

When I run ollama run llama3.2 after it is installed this error shows up, llama runner process has terminated: exit status 0xc0000135. Can anyone tell me the issue.

Using ollama I installed llama3.2 which worked perfectly fine but after that I tried running it and this showed up.

2 Answers 2

0

"Can anyone tell me the issue." No i cannot but i can give a guess.

  • Check logs for other possible errors (might just be corrupted dl or missing dir (if you pointed to different source))

  • You might want to check if Microsoft visual C++ Redistributable exists, if not install them.

lastly re-install

Sign up to request clarification or add additional context in comments.

Comments

0

create a text file in your user location with lower context length or check the root cause in server logs.

FROM arctic-text2sql-r1 (model name)

PARAMETER num_ctx 4096

Then create the new model in command prompt

ollama create arctic-sql-lite -f Modelfile

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.