Ollama
Notes
Release notes
v0.1.30
· 1y+
<img alt="Ollama now supports Cohere's Command R model" src="https://github.com/ollama/ollama/assets/3325447/ba99059d-2397-4fb9-84b7-d45c71518b4e" width="640" />
New models
- Command R: a Large Language Model optimized for conversational interaction and long context tasks.
- mxbai-embed-large: A new state-of-the-art large embedding model
What's Changed
- Fixed various issues with
ollama runon Windows- History now will work when pressing up and down arrow keys
- Right and left arrow keys will now move the cursor appropriately
- Pasting multi-line strings will now work on Windows
- Fixed issue where mounting or sharing files between Linux and Windows (e.g. via WSL or Docker) would cause errors due to having
:in the filename. - Improved support for AMD MI300 and MI300X Accelerators
- Improved cleanup of temporary files resulting in better space utilization
Important change
For filesystem compatibility, Ollama has changed model data filenames to use - instead of :. This change will be applied automatically. If downgrading to 0.1.29 or lower from 0.1.30 (on Linux or macOS only) run:
find ~/.ollama/models/blobs -type f -exec bash -c 'mv "$0" "${0//-/:}"' {} \;
New Contributors
- @alitrack made their first contribution in https://github.com/ollama/ollama/pull/3111
- @drazdra made their first contribution in https://github.com/ollama/ollama/pull/3338
- @rapidarchitect made their first contribution in https://github.com/ollama/ollama/pull/3288
- @yusufcanb made their first contribution in https://github.com/ollama/ollama/pull/3274
- @jikkuatwork made their first contribution in https://github.com/ollama/ollama/pull/3178
- @timothycarambat made their first contribution in https://github.com/ollama/ollama/pull/3145
- @fly2tomato made their first contribution in https://github.com/ollama/ollama/pull/2946
- @enoch1118 made their first contribution in https://github.com/ollama/ollama/pull/2927
- @danny-avila made their first contribution in https://github.com/ollama/ollama/pull/2918
- @mmo80 made their first contribution in https://github.com/ollama/ollama/pull/2881
- @anaisbetts made their first contribution in https://github.com/ollama/ollama/pull/2428
- @marco-souza made their first contribution in https://github.com/ollama/ollama/pull/1905
- @guchenhe made their first contribution in https://github.com/ollama/ollama/pull/1944
- @herval made their first contribution in https://github.com/ollama/ollama/pull/1873
- @Npahlfer made their first contribution in https://github.com/ollama/ollama/pull/1623
- @remy415 made their first contribution in https://github.com/ollama/ollama/pull/2279
Full Changelog: https://github.com/ollama/ollama/compare/v0.1.29...v0.1.30