Skip to content

v0.1.9

Compare
Choose a tag to compare
@jmorganca jmorganca released this 10 Nov 05:03
· 2189 commits to main since this release
5cba29b

New models

  • Yi: a high-performing, bilingual model supporting both English and Chinese.

What's Changed

  • JSON mode: instruct models to always return valid JSON when calling /api/generate by setting the format parameter to json
  • Raw mode: bypass any templating done by Ollama by passing {"raw": true} to /api/generate
  • Better error descriptions when downloading and uploading models with ollama pull and ollama push
  • Fixed issue where Linux installer would encounter an error when running as the root user
  • Improved progress bar design when running ollama pull and ollama push
  • Fixed issue where running on a machine with less than 2GB of VRAM would be slow

New Contributors

Full Changelog: v0.1.8...v0.1.9