mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 00:55:21 -04:00
model not found on macOS after upgraded to 0.1.38 #88
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eliranwong on GitHub (May 22, 2024).
was using Ollama fine before upgraded to 0.1.38
'''
raise ResponseError(e.response.text, e.response.status_code) from None
ollama._types.ResponseError: model 'wizardlm2:7b' not foun
'''
I am sure the files are in ~/.ollama/models. However,
I tried:
no difference after restarting Ollama.
@jmorganca commented on GitHub (May 22, 2024):
Hi @eliranwong sorry this happened. Had you previously set
OLLAMA_MODELSto a different value? If you runls ~/.ollama/models/manifests/registry.ollama.ai/librarydo you see data in there?@eliranwong commented on GitHub (May 22, 2024):
Hi @jmorganca , thanks for reply. No, I didn't set OLLAMA_MODELS before.
When I run echo $OLLAMA_MODELS, I see nothing.
When I run ls ~/.ollama/models/manifests/registry.ollama.ai/library, I can see data there.
When I install a new model, by using 'ollama pull', I don't see it in ~/.ollama/models/manifests/registry.ollama.ai/library