forked from pool/ollama
Accepting request 1173521 from home:VaiTon:branches:science:machinelearning
- Update to version 0.1.37: * Fixed issue where models with uppercase characters in the name would not show with ollama list * Fixed usage string for ollama create * Fix finish_reason being "" instead of null in the Open-AI compatible chat API. - Use obs_scm service instead of the deprecated tar_scm - Use zstd for vendor tarball compression OBS-URL: https://build.opensuse.org/request/show/1173521 OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ollama?expand=0&rev=13
This commit is contained in:
parent
dfc1a9fa3a
commit
cf9cf2a4df
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -21,3 +21,5 @@
|
|||||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
|
## Specific LFS patterns
|
||||||
|
vendor.tar.zstd filter=lfs diff=lfs merge=lfs -text
|
||||||
|
19
_service
19
_service
@ -1,22 +1,23 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="format_spec_file" mode="manual">
|
<service name="format_spec_file" mode="manual" />
|
||||||
</service>
|
<service name="obs_scm" mode="manual">
|
||||||
<service name="tar_scm" mode="manual">
|
|
||||||
<param name="url">https://github.com/ollama/ollama.git</param>
|
<param name="url">https://github.com/ollama/ollama.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v0.1.36</param>
|
<param name="revision">v0.1.37</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="submodules">enable</param>
|
<param name="submodules">enable</param>
|
||||||
|
<param name="exclude">macapp</param>
|
||||||
<param name="package-meta">yes</param>
|
<param name="package-meta">yes</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="manual">
|
|
||||||
<param name="file">*.tar</param>
|
|
||||||
<param name="compression">gz</param>
|
|
||||||
</service>
|
|
||||||
<service name="go_modules" mode="manual">
|
<service name="go_modules" mode="manual">
|
||||||
<param name="compression">xz</param>
|
<param name="compression">zstd</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="manual" />
|
<service name="set_version" mode="manual" />
|
||||||
|
|
||||||
|
<service name="tar" mode="buildtime">
|
||||||
|
<param name="package-meta">yes</param>
|
||||||
|
</service>
|
||||||
|
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/ollama/ollama.git</param>
|
<param name="url">https://github.com/ollama/ollama.git</param>
|
||||||
<param name="changesrevision">92ca2cca954e590abe5eecb0a87fa13cec83b0e1</param></service></servicedata>
|
<param name="changesrevision">41ba3017fd74dfce9a3dc00160f29befec85a41b</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:285ea18c73f9d8cbebd19ed429fb691a84853fa06366a6d206e74a9a5cfd2243
|
|
||||||
size 87336304
|
|
3
ollama-0.1.37.obscpio
Normal file
3
ollama-0.1.37.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6825400dbf9a926fb6d8ea4c03fc61f981ec03f0897ffc65f74fc3a733b562cf
|
||||||
|
size 130026510
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 12 19:05:53 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 0.1.37:
|
||||||
|
* Fixed issue where models with uppercase characters in the name
|
||||||
|
would not show with ollama list
|
||||||
|
* Fixed usage string for ollama create
|
||||||
|
* Fix finish_reason being "" instead of null in the Open-AI
|
||||||
|
compatible chat API.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 12 15:20:28 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||||
|
|
||||||
|
- Use obs_scm service instead of the deprecated tar_scm
|
||||||
|
- Use zstd for vendor tarball compression
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 12 01:39:26 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
Sun May 12 01:39:26 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||||
|
|
||||||
|
4
ollama.obsinfo
Normal file
4
ollama.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name: ollama
|
||||||
|
version: 0.1.37
|
||||||
|
mtime: 1715466701
|
||||||
|
commit: 41ba3017fd74dfce9a3dc00160f29befec85a41b
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ollama
|
Name: ollama
|
||||||
Version: 0.1.36
|
Version: 0.1.37
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool for running AI models on-premise
|
Summary: Tool for running AI models on-premise
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://ollama.com
|
URL: https://ollama.com
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar
|
||||||
Source1: vendor.tar.xz
|
Source1: vendor.tar.zstd
|
||||||
Source2: ollama.service
|
Source2: ollama.service
|
||||||
Source3: %{name}-user.conf
|
Source3: %{name}-user.conf
|
||||||
Patch0: enable-lto.patch
|
Patch0: enable-lto.patch
|
||||||
@ -31,6 +31,7 @@ BuildRequires: cmake >= 3.24
|
|||||||
BuildRequires: gcc-c++ >= 11.4.0
|
BuildRequires: gcc-c++ >= 11.4.0
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: sysuser-tools
|
BuildRequires: sysuser-tools
|
||||||
|
BuildRequires: zstd
|
||||||
BuildRequires: golang(API) >= 1.22
|
BuildRequires: golang(API) >= 1.22
|
||||||
|
|
||||||
%{sysusers_requires}
|
%{sysusers_requires}
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:21390f2f5bbd12b7a6c134b3ced1bafe76b929f85077e273d6c8f378cb156eb2
|
|
||||||
size 4310640
|
|
3
vendor.tar.zstd
Normal file
3
vendor.tar.zstd
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:202da226a0bad5afdb4afb42c75da9a04277e4c3a5be9bce390a049c025bd7af
|
||||||
|
size 5330325
|
Loading…
x
Reference in New Issue
Block a user