improvements

This commit is contained in:
Adrian Gunnar Lauterer 2024-10-01 11:41:42 +02:00
parent 332cac2dcb
commit eec6abf860
4 changed files with 46 additions and 32 deletions

View File

@ -10,39 +10,46 @@
];
environment.systemPackages = with pkgs.unstable; [
# ollama
# openai-whisper
# openai-whisper-cpp
# wyoming-faster-whisper
# subtitlr
# piper-tts
ollama
openai-whisper
openai-whisper-cpp
whisper-ctranslate2
wyoming-faster-whisper
wyoming-piper
subtitlr
piper-tts
bark
# #piper-train #broken
# wyoming-piper
# python3
# python3Packages.torchWithCuda
# python3Packages.openai-whisper
# python3Packages.faster-whisper
# python3Packages.scipy
python3
python3Packages.openai-whisper
python3Packages.faster-whisper
python3Packages.scipy
# python3Packages.numba-scipy
#python3Packages.scikit-image
# python3Packages.traittypes
# python3Packages.statsmodels
# python3Packages.scikits-odes
# python3Packages.sympy
# python3Packages.numpy
# python3Packages.pandas
# python3Packages.matplotlib
python3Packages.scikits-odes
python3Packages.sympy
python3Packages.numpy
python3Packages.pandas
python3Packages.matplotlib
#python3Packages.tensorflow
#python3Packages.tensorboard
#python3Packages.keras
# python3Packages.transformers
# python3Packages.torch
python3Packages.transformers
python3Packages.torch
#python3Packages.torchvision-bin
#python3Packages.torchsde
#python3Packages.torchaudio-bin
#python3Packages.torchWithRocm
#python3Packages.torchWithCuda
#python3Packages.scikit-learn-extra
python3Packages.langchain
python3Packages.langchain-community
python3Packages.langchain-core
python3Packages.langchain-chroma
python3Packages.langchain-text-splitters
];

View File

@ -10,6 +10,9 @@ imports =
environment.systemPackages = with pkgs; [
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
git
unzip
zip
gnutar
wget
rsync
ripgrep

View File

@ -6,6 +6,7 @@ imports =
./sound.nix
./video.nix
./office.nix
./development.nix
../packages/vim.nix
../packages/steam.nix

View File

@ -3,7 +3,7 @@
imports =
[
./base.nix
./ai.nix
#./ai.nix
];
@ -29,9 +29,12 @@ imports =
rustup
cmake
gnumake
mpi
bc
gnuplot
ffmpeg
];