ollama-python icon indicating copy to clipboard operation
ollama-python copied to clipboard

model not found on macOS after upgraded to 0.1.38

Open eliranwong opened this issue 1 month ago • 2 comments

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,

  • model not found by Ollama-python package
  • It is not displayed with command "ollama list"

I tried:

launchctl setenv OLLAMA_MODELS "~/.ollama/models"

export OLLAMA_MODELS="~/.ollama/models"

no difference after restarting Ollama.

eliranwong avatar May 22 '24 10:05 eliranwong