Ollama

Latest version: v0.3.3

Safety actively analyzes 682244 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 15

0.3.10

New models
* [Reflection](https://ollama.com/library/reflection): a high-performing model trained with a new technique called Reflection-tuning that teaches a LLM to detect mistakes in its reasoning and correct course.
* [Yi-Coder](https://ollama.com/library/yi-coder): a series of open-source code language models that delivers state-of-the-art coding performance with fewer than 10 billion parameters.
* [DeepSeek-V2.5](https://ollama.com/library/deepseek-v2.5): An upgraded version of DeekSeek-V2 that integrates the general and coding abilities of both DeepSeek-V2-Chat and DeepSeek-Coder-V2-Instruct.

What's Changed
* Fixed rare error that would occur for certain models when running `ollama show`
* CUDA 11 will now be used for older NVIDIA drivers that are not compatible with CUDA 12
* Fixed error when running `ollama create` to import Gemma 2 models from safetensors

New Contributors
* rayfiyo made their first contribution in https://github.com/ollama/ollama/pull/6577
* vimalk78 made their first contribution in https://github.com/ollama/ollama/pull/6579
* SnoopyTlion made their first contribution in https://github.com/ollama/ollama/pull/6587
* jonathanhecl made their first contribution in https://github.com/ollama/ollama/pull/6583
* presbrey made their first contribution in https://github.com/ollama/ollama/pull/6508
* yeahdongcn made their first contribution in https://github.com/ollama/ollama/pull/5847
* openvmp made their first contribution in https://github.com/ollama/ollama/pull/6605
* FellowTraveler made their first contribution in https://github.com/ollama/ollama/pull/5664
* mateuszmigas made their first contribution in https://github.com/ollama/ollama/pull/5514
* kspviswa made their first contribution in https://github.com/ollama/ollama/pull/6624
* erkinalp made their first contribution in https://github.com/ollama/ollama/pull/6450
* Carter907 made their first contribution in https://github.com/ollama/ollama/pull/6391
* mitar made their first contribution in https://github.com/ollama/ollama/pull/6421
* kangfenmao made their first contribution in https://github.com/ollama/ollama/pull/6633
* teilomillet made their first contribution in https://github.com/ollama/ollama/pull/6099
* fujitatomoya made their first contribution in https://github.com/ollama/ollama/pull/6430
* 1runeberg made their first contribution in https://github.com/ollama/ollama/pull/6378
* iscy made their first contribution in https://github.com/ollama/ollama/pull/6642
* jk011ru made their first contribution in https://github.com/ollama/ollama/pull/6644
* ArdaGnsrn made their first contribution in https://github.com/ollama/ollama/pull/6361
* SilasMarvin made their first contribution in https://github.com/ollama/ollama/pull/5063
* wangqingfree made their first contribution in https://github.com/ollama/ollama/pull/6035
* vitaly-zdanevich made their first contribution in https://github.com/ollama/ollama/pull/5714
* Tobix99 made their first contribution in https://github.com/ollama/ollama/pull/6656
* bean5 made their first contribution in https://github.com/ollama/ollama/pull/5888
* ZeyoYT made their first contribution in https://github.com/ollama/ollama/pull/4957

**Full Changelog**: https://github.com/ollama/ollama/compare/v0.3.9...v0.3.10

0.3.9

What's Changed
* Fixed error that would occur when running Ollama on Linux machines with the ARM architecture
* Ollama will now show an improved error message when attempting to run unsupported models
* Fixed issue where Ollama would not auto-detect the chat template for Llama 3.1 models
* `OLLAMA_HOST` will now work with with URLs that contain paths

New Contributors
* bryanhonof made their first contribution in https://github.com/ollama/ollama/pull/6074

**Full Changelog**: https://github.com/ollama/ollama/compare/v0.3.8...v0.3.9

0.3.8

What's Changed
* Fixed error where the `ollama` CLI couldn't be found on the path when upgrading Ollama on Windows

New Contributors
* seankhatiri made their first contribution in https://github.com/ollama/ollama/pull/6530

**Full Changelog**: https://github.com/ollama/ollama/compare/v0.3.7...v0.3.8

0.3.7

New Models
* [Hermes 3](https://ollama.com/library/hermes3): Hermes 3 is the latest version of the flagship Hermes series of LLMs by Nous Research, which includes support for tool calling.
* [Phi 3.5](https://ollama.com/library/phi3.5): A lightweight AI model with 3.8 billion parameters with performance overtaking similarly and larger sized models.
* [SmolLM](https://ollama.com/library/smollm): A family of small models with 135M, 360M, and 1.7B parameters, trained on a new high-quality dataset.

What's Changed
* CUDA 12 support: improving performance by up to 10% on newer NVIDIA GPUs
* Improved performance of `ollama pull` and `ollama push` on slower connections
* Fixed issue where setting `OLLAMA_NUM_PARALLEL` would cause models to be reloaded on lower VRAM systems
* Ollama on Linux is now distributed as a `tar.gz` file, which contains the `ollama` binary along with required libraries.

New Contributors
* pamelafox made their first contribution in https://github.com/ollama/ollama/pull/6345
* eust-w made their first contribution in https://github.com/ollama/ollama/pull/5964

**Full Changelog**: https://github.com/ollama/ollama/compare/v0.3.6...v0.3.7

0.3.6

What's Changed
* Fixed issue where `/api/embed` would return an error instead of loading the model when the `input` field was not provided.
* `ollama create` can now import Phi-3 models from Safetensors
* Added progress information to `ollama create` when importing GGUF files
* Ollama will now import GGUF files faster by minimizing file copies


**Full Changelog**: https://github.com/ollama/ollama/compare/v0.3.5...v0.3.6

0.3.5

What's Changed
* Fixed `Incorrect function` error when downloading models on Windows
* Fixed issue where temporary files would not be cleaned up
* Fix rare error when Ollama would start up due to invalid model data
* Ollama will now provide an error instead of crashing on Windows when running models that are too large to fit into total memory

New Contributors
* jessegross made their first contribution in https://github.com/ollama/ollama/pull/6145
* rgbkrk made their first contribution in https://github.com/ollama/ollama/pull/5985
* Nicholas42 made their first contribution in https://github.com/ollama/ollama/pull/6235
* cognitivetech made their first contribution in https://github.com/ollama/ollama/pull/6305

**Full Changelog**: https://github.com/ollama/ollama/compare/v0.3.4...v0.3.5

Page 1 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.