Files
nixpkgs/pkgs/development/python-modules/openllm-core
Sergei Trofimovich 12a8aa5ac8 python3Packages.openllm-core: fix optional-dependencies evaluation
Without the change eval fails as:

    $ nix build --no-link -f. python3Packages.openllm-core.optional-dependencies
    error:
           79|   passthru.optional-dependencies =
             |   ^
           80|   let

       error: attribute 'accelerate' missing

From what I see `accelerate` was always missing in `transflrmers` package.
While at it fixed `full` evaluation by disambiguating between input
argument and `passthru` attribute.
2023-12-30 20:40:20 +00:00
..