From bd9158cc4ffdfbf5c611e389f9970e64b1adab84 Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Sat, 23 Nov 2024 19:51:16 +0000 Subject: [PATCH] ollama/0.4.4 package update Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> --- ollama.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ollama.yaml b/ollama.yaml index 790648a2d45..23bcdd68d94 100644 --- a/ollama.yaml +++ b/ollama.yaml @@ -1,6 +1,6 @@ package: name: ollama - version: 0.4.3 + version: 0.4.4 epoch: 0 description: Get up and running with Llama 2 and other large language models locally copyright: @@ -20,7 +20,7 @@ pipeline: with: repository: https://github.com/ollama/ollama tag: v${{package.version}} - expected-commit: b7bddeebc1ed267004c1f555fb48fa1d48a37303 + expected-commit: 3478b2cf14c3fa2661c03f7fd5764a63a496293a - runs: | go generate ./...