⬆️ Update docker.mafyuh.xyz/ollama/ollama Docker tag to v0.1.40 #278

Merged
mafyuh merged 1 commit from renovate/docker.mafyuh.xyz-ollama-ollama-0.x into main 2024-05-31 20:26:34 -04:00
Collaborator

This PR contains the following updates:

Package Update Change
docker.mafyuh.xyz/ollama/ollama patch 0.1.39 -> 0.1.40

Release Notes

ollama/ollama (docker.mafyuh.xyz/ollama/ollama)

v0.1.40

Compare Source

ollama continuing to capture bugs

New models

  • Codestral: Codestral is Mistral AI’s first-ever code model designed for code generation tasks.
  • Deepseek V2: A Strong, Economical, and Efficient Mixture-of-Experts Language Model

What's Changed

  • Fixed out of memory and incorrect token issues when running Codestral on 16GB Macs
  • Fixed issue where full-width characters (e.g. Japanese, Chinese, Russian) were deleted at end of the line when using ollama run

New Contributors

Full Changelog: https://github.com/ollama/ollama/compare/v0.1.39...v0.1.40-rc1


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

Did Renovate not find changelogs? No worries! Click here

This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.mafyuh.xyz/ollama/ollama | patch | `0.1.39` -> `0.1.40` | --- ### Release Notes <details> <summary>ollama/ollama (docker.mafyuh.xyz/ollama/ollama)</summary> ### [`v0.1.40`](https://github.com/ollama/ollama/releases/tag/v0.1.40) [Compare Source](https://github.com/ollama/ollama/compare/v0.1.39...v0.1.40) ![ollama continuing to capture bugs](https://github.com/ollama/ollama/assets/3325447/d3aba466-40cc-4878-b2bb-34ecbae977d3) #### New models - [Codestral](https://ollama.com/library/codestral): Codestral is Mistral AI’s first-ever code model designed for code generation tasks. - [Deepseek V2](https://ollama.com/library/deepseek-v2): A Strong, Economical, and Efficient Mixture-of-Experts Language Model #### What's Changed - Fixed out of memory and incorrect token issues when running Codestral on 16GB Macs - Fixed issue where full-width characters (e.g. Japanese, Chinese, Russian) were deleted at end of the line when using `ollama run` #### New Contributors - [@&#8203;zhewang1-intc](https://github.com/zhewang1-intc) made their first contribution in https://github.com/ollama/ollama/pull/3278 **Full Changelog**: https://github.com/ollama/ollama/compare/v0.1.39...v0.1.40-rc1 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- Did Renovate not find changelogs? No worries! [Click here](https://git.mafyuh.dev/mafyuh/Auto-Homelab/src/branch/main/.github/changelogs.md) <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM3OS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovatebot added 1 commit 2024-05-31 19:01:33 -04:00
⬆️ Update docker.mafyuh.xyz/ollama/ollama Docker tag to v0.1.40
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 10s
e8ed21595a
mafyuh merged commit 86dc3dcb51 into main 2024-05-31 20:26:34 -04:00
mafyuh deleted branch renovate/docker.mafyuh.xyz-ollama-ollama-0.x 2024-05-31 20:26:34 -04:00
CD-Bot reviewed 2024-05-31 20:27:03 -04:00
CD-Bot left a comment
Collaborator

Continuous Deployment successfully ran.

Git Logs:

Updating 2c3678e..86dc3dc
Fast-forward
.drone.yml | 35 ----------
.forgejo/workflows/yamllint.yml | 30 ++++++++
.github/ISSUE_TEMPLATE/adding.yml | 106 +++++++++++++++++++++++++++++
.github/ISSUE_TEMPLATE/deletion.yml | 91 +++++++++++++++++++++++++
.github/ISSUE_TEMPLATE/feature-request.yml | 50 ++++++++++++++
.github/changelogs.md | 72 ++++++++++++++++++++
renovate.json => .github/renovate.json | 0
AI/docker-compose.yml | 2 +-
README.md | 17 ++++-
ag-main/docker-compose.yml | 2 +-
arm/docker-compose.yml | 64 +++++++++++++++--
arrs/docker-compose.yml | 28 ++++++--
downloaders/docker-compose.yml | 4 +-
jellyfin/docker-compose.yml | 21 +++++-
netboot/docker-compose.yml | 2 +-
nexus/docker-compose.yml | 2 +-
twingate/docker-compose.yml | 25 +++++++
17 files changed, 497 insertions(+), 54 deletions(-)
delete mode 100644 .drone.yml
create mode 100644 .forgejo/workflows/yamllint.yml
create mode 100644 .github/ISSUE_TEMPLATE/adding.yml
create mode 100644 .github/ISSUE_TEMPLATE/deletion.yml
create mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml
create mode 100644 .github/changelogs.md
rename renovate.json => .github/renovate.json (100%)

Docker Compose Logs:

time="2024-05-31T20:26:40-04:00" level=warning msg="/home/mafyuh/Auto-Homelab/AI/docker-compose.yml: version is obsolete"
ollama Pulling
ollama Pulled
Container open-webui Running
Container ollama Recreate
Container mindsdb Running
Container ollama Recreated
Container ollama Starting
Container ollama Started

## Continuous Deployment successfully ran. ### Git Logs: Updating 2c3678e..86dc3dc Fast-forward .drone.yml | 35 ---------- .forgejo/workflows/yamllint.yml | 30 ++++++++ .github/ISSUE_TEMPLATE/adding.yml | 106 +++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/deletion.yml | 91 +++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.yml | 50 ++++++++++++++ .github/changelogs.md | 72 ++++++++++++++++++++ renovate.json => .github/renovate.json | 0 AI/docker-compose.yml | 2 +- README.md | 17 ++++- ag-main/docker-compose.yml | 2 +- arm/docker-compose.yml | 64 +++++++++++++++-- arrs/docker-compose.yml | 28 ++++++-- downloaders/docker-compose.yml | 4 +- jellyfin/docker-compose.yml | 21 +++++- netboot/docker-compose.yml | 2 +- nexus/docker-compose.yml | 2 +- twingate/docker-compose.yml | 25 +++++++ 17 files changed, 497 insertions(+), 54 deletions(-) delete mode 100644 .drone.yml create mode 100644 .forgejo/workflows/yamllint.yml create mode 100644 .github/ISSUE_TEMPLATE/adding.yml create mode 100644 .github/ISSUE_TEMPLATE/deletion.yml create mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml create mode 100644 .github/changelogs.md rename renovate.json => .github/renovate.json (100%) ### Docker Compose Logs: time="2024-05-31T20:26:40-04:00" level=warning msg="/home/mafyuh/Auto-Homelab/AI/docker-compose.yml: `version` is obsolete" ollama Pulling ollama Pulled Container open-webui Running Container ollama Recreate Container mindsdb Running Container ollama Recreated Container ollama Starting Container ollama Started
This repo is archived. You cannot comment on pull requests.
No reviewers
No milestone
No project
No assignees
2 participants
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mafyuh/Auto-Homelab#278
No description provided.