Skip to content

Commit

Permalink
style: nix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ditsuke committed Jul 8, 2024
1 parent 6027362 commit 0a82d07
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devops/nix/package-gguf-py.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ buildPythonPackage {
version = llamaVersion;
pyproject = true;
nativeBuildInputs = [ poetry-core ];
propagatedBuildInputs = [ numpy tqdm sentencepiece ];
propagatedBuildInputs = [
numpy
tqdm
sentencepiece
];
src = lib.cleanSource ../../gguf-py;
pythonImportsCheck = [
"numpy"
Expand Down

0 comments on commit 0a82d07

Please sign in to comment.