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

python3.pkgs.openllm-core.optional-dependencies.full: fix eval
This commit is contained in:
Yt 2024-03-16 02:00:35 +00:00 committed by GitHub
commit 75f7ba8e51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 );
};