]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
flake.nix : fix typo (#4700)
authorIkko Eltociear Ashimine <redacted>
Fri, 5 Jan 2024 16:02:44 +0000 (01:02 +0900)
committerGitHub <redacted>
Fri, 5 Jan 2024 16:02:44 +0000 (18:02 +0200)
betwen -> between

.devops/nix/package.nix

index 5f2a7c9f4bb3db482ce081bbb7b21e3e96eea0d3..43bdbd7559ac21137ffd13e725f3b18091a42a3a 100644 (file)
@@ -9,7 +9,7 @@
   git,
   python3,
   mpi,
-  openblas, # TODO: Use the generic `blas` so users could switch betwen alternative implementations
+  openblas, # TODO: Use the generic `blas` so users could switch between alternative implementations
   cudaPackages,
   darwin,
   rocmPackages,