forked from pool/ollama
Accepting request 1178089 from science:machinelearning
- Update to version 0.1.40: - Update to version 0.1.39: OBS-URL: https://build.opensuse.org/request/show/1178089 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ollama?expand=0&rev=8
This commit is contained in:
commit
9f709033f9
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.1.38</param>
|
||||
<param name="revision">v0.1.40</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">d1692fd3e0b4a80ff55ba052b430207134df4714</param></service></servicedata>
|
||||
<param name="changesrevision">829ff87bd1a98eff727003d3b24748f0f7d8c3ac</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ec8a477587c138c5cd55da52d0cb8eef73e9efb50df9fd083417d286ad6edf9
|
||||
size 154565646
|
3
ollama-0.1.40.obscpio
Normal file
3
ollama-0.1.40.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb2c4c7d4180f84ee10eb4a000a86de0f3fa79302722b88b808320ab8f9d8351
|
||||
size 179825166
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 01 21:12:20 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
- Update to version 0.1.40:
|
||||
* New model: Codestral: Codestral is Mistral AI’s first-ever code
|
||||
model designed for code generation tasks.
|
||||
* New model: IBM Granite Code: now in 3B and 8B parameter sizes.
|
||||
* New model: Deepseek V2: A Strong, Economical, and Efficient
|
||||
Mixture-of-Experts Language Model
|
||||
* Fixed out of memory and incorrect token issues when running
|
||||
Codestral on 16GB Macs
|
||||
* Fixed issue where full-width characters (e.g. Japanese,
|
||||
Chinese, Russian) were deleted at end of the line when using
|
||||
ollama run
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 29 11:38:26 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
- Update to version 0.1.39:
|
||||
* New model: Cohere Aya 23: A new state-of-the-art, multilingual
|
||||
LLM covering 23 different languages.
|
||||
* New model: Mistral 7B 0.3: A new version of Mistral 7B with
|
||||
initial support for function calling.
|
||||
* New model: Phi-3 Medium: a 14B parameters, lightweight,
|
||||
state-of-the-art open model by Microsoft.
|
||||
* New model: Phi-3 Mini 128K and Phi-3 Medium 128K: versions of
|
||||
the Phi-3 models that support a context window size of 128K
|
||||
* New model: Granite code: A family of open foundation models by
|
||||
IBM for Code Intelligence
|
||||
* It is now possible to import and quantize Llama 3 and its
|
||||
finetunes from Safetensors format to Ollama.
|
||||
* Full changelog at
|
||||
https://github.com/ollama/ollama/releases/tag/v0.1.39
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 22 18:05:30 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: ollama
|
||||
version: 0.1.38
|
||||
mtime: 1715812996
|
||||
commit: d1692fd3e0b4a80ff55ba052b430207134df4714
|
||||
version: 0.1.40
|
||||
mtime: 1717206861
|
||||
commit: 829ff87bd1a98eff727003d3b24748f0f7d8c3ac
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ollama
|
||||
Version: 0.1.38
|
||||
Version: 0.1.40
|
||||
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:d4ea082357c422a313e379f4fa232a1984fec80429d8a66664699e5ff3627d19
|
||||
size 5330464
|
||||
oid sha256:783885d48a70583689a056c794d449d2d66cd80a13c03f016f8cc33262e444b1
|
||||
size 5323720
|
||||
|
Loading…
Reference in New Issue
Block a user