style: nix fmt

This commit is contained in:
ditsuke 2024-07-08 17:27:06 +05:30
parent b7611bfb51
commit 8e911d79fb
No known key found for this signature in database
GPG key ID: 71B6C31C8A5A9D21

View file

@ -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"