Morgan
Morgan
It would be great if it was possible to disable the non-zero check during a bind, so that we can pre-populate certain values and allow for DocOpt to over-ride when...
Is there a place with an active invitation link to the unofficial discord? The only links I can find in this repo are expired. Thanks!
The "source code" link on the pkl packages website is broken. For example, here: https://pkl-lang.org/package-docs/pkg.pkl-lang.org/pkl-go/pkl.golang/current/GeneratorSettings/index.html The "source code" links to: https://pkl-lang.org/package-docs/pkg.pkl-lang.org/pkl-go/pkl.golang/current/GeneratorSettings/https%3A//github.com/apple/pkl-go/tree/v0.5.3/codegen/src/GeneratorSettings.pkl Which does not work.
This adds the `--no-schema` option, which allows for overriding the default option in the driver. This flag only allows forcefully ignoring the schema, setting `--no-schema=false` does not force usage of...
This is a follow up from the other PR that has stalled. (https://github.com/magefile/mage/pull/290) I am using mage in a monorepo, with many layers of folders that may contain magefiles. It's...
## Bug description The configuration here: https://github.com/huggingface/chat-ui/blob/main/docs/source/configuration/models/providers/ollama.md says that the model name should be "mistral". It should be "mistral:latest" instead. Furthermore, the auto-pulling of ollama models originally added here: https://github.com/huggingface/chat-ui/pull/1227...