Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency jmorganca/ollama to v0.1.45 #77

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 12, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
jmorganca/ollama patch v0.1.42 -> v0.1.45

Release Notes

jmorganca/ollama (jmorganca/ollama)

v0.1.45

Compare Source

New models

  • DeepSeek-Coder-V2: A 16B & 236B open-source Mixture-of-Experts code language model that achieves performance comparable to GPT4-Turbo in code-specific tasks.

ollama show

ollama show will now show model details such as context length, parameters, embedding size, license and more:

% ollama show llama3
  Model                                              
  	arch            	llama	                              
  	parameters      	8.0B 	                              
  	quantization    	Q4_0 	                              
  	context length  	8192 	                              
  	embedding length	4096 	                              
  	                                                   
  Parameters                                         
  	num_keep	24                   	                      
  	stop    	"<|start_header_id|>"	                      
  	stop    	"<|end_header_id|>"  	                      
  	stop    	"<|eot_id|>"         	                      
  	                                                   
  License                                            
  	META LLAMA 3 COMMUNITY LICENSE AGREEMENT         	  
  	Meta Llama 3 Version Release Date: April 18, 2024

What's Changed

  • ollama show <model> will now show model information such as context window size
  • Model loading on Windows with CUDA GPUs is now faster
  • Setting seed in the /v1/chat/completions OpenAI compatibility endpoint no longer changes temperature
  • Enhanced GPU discovery and multi-gpu support with concurrency
  • The Linux install script will now skip searching for network devices
  • Introduced a workaround for AMD Vega RX 56 SDMA support on Linux
  • Fix memory prediction for deepseek-v2 and deepseek-coder-v2 models
  • api/show endpoint returns extensive model metadata
  • GPU configuration variables are now reported in ollama serve
  • Update Linux ROCm to v6.1.1

New Contributors

Full Changelog: ollama/ollama@v0.1.44...v0.1.45

v0.1.44

Compare Source

What's Changed

  • Fixed issue where unicode characters such as emojis would not be loaded correctly when running ollama create
  • Fixed certain cases where Nvidia GPUs would not be detected and reported as compute capability 1.0 devices

Full Changelog: ollama/ollama@v0.1.43...v0.1.44

v0.1.43

Compare Source

Ollama honest work

What's Changed

  • New import.md guide for converting and importing models to Ollama
  • Fixed issue where embedding vectors resulting from /api/embeddings would not be accurate
  • JSON mode responses will no longer include invalid escape characters
  • Removing a model will no longer show incorrect File not found errors
  • Fixed issue where running ollama create would result in an error on Windows with certain file formatting

New Contributors

Full Changelog: ollama/ollama@v0.1.42...v0.1.43


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/jmorganca-ollama-0.x branch from 287a9d8 to 8c13583 Compare June 13, 2024 22:30
@renovate renovate bot changed the title chore(deps): update dependency jmorganca/ollama to v0.1.43 chore(deps): update dependency jmorganca/ollama to v0.1.44 Jun 13, 2024
@renovate renovate bot force-pushed the renovate/jmorganca-ollama-0.x branch from 8c13583 to 2cfe802 Compare June 21, 2024 00:28
@renovate renovate bot changed the title chore(deps): update dependency jmorganca/ollama to v0.1.44 chore(deps): update dependency jmorganca/ollama to v0.1.45 Jun 21, 2024
@unterwegi unterwegi merged commit 3bf7ae6 into main Jun 25, 2024
@unterwegi unterwegi deleted the renovate/jmorganca-ollama-0.x branch June 25, 2024 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant