Skip to content

Commit

Permalink
chore: remove use of now-invalid override of tokenizers
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 29, 2024
1 parent 44150b8 commit 2680fdb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3891,14 +3891,6 @@ lib.composeManyExtensions [
}
);

# The tokenizers build requires a complex rust setup (cf. nixpkgs override)
#
# Instead of providing a full source build, we use a wheel to keep
# the complexity manageable for now.
tokenizers = prev.tokenizers.override {
preferWheel = true;
};

torch = prev.torch.overridePythonAttrs (old: {
# torch has an auto-magical way to locate the cuda libraries from site-packages.
autoPatchelfIgnoreMissingDeps = true;
Expand Down

0 comments on commit 2680fdb

Please sign in to comment.