Unverified Commit 75f7ba8e authored by Yt's avatar Yt Committed by GitHub
Browse files

Merge pull request #296264 from trofi/python3.pkgs.openllm-core.optional-dependencies.full-fix-eval

python3.pkgs.openllm-core.optional-dependencies.full: fix eval
parents b5f6213e 1d763bd5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ buildPythonPackage rec {
    full = with optional-dependencies; (
      vllm
      # use absolute path to disambiguate with derivbation argument
      ++ passthru.optional-dependencies.bentoml
      ++ optional-dependencies.bentoml
      ++ fine-tune );
  };