ollama/_service
Guillaume GARDET 332862e2b8 - Update to version 0.3.13:
* New safety models:
    ~ Llama Guard 3: a series of models by Meta, fine-tuned for
      content safety classification of LLM inputs and responses.
    ~ ShieldGemma: ShieldGemma is set of instruction tuned models
      from Google DeepMind for evaluating the safety of text 
      prompt input and text output responses against a set of 
      defined safety policies.
  * Fixed issue where ollama pull would leave connections when 
    encountering an error
  * ollama rm will now stop a model if it is running prior to 
    deleting it

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ollama?expand=0&rev=55
2024-10-14 07:28:18 +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.13</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>