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;
|
version = llamaVersion;
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
nativeBuildInputs = [ poetry-core ];
|
nativeBuildInputs = [ poetry-core ];
|
||||||
propagatedBuildInputs = [ numpy tqdm sentencepiece ];
|
propagatedBuildInputs = [
|
||||||
|
numpy
|
||||||
|
tqdm
|
||||||
|
sentencepiece
|
||||||
|
];
|
||||||
src = lib.cleanSource ../../gguf-py;
|
src = lib.cleanSource ../../gguf-py;
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
"numpy"
|
"numpy"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue