Skip to content

Releases: ollama/ollama

v0.0.11

21 Jul 20:59
Compare
Choose a tag to compare
  • ollama list: stay organized: see which models you have and their size

    % ollama list
    NAME         	SIZE  	MODIFIED       
    llama2:13b   	7.3 GB	28 hours ago  	
    llama2:latest	3.8 GB	4 hours ago   	
    orca:latest  	1.9 GB	35 minutes ago	
    vicuna:latest	3.8 GB	35 minutes ago
    
  • ollama rm: have a model you don't want anymore? Delete it with ollama rm

  • ollama pull will now check the integrity of the model you've downloaded against it's checksum

  • Errors will now correctly print, instead of showing another error

  • Performance updates: run models faster!

v0.0.10

20 Jul 09:15
Compare
Choose a tag to compare
fix broken link in `README.md`

v0.0.9

20 Jul 08:13
55b5f5d
Compare
Choose a tag to compare
ctrl+c on empty line exits (#135)

v0.0.8

19 Jul 08:01
Compare
Choose a tag to compare
  • Fixed an issue where the ollama command line tool wouldn't correctly install

v0.0.7

19 Jul 03:32
a6d03dd
Compare
Choose a tag to compare
  • Performance improvements with ollama create: it now uses less memory and will create custom models in less time
  • Fixed an issue where running ollama create name -f requires an absolute file path to the model file; relative paths are now supported
  • Fixed an issue where running ollama pull for a model that is already downloaded would show 0B

v0.0.6

18 Jul 19:45
9658a50
Compare
Choose a tag to compare

Early preview release

v0.0.5

13 Jul 17:45
77dc1a6
Compare
Choose a tag to compare
  • Show performance details, such as tokens per second with ollama run --verbose
  • Fixed a bug where ollama run would show an error when a model was already pulled

v0.0.4

13 Jul 02:01
Compare
Choose a tag to compare
  • Minor bug fixes

v0.0.3

11 Jul 23:53
Compare
Choose a tag to compare
  • Much faster performance
  • ollama run now supports a larger prompt
  • Fixed an issue where ollama run would hang after 40-50 words being output
  • Fixed an issue where ollama run would fail if offline, even with a model downloaded
    • ollama run now prints better errors if a problem is encountered
  • Ollama's logs can now be found under ~/.ollama/logs

v0.0.2

11 Jul 04:41
Compare
Choose a tag to compare
  • Improved reliability in cases where Ollama would encounter an error
  • Fixed a bug where cancelling text generation would cause an error