- Update to version 0.4.2:
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ollama?expand=0&rev=66
This commit is contained in:
parent
1e48ea9d8a
commit
414040b708
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/ollama/ollama.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.4.1</param>
|
||||
<param name="revision">v0.4.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/ollama/ollama.git</param>
|
||||
<param name="changesrevision">c2e8cbaa140986b6a27f2c795e2fb9b38e74f094</param></service></servicedata>
|
||||
<param name="changesrevision">d875e99e4639dc07af90b2e3ea0d175e2e692efb</param></service></servicedata>
|
BIN
ollama-0.4.1.obscpio
(Stored with Git LFS)
BIN
ollama-0.4.1.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
ollama-0.4.2.obscpio
(Stored with Git LFS)
Normal file
BIN
ollama-0.4.2.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 16 16:07:38 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
- Update to version 0.4.2:
|
||||
* runner.go: Propagate panics back to the user.
|
||||
* runner.go: Increase survivability of main processing loop
|
||||
* build: fix arm container image (#7674)
|
||||
* add line numbers for parser errors (#7326)
|
||||
* chore(deps): bump golang.org/x dependencies (#7655)
|
||||
* runner.go: Don't trim whitespace from inputs
|
||||
* runner.go: Enforce NUM_PARALLEL directly in the runner
|
||||
* cmd: preserve exact bytes when displaying template/system layers (#7586)
|
||||
* fix(mllama): sync backend between batches
|
||||
* runner.go: Fix off-by-one for num predicted
|
||||
* CI: give windows lint more time (#7635)
|
||||
* Jetpack support for Go server (#7217)
|
||||
* doc: capture numeric group requirement (#6941)
|
||||
* docs: Capture docker cgroup workaround (#7519)
|
||||
* runner.go: Make KV entry accounting more robust
|
||||
* readme: add aichat terminal app to community integrations (#7418)
|
||||
* api: fix typos in Go Doc comments (#7620)
|
||||
* readme: add GoLamify to community integrations (#7521)
|
||||
* readme: add browser extension that enables using Ollama for interacting with web pages (#5827)
|
||||
* docs: add mentions of Llama 3.2 (#7517)
|
||||
* api: fix typo in python ClientFromEnvironment docs (#7604)
|
||||
* readme: add llama3.2-vision to model list (#7580)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 13:57:46 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: ollama
|
||||
version: 0.4.1
|
||||
mtime: 1731087572
|
||||
commit: c2e8cbaa140986b6a27f2c795e2fb9b38e74f094
|
||||
version: 0.4.2
|
||||
mtime: 1731700345
|
||||
commit: d875e99e4639dc07af90b2e3ea0d175e2e692efb
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ollama
|
||||
Version: 0.4.1
|
||||
Version: 0.4.2
|
||||
Release: 0
|
||||
Summary: Tool for running AI models on-premise
|
||||
License: MIT
|
||||
|
BIN
vendor.tar.zstd
(Stored with Git LFS)
BIN
vendor.tar.zstd
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user