Skip to content

v0.0.11

Compare
Choose a tag to compare
@jmorganca jmorganca released this 21 Jul 20:59
· 3030 commits to main since this release
  • 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!