Skip to content

Commit

Permalink
flake.nix : fix typo (ggerganov#4700)
Browse files Browse the repository at this point in the history
betwen -> between
  • Loading branch information
eltociear authored and jordankanter committed Feb 3, 2024
1 parent 858ddd6 commit 32e88cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devops/nix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 32e88cc

Please sign in to comment.