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>
|
BIN
ollama-0.2.8.obscpio
(Stored with Git LFS)
BIN
ollama-0.2.8.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
ollama-0.3.0.obscpio
(Stored with Git LFS)
Normal file
BIN
ollama-0.3.0.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
||||
|
BIN
vendor.tar.zstd
(Stored with Git LFS)
BIN
vendor.tar.zstd
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user