Accepting request 1189982 from science:machinelearning
- Update to version 0.3.0: * Ollama now supports tool calling with popular models such as Llama 3.1. This enables a model to answer a given prompt using tool(s) it knows about, making it possible for models to perform more complex tasks or interact with the outside world. * New models: ~ Llama 3.1 ~ Mistral Large 2 ~ Firefunction v2 ~ Llama-3-Groq-Tool-Use * Fixed duplicate error message when running ollama create OBS-URL: https://build.opensuse.org/request/show/1189982 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ollama?expand=0&rev=15
This commit is contained in:
commit
fd7709c23a
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<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.2.8</param>
|
||||
<param name="revision">v0.3.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/ollama/ollama.git</param>
|
||||
<param name="changesrevision">c0648233f2236f82f6830d2aaed552ae0f72379b</param></service></servicedata>
|
||||
<param name="changesrevision">bbf8f102ee06bd6b149e4999571c0844aa47b12f</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1dfa7d3fc6d8dc35af4bd9a458a9f22ab613d07c1e5e48db2b2803ff7f77214
|
||||
size 151425038
|
3
ollama-0.3.0.obscpio
Normal file
3
ollama-0.3.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58ac37034b70dfa60b0be1114a82a00e407bd0fb18bff0ad7f4bce86a3c7373f
|
||||
size 153287182
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 28 11:32:19 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
- Update to version 0.3.0:
|
||||
* Ollama now supports tool calling with popular models such
|
||||
as Llama 3.1. This enables a model to answer a given prompt
|
||||
using tool(s) it knows about, making it possible for models to
|
||||
perform more complex tasks or interact with the outside world.
|
||||
* New models:
|
||||
~ Llama 3.1
|
||||
~ Mistral Large 2
|
||||
~ Firefunction v2
|
||||
~ Llama-3-Groq-Tool-Use
|
||||
* Fixed duplicate error message when running ollama create
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 14:28:08 UTC 2024 - adrian@suse.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: ollama
|
||||
version: 0.2.8
|
||||
mtime: 1721680628
|
||||
commit: c0648233f2236f82f6830d2aaed552ae0f72379b
|
||||
version: 0.3.0
|
||||
mtime: 1721946295
|
||||
commit: bbf8f102ee06bd6b149e4999571c0844aa47b12f
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ollama
|
||||
Version: 0.2.8
|
||||
Version: 0.3.0
|
||||
Release: 0
|
||||
Summary: Tool for running AI models on-premise
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4b96cf9ccbb2b5ac6750dd67375daafbdcda9e2db58d0673a2566478b776878
|
||||
size 5355002
|
||||
oid sha256:96e78f5284991a67ff4c7b801368a7dbb98f88894e6b4d356ab752f61af5df25
|
||||
size 5354983
|
||||
|
Loading…
Reference in New Issue
Block a user