Blake Mizerany
Blake Mizerany
### What is the issue? I ran proxy-to-grafana with `-use-https` and got an error saying it could not determine the hostname for redirecting. ### Steps to reproduce ``` proxy-to-grafana %...
Also, fix the indentation of usage for `ollama serve` environment variables. Fixes #2944
When Ollama panics, the stacks contain path information specific to the build machine which can be removed using the `-trimpath` option. See https://pkg.go.dev/cmd/go ``` -trimpath remove all file system paths...
This issue is to track the addition of a help section for configuring the Ollama CLI with environment variables.
This commit fixes issues where manually moving blobs from one OS that allows colons in file paths to another OS that does not allow colons. The fix is to replace...
This fixes issues with blob file names that contain ':' characters to be 9 rejected by file systems that do not support them.
This commit aims to provide the Ollama maintainers with maximum control of the distribution build process by creating a cross-platform shim. Currently, we have no flexibility, or control of the...
Currently, issue defaults to the golang/go repo and there exists no way to change this. This means those using issue and not working on that repo must frequently supply a...