ollama/_service
Eyad Issa 5a882751e3 - Update to version 0.3.14:
* New Models
    + Granite 3 MoE: The IBM Granite 1B and 3B models are the 
      first mixture of experts (MoE) Granite models from IBM 
      designed for low latency usage.
    + Granite 3 Dense: The IBM Granite 2B and 8B models are 
      designed to support tool-based use cases and support for 
      retrieval augmented generation (RAG), streamlining code 
      generation, translation and bug fixing.

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ollama?expand=0&rev=57
2024-10-31 01:55:17 +00:00

24 lines
803 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.3.14</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>