Loading
python3.pkgs.openllm-core.optional-dependencies.full: fix eval
Without the change eval of optional dependencies fails as:
$ nix build --no-link -f. python3.pkgs.openllm-core.optional-dependencies.full
error: undefined variable 'passthru'
at /home/slyfox/dev/git/nixpkgs-master/pkgs/development/python-modules/openllm-core/default.nix:92:10:
91| # use absolute path to disambiguate with derivbation argument
92| ++ passthru.optional-dependencies.bentoml
| ^
93| ++ fine-tune );