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
38773453
Unverified
Commit
38773453
authored
Aug 19, 2024
by
Daniël de Kok
Committed by
GitHub
Aug 19, 2024
Browse files
nix: update to CUDA 12.4 (#2429)
* Update to CUDA 12.4 * poetry2nix: follow tgi-nix nixpkgs
parent
e4201f44
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
31 deletions
+21
-31
flake.lock
flake.lock
+17
-30
flake.nix
flake.nix
+4
-1
No files found.
flake.lock
View file @
38773453
...
@@ -739,32 +739,16 @@
...
@@ -739,32 +739,16 @@
},
},
"nixpkgs_6": {
"nixpkgs_6": {
"locked": {
"locked": {
"lastModified": 1719763542,
"lastModified": 1723912943,
"narHash": "sha256-mXkOj9sJ0f69Nkc2dGGOWtof9d1YNY8Le/Hia3RN+8Q=",
"narHash": "sha256-39F9GzyhxYcY3wTeKuEFWRJWcrGBosO4nf4xzMTWZX8=",
"owner": "NixOS",
"owner": "danieldk",
"repo": "nixpkgs",
"rev": "e6cdd8a11b26b4d60593733106042141756b54a3",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable-small",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_7": {
"locked": {
"lastModified": 1723418128,
"narHash": "sha256-k1pEqsnB6ikZyasXbtV6A9akPZMKlsyENPDUA6PXoJo=",
"owner": "nixos",
"repo": "nixpkgs",
"repo": "nixpkgs",
"rev": "
129f579cbb5b4c1ad258fd96bdfb78eb14802727
",
"rev": "
b82cdca86dbb30013b76c4b55d48806476820a5c
",
"type": "github"
"type": "github"
},
},
"original": {
"original": {
"owner": "
nixos
",
"owner": "
danieldk
",
"ref": "
nixos-unstable-small
",
"ref": "
cuda-12.4
",
"repo": "nixpkgs",
"repo": "nixpkgs",
"type": "github"
"type": "github"
}
}
...
@@ -773,16 +757,19 @@
...
@@ -773,16 +757,19 @@
"inputs": {
"inputs": {
"flake-utils": "flake-utils_7",
"flake-utils": "flake-utils_7",
"nix-github-actions": "nix-github-actions",
"nix-github-actions": "nix-github-actions",
"nixpkgs": "nixpkgs_6",
"nixpkgs": [
"tgi-nix",
"nixpkgs"
],
"systems": "systems_8",
"systems": "systems_8",
"treefmt-nix": "treefmt-nix"
"treefmt-nix": "treefmt-nix"
},
},
"locked": {
"locked": {
"lastModified": 1723
512448
,
"lastModified": 1723
854676
,
"narHash": "sha256-
VSTtxGKre1p6zd6ACuBmfDcR+BT9+ml8Y3KrSbfGFYU
=",
"narHash": "sha256-
+BrHfNuXrqeE7PoV6xDaoh0joYiJkvTTCIV0fFR3THw
=",
"owner": "nix-community",
"owner": "nix-community",
"repo": "poetry2nix",
"repo": "poetry2nix",
"rev": "
ed52f844c4dd04dde45550c3189529854384124e
",
"rev": "
d650118bce34c0238b9b54f23f7f173f9e4db867
",
"type": "github"
"type": "github"
},
},
"original": {
"original": {
...
@@ -1048,14 +1035,14 @@
...
@@ -1048,14 +1035,14 @@
"tgi-nix": {
"tgi-nix": {
"inputs": {
"inputs": {
"flake-compat": "flake-compat_4",
"flake-compat": "flake-compat_4",
"nixpkgs": "nixpkgs_
7
"
"nixpkgs": "nixpkgs_
6
"
},
},
"locked": {
"locked": {
"lastModified": 1723
53208
8,
"lastModified": 1723
97332
8,
"narHash": "sha256-
6h/P/BkFDw8txlikonKXp5IbluHSPhHJTQRftJLkbL
Q=",
"narHash": "sha256-
q5FmW4YFQcRb6fXHnrxL0uno6xcw9dcg+pFBbVM1xe
Q=",
"owner": "danieldk",
"owner": "danieldk",
"repo": "tgi-nix",
"repo": "tgi-nix",
"rev": "
32335a37ce0f703bab901baf7b74eb11e9972d5f
",
"rev": "
d2038f36589a8a179834e5771ffd081620ba94c3
",
"type": "github"
"type": "github"
},
},
"original": {
"original": {
...
...
flake.nix
View file @
38773453
...
@@ -8,7 +8,10 @@
...
@@ -8,7 +8,10 @@
tgi-nix
.
url
=
"github:danieldk/tgi-nix"
;
tgi-nix
.
url
=
"github:danieldk/tgi-nix"
;
nixpkgs
.
follows
=
"tgi-nix/nixpkgs"
;
nixpkgs
.
follows
=
"tgi-nix/nixpkgs"
;
flake-utils
.
url
=
"github:numtide/flake-utils"
;
flake-utils
.
url
=
"github:numtide/flake-utils"
;
poetry2nix
.
url
=
"github:nix-community/poetry2nix"
;
poetry2nix
=
{
url
=
"github:nix-community/poetry2nix"
;
inputs
.
nixpkgs
.
follows
=
"tgi-nix/nixpkgs"
;
};
rust-overlay
=
{
rust-overlay
=
{
url
=
"github:oxalica/rust-overlay"
;
url
=
"github:oxalica/rust-overlay"
;
inputs
.
nixpkgs
.
follows
=
"tgi-nix/nixpkgs"
;
inputs
.
nixpkgs
.
follows
=
"tgi-nix/nixpkgs"
;
...
...
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