Commit Graph

63 Commits

Author SHA1 Message Date
DontEatOreo
7aa7691dfe koboldcpp: 1.76 -> 1.77
Changelog: https://github.com/LostRuins/koboldcpp/releases/tag/v1.77
Diff: https://github.com/LostRuins/koboldcpp/compare/v1.76...v1.77
(cherry picked from commit 65a20bbd7f)
2024-11-02 11:23:59 +00:00
DontEatOreo
479ae2a1dd koboldcpp: add meta.homepage
(cherry picked from commit 3a7199dbd2)
2024-10-13 15:49:35 +00:00
DontEatOreo
c4bf31dfb1 koboldcpp: 1.75.2 -> 1.76
Changelog: https://github.com/LostRuins/koboldcpp/releases/tag/v1.76
Diff: https://github.com/LostRuins/koboldcpp/compare/v1.75.2...v1.76
(cherry picked from commit 8a8e39bd49)
2024-10-13 15:49:34 +00:00
DontEatOreo
a280bb1899 koboldcpp: 1.74 -> 1.75.2
Changelog: https://github.com/LostRuins/koboldcpp/releases/tag/v1.75.2
Diff: https://github.com/LostRuins/koboldcpp/compare/v1.74...v1.75.2
(cherry picked from commit 6539d1b561)
2024-09-23 20:22:53 +00:00
github-actions[bot]
cf192e602a
[Backport release-24.05] koboldcpp: 1.73.1 -> 1.74 (#339067)
(cherry picked from commit 2137cfedcb)

Co-authored-by: DontEatOreo <57304299+DontEatOreo@users.noreply.github.com>
2024-09-05 00:45:10 +05:30
R. Ryantm
9cf0172165
koboldcpp: 1.73 -> 1.73.1 2024-08-28 16:00:26 +03:00
DontEatOreo
a228cccb76
koboldcpp: sort meta and add changelog
(cherry picked from commit 3ab95873a8)
2024-08-28 15:59:14 +03:00
DontEatOreo
15a2bb6d13
koboldcpp: 1.72 -> 1.73
Changelog: https://github.com/LostRuins/koboldcpp/releases/tag/v1.73
Diff: https://github.com/LostRuins/koboldcpp/compare/v1.72...v1.73
(cherry picked from commit 4e8b1b96ef)
2024-08-28 15:59:13 +03:00
DontEatOreo
cf43f4adf8 koboldcpp: 1.71.1 -> 1.72
Changelog: https://github.com/LostRuins/koboldcpp/releases/tag/v1.72
Diff: https://github.com/LostRuins/koboldcpp/compare/v1.71.1...v1.72
(cherry picked from commit 4a7c396766)
2024-08-04 07:58:30 +00:00
DontEatOreo
9cfced9334 koboldcpp: 1.70.1 -> 1.71.1
Changelog: https://github.com/LostRuins/koboldcpp/releases/tag/v1.71.1
Diff: https://github.com/LostRuins/koboldcpp/compare/v1.70.1...v1.71.1
(cherry picked from commit cf1df147c5)
2024-07-31 11:39:15 +00:00
百地 希留耶
6662c24df9 koboldcpp: add separator to the prefix option of makeWrapper
(cherry picked from commit f0ff293509)
2024-07-30 07:21:37 +00:00
百地 希留耶
55ae28b48c koboldcpp: fix gpu-architecture flags from CUDA_DOCKER_ARCH
(cherry picked from commit d01482ec08)
2024-07-30 07:21:37 +00:00
DontEatOreo
a80409c52f
koboldcpp: makeWrapperArgs -> libraryPathWrapperArgs
`makeWrapperArgs` was quite ambiguous and unclear. `libraryPathWrapperArgs` is clearer on what it's supposed to actually do

(cherry picked from commit e04cfef691)
2024-07-21 01:41:36 +03:00
DontEatOreo
bab005980f
koboldcpp: lib.optionalString -> lib.optionals (cublasSupport)
Refs: https://github.com/NixOS/nixpkgs/pull/325540#discussion_r1677129629

Co-authored-by: SomeoneSerge <sergei.kozlukov@aalto.fi>
(cherry picked from commit fd54fe25e0)
2024-07-21 01:41:36 +03:00
DontEatOreo
30e5142260
koboldcpp: rename interface arches -> cudaArches
Refs: https://github.com/NixOS/nixpkgs/pull/325540#discussion_r1677129990

Co-authored-by: SomeoneSerge <sergei.kozlukov@aalto.fi>
(cherry picked from commit 269a863769)
2024-07-21 01:41:36 +03:00
DontEatOreo
56ee801fb7
koboldcpp: fix x86_64-darwin build
Refs: https://github.com/NixOS/nixpkgs/pull/327102/checks?check_run_id=27511352788
(cherry picked from commit 201ee23106)
2024-07-21 01:41:36 +03:00
DontEatOreo
c7f636a1ad
koboldcpp: backport old interfaces
Refs: https://github.com/NixOS/nixpkgs/pull/327102#discussion_r1677136308
Refs: https://github.com/NixOS/nixpkgs/pull/327102#discussion_r1677136419
Refs: https://github.com/NixOS/nixpkgs/pull/327102#discussion_r1677137201

Co-authored-by: SomeoneSerge <sergei.kozlukov@aalto.fi>
(cherry picked from commit 1cbd07c4e6)
2024-07-21 01:41:35 +03:00
DontEatOreo
48e7a60233
koboldcpp: 1.69.1 -> 1.70.1
Changelog: https://github.com/LostRuins/koboldcpp/releases/tag/v1.70.1
Diff: https://github.com/LostRuins/koboldcpp/compare/v1.69.1...v1.70.1
(cherry picked from commit 67f9b2849c)
2024-07-21 01:41:35 +03:00
DontEatOreo
000e2b4a93
koboldcpp: remove march, mtune and mtune
After going over a detailed conversation with @SomeoneSerge about
`cc-warpper`, `march` `mtune` and `mcpu`, I've come to the conclusion that
it is unnecessary to have those flags as ad hoc options. Instead, it's
best for users to "merge" their own `env` on top of the current one

Refs: https://github.com/NixOS/nixpkgs/pull/325540#discussion_r1674917673
Refs: https://github.com/NixOS/nixpkgs/pull/325540#discussion_r1676059901
Refs: https://github.com/NixOS/nixpkgs/pull/325540#discussion_r1676556732
Refs: https://github.com/NixOS/nixpkgs/pull/325540#discussion_r1676560445

Co-authored-by: SomeoneSerge <sergei.kozlukov@aalto.fi>
(cherry picked from commit 2da41055fe)
2024-07-21 01:41:35 +03:00
DontEatOreo
8285d05c55
koboldcpp: add postPatch for Darwin
- Add `postPatch` deleting an unused argument for Darwin

(cherry picked from commit 4a10d41b5d)
2024-07-21 01:41:35 +03:00
DontEatOreo
64c9d22e51
koboldcpp: 1.68 -> 1.69.1
Diff: https://github.com/LostRuins/koboldcpp/compare/v1.68...v1.69.1
Changelog: https://github.com/LostRuins/koboldcpp/releases/tag/v1.69.1
(cherry picked from commit 734c0294c3)
2024-07-21 01:41:35 +03:00
DontEatOreo
14657e6776
koboldcpp: fix CUDA
- Fix CUDA lib linkage
- Add new optional option `arches`

Refs: https://github.com/NixOS/nixpkgs/pull/314450#issuecomment-2170543384
Refs: https://github.com/NixOS/nixpkgs/pull/314450#issuecomment-2208635912
Refs: https://github.com/NixOS/nixpkgs/pull/325540#discussion_r1669900645

Co-authored-by: 百地 希留耶 <65301509+KiruyaMomochi@users.noreply.github.com>
Co-authored-by: mirrexagon <mirrexagon@mirrexagon.com>
Co-authored-by: SomeoneSerge <sergei.kozlukov@aalto.fi>
(cherry picked from commit ab46acdbda)
2024-07-21 01:41:34 +03:00
DontEatOreo
88d3143004
koboldcpp: use python3 instead of python311
Reason: https://github.com/NixOS/nixpkgs/pull/314450#discussion_r1617133115
(cherry picked from commit c5da1f1164)
2024-07-21 01:41:17 +03:00
R. Ryantm
aac07612df koboldcpp: 1.67 -> 1.68
(cherry picked from commit 421a15f6e0)
2024-06-25 12:35:39 +00:00
R. Ryantm
52252922bd koboldcpp: 1.66 -> 1.67
(cherry picked from commit aff842768c)
2024-06-10 08:41:41 +00:00
Maxwell Henderson
f63ff69547 koboldcpp: init at 1.66
This responds to issue #295900 by adding the koboldcpp package

Co-authored-by: DontEatOreo <57304299+DontEatOreo@users.noreply.github.com>
(cherry picked from commit 55291de146)
2024-05-28 12:58:15 +00:00
Matthias Beyer
55138df0e2
Merge pull request #311150 from r-ryantm/auto-update/kokkos
kokkos: 4.3.00 -> 4.3.01
2024-05-18 09:08:15 +02:00
R. Ryantm
87485af904 kor: 0.3.8 -> 0.4.0 2024-05-13 01:47:19 +00:00
R. Ryantm
fb17e8b1d4 kokkos: 4.3.00 -> 4.3.01 2024-05-12 19:19:20 +00:00
Kenichi Kamiya
263d444693
komac: 2.1.0 -> 2.2.1 2024-05-08 11:01:08 +09:00
Filip Czaplicki
656409d2a4
kotlin-interactive-shell: init at 0.5.2 (#285902)
* kotlin-interactive-shell: init at 0.5.2

Apply suggestions from code review
Add meta.mainProgram

Co-authored-by: Robert Schütz <github@dotlambda.de>

Update pkgs/by-name/ki/ki/package.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Rename ki to kotlin-interactive-shell

* Update pkgs/by-name/ko/kotlin-interactive-shell/package.nix

---------

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-05-05 23:10:30 +02:00
github-actions[bot]
67f8ba4a30
Merge master into staging-next 2024-05-01 18:01:22 +00:00
R. Ryantm
1a8a40c15e kor: 0.3.7 -> 0.3.8 2024-05-01 02:24:03 +00:00
Jan Tojnar
1b2ebb8fbb Merge branch 'master' into staging-next 2024-04-28 17:33:27 +02:00
TomaSajt
d3577c6727
koodo-reader: fix wrapper variable expansion 2024-04-27 21:24:08 +02:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
TomaSajt
07fcd33b93
koodo-reader: init at 1.6.6 2024-04-21 22:34:35 +02:00
Weijia Wang
a258b2c5a4
Merge pull request #302014 from r-ryantm/auto-update/kokkos
kokkos: 4.2.01 -> 4.3.00
2024-04-12 10:19:03 +02:00
Aleksana
179fb3425c
Merge pull request #301090 from ByteSudoer/init-koji
koji: init at 2.2.0
2024-04-09 01:17:43 +08:00
R. Ryantm
0742e80275 kokkos: 4.2.01 -> 4.3.00 2024-04-06 05:36:51 +00:00
Aleksana
523895eadb
Merge pull request #296350 from kachick/add-komac
komac: init at 2.1.0
2024-04-05 10:42:11 +08:00
Kenichi Kamiya
868e93937c
komac: init at 2.1.0
komac: relax to specify Apple SDK version

Co-authored-by: Aleksana <alexander.huang.y@gmail.com>

komac: correct to choose GPL options

Allowed later versions e3be88a29b/README.md (L167)

And gpl3 specifier is deprecated 849cb60b10/lib/licenses.nix (L1283)

Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-04-04 18:52:35 +09:00
Fabian Affolter
203eec1f46 koodousfinder: use nixfmt 2024-04-04 11:33:01 +02:00
Fabian Affolter
25e5f31458 koodousfinder: refactor 2024-04-04 11:32:18 +02:00
Fabian Affolter
1e434d9a30 koodousfinder: relax keyring 2024-04-04 11:31:38 +02:00
ByteSudoer
f9f1092c73 koji: init at 2.2.0 2024-04-03 18:44:20 +01:00
R. Ryantm
99271380d0 kor: 0.3.6 -> 0.3.7 2024-03-25 01:40:25 +00:00
zendo
bf5012a00f kooha: 2.2.3 -> 2.2.4 2024-03-09 08:31:50 +08:00
zendo
3f7e08a5eb kooha: move to by-name 2024-03-09 08:08:21 +08:00
Weijia Wang
2abc5df546
Merge pull request #292705 from r-ryantm/auto-update/konbucase
konbucase: 4.1.1 -> 4.1.2
2024-03-07 11:56:36 +01:00