Commit Graph

61 Commits

Author SHA1 Message Date
abysssol
21064e2260 ollama: 0.3.5 -> 0.3.9
changelog 0.3.6: https://github.com/ollama/ollama/releases/tag/v0.3.6
changelog 0.3.7: https://github.com/ollama/ollama/releases/tag/v0.3.7
changelog 0.3.8: https://github.com/ollama/ollama/releases/tag/v0.3.8
changelog 0.3.9: https://github.com/ollama/ollama/releases/tag/v0.3.9
diff: https://github.com/ollama/ollama/compare/v0.3.5...v0.3.9
2024-09-01 14:58:10 -04:00
abysssol
57ce70f361 ollama: only run service test on linux
Darwin currently attempts to build the nixos test, but is unable to,
which causes the whole `passthru.tests` on darwin to fail.
2024-08-13 09:37:35 -04:00
R. Ryantm
5ed7840129 ollama: 0.3.4 -> 0.3.5 2024-08-13 03:13:00 +00:00
superherointj
363da96864
Merge pull request #332492 from znaniye/pr-331959
odin: dev-2024-07 -> 0-unstable-2024-08-05
2024-08-08 16:34:32 -03:00
Pol Dellaiera
fcaf39b0e7
ollama: 0.3.1 -> 0.3.4
diff: https://github.com/ollama/ollama/compare/v0.3.1..v0.3.4
changelog: https://github.com/ollama/ollama/releases/tag/v0.3.4
2024-08-08 14:55:14 +02:00
znaniye
d556733f07 ols: 0-unstable-2024-07-01 -> 0-unstable-2024-08-05 2024-08-05 16:52:13 -03:00
abysssol
ab2c4b7afb ollama: update hash for 0.3.1
it appears that upstream ollama changed the `v0.3.1` tag
2024-08-02 09:49:23 -04:00
abysssol
4fecea8f12 ollama: 0.3.0 -> 0.3.1
changelog: https://github.com/ollama/ollama/releases/tag/v0.3.1
diff: https://github.com/ollama/ollama/compare/v0.3.0...v0.3.1
2024-07-30 06:35:18 -04:00
redyf
1f28e85a3f ollama: 0.2.8 -> 0.3.0 2024-07-26 00:53:07 -04:00
Pol Dellaiera
96b9e395c4
ollama: replace variable with with keyword 2024-07-24 09:04:07 +02:00
Pol Dellaiera
91704c4b25
ollama: move the assert after the top level parameters 2024-07-24 09:04:07 +02:00
Pol Dellaiera
bdfde18037
ollama: reformat with nixfmt-rfc-style 2024-07-24 09:04:07 +02:00
Pol Dellaiera
a22838c965
ollama: 0.2.7 -> 0.2.8
changelog: https://github.com/ollama/ollama/releases/tag/v0.2.8
diff: https://github.com/ollama/ollama/compare/v0.2.7..v0.2.8
2024-07-24 09:04:07 +02:00
Redyf
d7d275085c ollama: 0.2.5 -> 0.2.7 2024-07-18 22:36:45 -03:00
Pol Dellaiera
28d8f79a66
Merge pull request #327505 from redyf/update-ollama
ollama: 0.2.1 -> 0.2.5
2024-07-16 21:15:01 +02:00
Pol Dellaiera
dfef8af6e9
Merge pull request #326939 from abysssol/ollama-split-test
nixos/ollama: split cuda and rocm from service test
2024-07-16 21:02:07 +02:00
Redyf
a87e36b0dc ollama: 0.2.1 -> 0.2.5 2024-07-15 20:03:11 -03:00
abysssol
aa8e02582d nixos/ollama: split cuda and rocm from service test
Cuda and rocm are platform specific, only working on linux.
Also, ofborg won't run any of the service test at all because
cuda is unfreely licensed.
2024-07-14 22:01:56 -04:00
abysssol
110aaf74c4
Merge pull request #326860 from redyf/update-ollama
ollama: 0.1.48 -> 0.2.1
2024-07-14 14:37:07 +00:00
Redyf
abed3337f7 ollama: 0.1.48 -> 0.2.1 2024-07-13 15:19:14 -03:00
Thiago Kenji Okada
e505595836
Merge pull request #326036 from spitulax/odinfmt
ols: include `odinfmt` in derivation
2024-07-12 16:40:31 +01:00
Bintang Adiputra Pratama
29577a69a1
ols: include odinfmt in derivation 2024-07-10 15:02:54 +07:00
Kirill Radzikhovskyy
558596e235 ollama: unpin buildGoModule 2024-07-10 10:58:00 +10:00
R. Ryantm
7a1be81f82 ols: 0-unstable-2024-06-18 -> 0-unstable-2024-07-01 2024-07-06 15:57:13 +00:00
Yuxuan Shui
46356c6145 ollama: fix cuda support
Fixes: 82018339bd
2024-07-04 17:53:42 +01:00
Someone
d5491008d9
Merge pull request #323056 from SomeoneSerge/fix/cudaPackages/outputSpecified
cudaPackages: make getOutput work again
2024-07-03 19:19:51 +00:00
abysssol
9b72ff7182 ollama: 0.1.47 -> 0.1.48
changelog: https://github.com/ollama/ollama/releases/tag/v0.1.48
2024-07-03 05:15:47 -04:00
abysssol
2e750d417d ollama: add necessary /lib suffix to fix rocm 2024-07-02 22:52:49 -04:00
Someone Serge
82018339bd treewide: cuda: use propagatedBuildInputs, lib.getOutput 2024-07-02 01:47:19 +00:00
abysssol
559cffd864 ollama: add rocmPath to LD_LIBRARY_PATH in wrapper
Pr #323249 removed `rocmPath` from `LD_LIBRARY_PATH`, but the comment
> since `rocmPath` is in `LD_LIBRARY_PATH`, ollama uses rocm correctly

makes me think I already tested this and that it doesn't work
2024-07-01 19:24:35 -04:00
abysssol
9f910d23b4 ollama: switch to autoAddDriverRunpath
`linuxPackages.nvidia_x11` is a driver, and isn't intended to be directly linked like a library.
`autoAddDriverRunpath` should be able to make ollama work without it.
2024-07-01 04:50:20 -04:00
Redyf
3473971240 ollama: 0.1.45 -> 0.1.47
changelog: https://github.com/ollama/ollama/releases/tag/v0.1.46
changelog: https://github.com/ollama/ollama/releases/tag/v0.1.47
2024-06-27 14:43:46 -04:00
R. Ryantm
adf24f8b90 ols: 0-unstable-2024-06-13 -> 0-unstable-2024-06-18 2024-06-24 01:40:26 +00:00
abysssol
00c876544e ollama: refactor wrapper options 2024-06-22 13:14:04 -04:00
abysssol
e9d30832b7 ollama: 0.1.44 -> 0.1.45
changelog: https://github.com/ollama/ollama/releases/tag/v0.1.45
2024-06-20 21:54:53 -04:00
Nick Cao
4f0d57343a
Merge pull request #320390 from r-ryantm/auto-update/ols
ols: 0-unstable-2024-06-05 -> 0-unstable-2024-06-13
2024-06-17 16:33:23 -04:00
Pol Dellaiera
58e03a2ecc
ollama: fix ldflags
This fix https://github.com/NixOS/nixpkgs/issues/320503
2024-06-17 14:18:06 +02:00
R. Ryantm
97b983d0d8 ols: 0-unstable-2024-06-05 -> 0-unstable-2024-06-13 2024-06-16 23:54:38 +00:00
abysssol
46bdde8c71
Merge pull request #320202 from Tungsten842/ollama
ollama: remove rocblas override
2024-06-16 15:40:32 +00:00
Tungsten842
fbb5b1be5b ollama: remove rocblas override 2024-06-16 10:27:55 +02:00
abysssol
cea564e587 ollama: 0.1.43 -> 0.1.44
changelog: https://github.com/ollama/ollama/releases/tag/v0.1.44
2024-06-14 04:08:35 -04:00
abysssol
364404d8a8 ollama: 0.1.42 -> 0.1.43
changelog: https://github.com/ollama/ollama/releases/tag/v0.1.43
2024-06-13 06:44:40 -04:00
kirillrdy
9423746fa7
Merge pull request #319242 from Rookeur/update-olvid-1-6-2
olvid: 1.5.2 -> 1.6.2
2024-06-13 01:56:12 +00:00
Adrien Langou
20aefbf050
olvid: 1.5.2 -> 1.6.2
changelog: https://www.olvid.io/faq/changelog/#162---2024-05-17
2024-06-12 21:17:28 +02:00
abysssol
9d4024c3f3 ollama: fix warnings blocking CI 2024-06-12 09:58:53 -04:00
abysssol
d76cd9352c ollama: add overridden versions to all-packages.nix
This should be able to enable atomatic nix caching for these versions of ollama.
2024-06-12 00:10:11 -04:00
Weijia Wang
6e5c9516c8
Merge pull request #318335 from r-ryantm/auto-update/ols
ols: 0-unstable-2024-06-04 -> 0-unstable-2024-06-05
2024-06-11 11:10:10 +02:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
RoyDubnium
bdcb30d5db ollama: add roydubnium as maintainer 2024-06-09 09:10:47 +01:00
R. Ryantm
70ec754878 ols: 0-unstable-2024-06-04 -> 0-unstable-2024-06-05 2024-06-08 18:20:02 +00:00