From: Ikko Eltociear Ashimine Date: Fri, 5 Jan 2024 16:02:44 +0000 (+0900) Subject: flake.nix : fix typo (#4700) X-Git-Tag: upstream/0.0.4488~2713 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=be36bb946a6336238e92706464de6a30495fe825;p=pkg%2Fggml%2Fsources%2Fllama.cpp flake.nix : fix typo (#4700) betwen -> between --- diff --git a/.devops/nix/package.nix b/.devops/nix/package.nix index 5f2a7c9f..43bdbd75 100644 --- a/.devops/nix/package.nix +++ b/.devops/nix/package.nix @@ -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,