mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-25 20:12:07 +00:00
Removing unused code.
This commit is contained in:
parent
c227345878
commit
815449da74
@ -67,7 +67,7 @@
|
||||
'';
|
||||
};
|
||||
server = pkgs.python3.pkgs.callPackage ./nix/server.nix { inherit nix-filter; };
|
||||
client = pkgs.python3.pkgs.callPackage ./nix/client.nix { inherit nix-filter; };
|
||||
client = pkgs.python3.pkgs.callPackage ./nix/client.nix { };
|
||||
in
|
||||
{
|
||||
formatter = pkgs.nixfmt-rfc-style;
|
||||
|
@ -20,7 +20,6 @@ buildPythonPackage {
|
||||
|
||||
dependencies = [
|
||||
huggingface-hub
|
||||
transformers
|
||||
pydantic
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user