65708a6764
* Update README.md (#7516) * One corrupt manifest should not wedge model operations (#7515) * prompt: Use a single token when estimating mllama context size * readme: add Hexabot to the list of community integrations * Quiet down debug log of image payload (#7454) OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ollama?expand=0&rev=63
24 lines
802 B
Plaintext
24 lines
802 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.4.0</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>
|