Unverified Commit f8a07769 authored by Pavol Rusnak's avatar Pavol Rusnak
Browse files

vllm: create application from python package

parent e70ebe98
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10746,6 +10746,8 @@ with pkgs;
    openexr = openexr_3;
  };
  vllm = with python3Packages; toPythonApplication vllm;
  vte-gtk4 = vte.override {
    gtkVersion = "4";
  };