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