mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 12:54:52 +00:00
Remove router.nix
This commit is contained in:
parent
4a38185d78
commit
97c504136c
20
router.nix
20
router.nix
@ -1,20 +0,0 @@
|
|||||||
{ buildRustPackage, importCargoLock, pkg-config, protobuf, openssl }:
|
|
||||||
|
|
||||||
buildRustPackage {
|
|
||||||
name = "text-generation-router";
|
|
||||||
|
|
||||||
src = ./.;
|
|
||||||
|
|
||||||
sourceDir = ./backends/v3;
|
|
||||||
|
|
||||||
cargoLock = {
|
|
||||||
lockFile = ./Cargo.lock;
|
|
||||||
};
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
|
||||||
|
|
||||||
buildInputs = [ openssl.dev protobuf ];
|
|
||||||
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user