Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 18d41bfaa3 |
BIN
ollama-0.13.5.tar.gz
LFS
Normal file
BIN
ollama-0.13.5.tar.gz
LFS
Normal file
Binary file not shown.
BIN
ollama-0.14.0.tar.gz
LFS
BIN
ollama-0.14.0.tar.gz
LFS
Binary file not shown.
@@ -1,22 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 11:26:15 UTC 2026 - Egbert Eich <eich@suse.com>
|
||||
|
||||
- Make sure we build for all architectures supported by CUDA.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 18:39:46 UTC 2026 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
- Update to version 0.14.0:
|
||||
* ollama run --experimental CLI will now open a new Ollama CLI
|
||||
that includes an agent loop and the bash tool
|
||||
* Anthropic API compatibility: support for the /v1/messages API
|
||||
* A new REQUIRES command for the Modelfile allows declaring which
|
||||
version of Ollama is required for the model
|
||||
* For older models, Ollama will avoid an integer underflow on low
|
||||
VRAM systems during memory estimation
|
||||
* More accurate VRAM measurements for AMD iGPUs
|
||||
* An error will now return when embeddings return NaN or -Inf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 19 12:01:05 UTC 2025 - Glen Masgai <glen.masgai@gmail.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ollama
|
||||
#
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -35,7 +35,7 @@
|
||||
%define cuda_version %{cuda_version_major}-%{cuda_version_minor}
|
||||
|
||||
Name: ollama
|
||||
Version: 0.14.0
|
||||
Version: 0.13.5
|
||||
Release: 0
|
||||
Summary: Tool for running AI models on-premise
|
||||
License: MIT
|
||||
@@ -169,6 +169,7 @@ sed -i -e 's@"lib"@"%{_lib}"@' \
|
||||
|
||||
cd ..
|
||||
go build -trimpath -o %{name} .
|
||||
exit 1
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
BIN
vendor.tar.zstd
LFS
BIN
vendor.tar.zstd
LFS
Binary file not shown.
Reference in New Issue
Block a user