all-packages: add gpt4all-cuda

This commit is contained in:
Dawid Dziurla 2024-05-25 13:42:52 +02:00
parent b061eaf41b
commit 4705acc599
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -8556,6 +8556,10 @@ with pkgs;
gparted = callPackage ../tools/misc/gparted { };
gpt4all-cuda = gpt4all.override {
cudaSupport = true;
};
gpt2tc = callPackage ../tools/text/gpt2tc { };
gptcommit = callPackage ../development/tools/gptcommit {