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
6db3bcb7
Unverified
Commit
6db3bcb7
authored
Oct 08, 2024
by
Daniël de Kok
Committed by
GitHub
Oct 08, 2024
Browse files
nix: move back to the tgi-nix main branch (#2620)
parent
64142489
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
flake.lock
flake.lock
+2
-3
flake.nix
flake.nix
+1
-1
No files found.
flake.lock
View file @
6db3bcb7
...
@@ -978,16 +978,15 @@
...
@@ -978,16 +978,15 @@
"nixpkgs": "nixpkgs_6"
"nixpkgs": "nixpkgs_6"
},
},
"locked": {
"locked": {
"lastModified": 1728314
485
,
"lastModified": 17283
8
14
23
,
"narHash": "sha256-gpHy1WtlA8ZTd8XmxsdCoDd4Z7DE7co37lH7P+nsADA=",
"narHash": "sha256-gpHy1WtlA8ZTd8XmxsdCoDd4Z7DE7co37lH7P+nsADA=",
"owner": "huggingface",
"owner": "huggingface",
"repo": "text-generation-inference-nix",
"repo": "text-generation-inference-nix",
"rev": "
ef9a73a6f950213db60516ff8fe6d97ca89047b8
",
"rev": "
93123736c97e9f7bfe825bfaf3d7de0fc9a21a1e
",
"type": "github"
"type": "github"
},
},
"original": {
"original": {
"owner": "huggingface",
"owner": "huggingface",
"ref": "moe-kernels-0.6.0",
"repo": "text-generation-inference-nix",
"repo": "text-generation-inference-nix",
"type": "github"
"type": "github"
}
}
...
...
flake.nix
View file @
6db3bcb7
...
@@ -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
/moe-kernels-0.6.0
"
;
tgi-nix
.
url
=
"github:huggingface/text-generation-inference-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"
;
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