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
ca4f46dd
Unverified
Commit
ca4f46dd
authored
Nov 14, 2024
by
Daniël de Kok
Committed by
GitHub
Nov 14, 2024
Browse files
nix: update nixpkgs (#2746)
Updates from Triton 2.1.0 to 3.1.0 (among other things).
parent
a7850008
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
flake.lock
flake.lock
+7
-7
flake.nix
flake.nix
+1
-1
No files found.
flake.lock
View file @
ca4f46dd
...
@@ -718,11 +718,11 @@
...
@@ -718,11 +718,11 @@
},
},
"nixpkgs_6": {
"nixpkgs_6": {
"locked": {
"locked": {
"lastModified": 17
27675176
,
"lastModified": 17
31562571
,
"narHash": "sha256-
xIjBFMYldWvj+g8ahxMPofsj+OqxvKJN6YylNHQ7gn4
=",
"narHash": "sha256-
9V0C/H6NL2Vk3Y76msqNA8TgwZ6Ge4frOVawTNFJQmM
=",
"owner": "nixos",
"owner": "nixos",
"repo": "nixpkgs",
"repo": "nixpkgs",
"rev": "
a6d0207fea9212d28cd3d487efe6bc699663b93a
",
"rev": "
19d66fab291f90ce56d0479b128cc7a5271bf666
",
"type": "github"
"type": "github"
},
},
"original": {
"original": {
...
@@ -978,16 +978,16 @@
...
@@ -978,16 +978,16 @@
"nixpkgs": "nixpkgs_6"
"nixpkgs": "nixpkgs_6"
},
},
"locked": {
"locked": {
"lastModified": 173
0795478
,
"lastModified": 173
1601436
,
"narHash": "sha256-
xpkXDKnkhXO4F6Ea3reHmqwXXRzQe2PsxdRQFPCViWs
=",
"narHash": "sha256-
PJmXLyz06XnLG3wB5vRLgeJXoVvpuCx6c70khYv6J1o
=",
"owner": "huggingface",
"owner": "huggingface",
"repo": "text-generation-inference-nix",
"repo": "text-generation-inference-nix",
"rev": "
b7f6c07867d94d6e55f5352573a6b3dad1c88e5
6",
"rev": "
9510f57282795d6e0dbbd163d2b77a6b5bb5256
6",
"type": "github"
"type": "github"
},
},
"original": {
"original": {
"owner": "huggingface",
"owner": "huggingface",
"ref": "
compressed-tensors-0.7.1
",
"ref": "
nixpkgs-update-20241114
",
"repo": "text-generation-inference-nix",
"repo": "text-generation-inference-nix",
"type": "github"
"type": "github"
}
}
...
...
flake.nix
View file @
ca4f46dd
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
inputs
.
nixpkgs
.
follows
=
"tgi-nix/nixpkgs"
;
inputs
.
nixpkgs
.
follows
=
"tgi-nix/nixpkgs"
;
};
};
nix-filter
.
url
=
"github:numtide/nix-filter"
;
nix-filter
.
url
=
"github:numtide/nix-filter"
;
tgi-nix
.
url
=
"github:huggingface/text-generation-inference-nix/
compressed-tensors-0.7.1
"
;
tgi-nix
.
url
=
"github:huggingface/text-generation-inference-nix/
nixpkgs-update-20241114
"
;
nixpkgs
.
follows
=
"tgi-nix/nixpkgs"
;
nixpkgs
.
follows
=
"tgi-nix/nixpkgs"
;
flake-utils
.
url
=
"github:numtide/flake-utils"
;
flake-utils
.
url
=
"github:numtide/flake-utils"
;
rust-overlay
=
{
rust-overlay
=
{
...
...
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