Adding eetq to flake. (#2438)

This commit is contained in:
Nicolas Patry 2024-08-21 09:06:33 +02:00 committed by GitHub
parent 9474415095
commit 310778e02a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 6 deletions

View File

@ -835,11 +835,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1723602049, "lastModified": 1724206841,
"narHash": "sha256-Z/noCSn9WPkv7O77dWKLcBxe4Ub4bWyNzsL5JhjaQfw=", "narHash": "sha256-L8dKaX4T3k+TR2fEHCfGbH4UXdspovz/pj87iai9qmc=",
"owner": "oxalica", "owner": "oxalica",
"repo": "rust-overlay", "repo": "rust-overlay",
"rev": "ea0bf33a11a26a62c60123c49d96011da396602c", "rev": "45e98fbd62c32e5927e952d2833fa1ba4fb35a61",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -944,11 +944,11 @@
"nixpkgs": "nixpkgs_6" "nixpkgs": "nixpkgs_6"
}, },
"locked": { "locked": {
"lastModified": 1723973328, "lastModified": 1724218652,
"narHash": "sha256-q5FmW4YFQcRb6fXHnrxL0uno6xcw9dcg+pFBbVM1xeQ=", "narHash": "sha256-Y7Kt+AZRIdo7tr/VhKGzdwYf7stiYQ4JD7flusEpXQw=",
"owner": "danieldk", "owner": "danieldk",
"repo": "tgi-nix", "repo": "tgi-nix",
"rev": "d2038f36589a8a179834e5771ffd081620ba94c3", "rev": "ab2761aa7b970e737492b8cc41ca580dcb094808",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -4,6 +4,7 @@
poetry-core, poetry-core,
mypy-protobuf, mypy-protobuf,
causal-conv1d, causal-conv1d,
eetq,
einops, einops,
exllamav2, exllamav2,
fbgemm-gpu, fbgemm-gpu,
@ -66,6 +67,7 @@ buildPythonPackage {
pythonRemoveDeps = [ "scipy" ]; pythonRemoveDeps = [ "scipy" ];
dependencies = [ dependencies = [
eetq
causal-conv1d causal-conv1d
einops einops
exllamav2 exllamav2