style: nix fmt
This commit is contained in:
parent
b7611bfb51
commit
8e911d79fb
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue