Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
text-generation-inference
Commits
310778e0
Unverified
Commit
310778e0
authored
Aug 21, 2024
by
Nicolas Patry
Committed by
GitHub
Aug 21, 2024
Browse files
Adding eetq to flake. (#2438)
parent
94744150
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
flake.lock
flake.lock
+6
-6
nix/server.nix
nix/server.nix
+2
-0
No files found.
flake.lock
View file @
310778e0
...
@@ -835,11 +835,11 @@
...
@@ -835,11 +835,11 @@
]
]
},
},
"locked": {
"locked": {
"lastModified": 172
3602049
,
"lastModified": 172
4206841
,
"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 @@
...
@@ -944,11 +944,11 @@
"nixpkgs": "nixpkgs_6"
"nixpkgs": "nixpkgs_6"
},
},
"locked": {
"locked": {
"lastModified": 172
3973328
,
"lastModified": 172
4218652
,
"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": {
...
...
nix/server.nix
View file @
310778e0
...
@@ -4,6 +4,7 @@
...
@@ -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 {
...
@@ -66,6 +67,7 @@ buildPythonPackage {
pythonRemoveDeps
=
[
"scipy"
];
pythonRemoveDeps
=
[
"scipy"
];
dependencies
=
[
dependencies
=
[
eetq
causal-conv1d
causal-conv1d
einops
einops
exllamav2
exllamav2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment