Patrick Devine

Results 426 comments of Patrick Devine

@ianschmitz @vjpr did either of you by chance not have brew installed on your system? For whatever reason I already had `/usr/local/bin/` in the PATH in my `.zshrc` file, and...

Thanks for the issue @haydonryan . I'm going to close this in favor of #3314 since it's slightly more comprehensive.

As @jukofyork mentioned, with the smaller models you definitely need to prompt them more to tell it what you're expecting. I'm going to go ahead and close out the issue.

@kellerkind84 is this working now? It's covered in the [FAQ](https://github.com/ollama/ollama/blob/main/docs/faq.md#setting-environment-variables-on-mac). As @dims mentioned, just: 1. stop the ollama application; 2. run `launchctl setenv OLLAMA_HOST "0.0.0.0"` 3. restart ollama 4. check...

@kellerkind84 no, it was unclear from your message. I just tried the steps and it works fine, so I'm having problems reproducing what you're seeing. What version of MacOS are...

I'm going to go ahead and close this since there is a workaround. There are some changes coming for the mac version which will let you set this through a...

Here's an [FAQ](https://github.com/ollama/ollama/blob/main/docs/faq.md#where-are-models-stored) which describes where the models are stored. You can copy them there to the appropriate location on another system (even cross platform). Keep in mind that if...

Hey @lambdaofgod . I'm actually a little confused by the PR. This would just result in the model being pulled over again. If the model shares blobs (such as the...

@lambdaofgod From the API it won't auto-pull, but it should from the CLI. There shouldn't be a case where a pulled model doesn't show up though. Do you know how...