Skip to content

Commit 0a82d07

Browse files
committed
style: nix fmt
1 parent 6027362 commit 0a82d07

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.devops/nix/package-gguf-py.nix

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ buildPythonPackage {
1414
version = llamaVersion;
1515
pyproject = true;
1616
nativeBuildInputs = [ poetry-core ];
17-
propagatedBuildInputs = [ numpy tqdm sentencepiece ];
17+
propagatedBuildInputs = [
18+
numpy
19+
tqdm
20+
sentencepiece
21+
];
1822
src = lib.cleanSource ../../gguf-py;
1923
pythonImportsCheck = [
2024
"numpy"

0 commit comments

Comments
 (0)