Dustin Reagan
Dustin Reagan
@mariotoffia Oh, I apologize for missing that in the docs, thanks!
I was able to fix this error by deleting any keys starting with 'decoder.' from the saved model checkpoint: around line 90 in `evaluate.py`: ``` decoder_keys = [key for key...
I have this working locally, but ~~seems like the repo does not support contributions?~~ I need to fork it first and create a PR. PR: https://github.com/tryAGI/Ollama/pull/92
to get it working locally, in `openapi.yaml` replace the current `ResponseFormat` with: ``` ResponseFormat: oneOf: - type: string enum: ['json'] description: "Enable JSON mode by setting the format parameter to...
Unfortunately, it seems that there is an issue with using both tools & structured output together in the ollama api itself: https://github.com/ollama/ollama/issues/8095