Files
nixpkgs/pkgs/development/python-modules/openllm-core
Sergei Trofimovich 1d763bd596 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 );
2024-03-15 21:43:32 +00:00
..