forked from pool/ollama
5a3ae9ab21
I've created a package for Ollama (https://ollama.com) so that users don't have to use an install script. I will point out that this does not have CUDA support or ROCm enabled; we won't be able to package CUDA for obvious reasons, and ROCm is currently not packaged in Factory. However, for basic CPU-enabled use, this is better than curling a random script from the interwebs :) OBS-URL: https://build.opensuse.org/request/show/1150495 OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ollama?expand=0&rev=1
22 lines
761 B
Plaintext
22 lines
761 B
Plaintext
<services>
|
|
<service name="format_spec_file" mode="manual">
|
|
</service>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/ollama/ollama.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v0.1.27</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="package-meta">yes</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="go_modules" mode="manual">
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|