hf_text-generation-inference/_server.nix

18 lines
240 B
Nix
Raw Normal View History

{
mkPoetryApplication,
pkg-config,
protobuf,
openssl,
}:
2024-08-12 10:09:16 -06:00
mkPoetryApplication {
# name = "text-generation-server";
projectDir = ./server;
# nativeBuildInputs = [ pkg-config ];
# buildInputs = [ openssl.dev protobuf ];
}