forked from pool/ollama
cf9cf2a4df
- 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
24 lines
805 B
Plaintext
24 lines
805 B
Plaintext
<services>
|
|
<service name="format_spec_file" mode="manual" />
|
|
<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.1.37</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="submodules">enable</param>
|
|
<param name="exclude">macapp</param>
|
|
<param name="package-meta">yes</param>
|
|
</service>
|
|
<service name="go_modules" mode="manual">
|
|
<param name="compression">zstd</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
|
|
<service name="tar" mode="buildtime">
|
|
<param name="package-meta">yes</param>
|
|
</service>
|
|
|
|
</services>
|