Patrick Devine

Results 323 comments of Patrick Devine

One thing I should also mention; you *can* use JSON to set the hyper-parameters already when calling `POST /api/generate`. We could fairly easily expose this through `ollama run` so you...

I'll go ahead and close the issue. Please feel free to reopen if you're still seeing problems.

@TapsHTS Was it still exhibiting the same behaviour in `0.1.37`?

@TapsHTS also, can you post an exact screenshot of the error? I'm having problems finding it in the code.

@TapsHTS I'm going to go ahead and close the issue. Feel free to comment and I'll reopen if you're still running into problems. Definitely upgrade to ollama 0.2.1 as well...

Hey @Solomin0 , you should be able to just copy/tar/rsync the `models/` directory and it will work. You need both the `blobs/` and `manifests/` directory. If you want to put...

You can copy them in; the blobs are content addressable (which is why they're called `sha256-`) so there's no chance that something bad will happen unless you have a corrupt...

@Solomin0 That should work fine. It won't blow away any files which weren't also in the tar archive when you're unpacking it, although it will overwrite anything if there is...

@Solomin0 are you running off of main by any chance? [This change](https://github.com/ollama/ollama/pull/4261) just got merged which I think should fix that.

@Tochage143 Did you figure out what was wrong?