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

View File

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