mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
etc: teams: Add ai team.
* etc/teams.scm (ai): New team. [Cayetano Santos]: Add to new team. Change-Id: I6be002cf562ceb139d3a6e5d68a989a35d727f06 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
70a3479438
commit
e8cc7e3c16
2 changed files with 9 additions and 1 deletions
|
@ -236,6 +236,8 @@ gnu/packages/fcitx\.scm @guix/localization
|
||||||
gnu/packages/fonts\.scm @guix/localization
|
gnu/packages/fonts\.scm @guix/localization
|
||||||
gnu/packages/ibus\.scm @guix/localization
|
gnu/packages/ibus\.scm @guix/localization
|
||||||
|
|
||||||
|
gnu/packages/machine-learning\.scm @guix/ai
|
||||||
|
|
||||||
gnu/packages/lxqt\.scm @guix/lxqt
|
gnu/packages/lxqt\.scm @guix/lxqt
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -785,6 +785,12 @@ asdf-build-system."
|
||||||
"gnu/packages/fonts.scm"
|
"gnu/packages/fonts.scm"
|
||||||
"gnu/packages/ibus.scm")))
|
"gnu/packages/ibus.scm")))
|
||||||
|
|
||||||
|
(define-team ai
|
||||||
|
(team 'ai
|
||||||
|
#:name "Artificial Intelligence"
|
||||||
|
#:description "Packages related to AI, ML and LLM."
|
||||||
|
#:scope (list "gnu/packages/machine-learning.scm")))
|
||||||
|
|
||||||
(define-team lxqt
|
(define-team lxqt
|
||||||
(team 'lxqt
|
(team 'lxqt
|
||||||
#:name "LXQt team"
|
#:name "LXQt team"
|
||||||
|
@ -1238,7 +1244,7 @@ the \"texlive\" importer."
|
||||||
(define-member (person "Cayetano Santos"
|
(define-member (person "Cayetano Santos"
|
||||||
"csantosb@inventati.org"
|
"csantosb@inventati.org"
|
||||||
"csantosb")
|
"csantosb")
|
||||||
emacs electronics)
|
ai emacs electronics)
|
||||||
|
|
||||||
(define-member (person "Greg Hogan"
|
(define-member (person "Greg Hogan"
|
||||||
"code@greghogan.com"
|
"code@greghogan.com"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue