Skip to content

Commit c0ee5c9

Browse files
authored
Revert "Revert "feat: bump flake including transformers and huggingface_hub v…"
This reverts commit 9dedeb8.
1 parent 4f067c2 commit c0ee5c9

File tree

3 files changed

+25
-16
lines changed

3 files changed

+25
-16
lines changed

flake.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
};
3434
pkgs = import nixpkgs {
3535
inherit system;
36-
inherit (hf-nix.lib) config;
36+
config = hf-nix.lib.config system;
3737
overlays = [
3838
rust-overlay.overlays.default
3939
hf-nix.overlays.default

nix/overlay.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ final: prev: {
3333
# };
3434
# }
3535
#);
36+
37+
outlines = python-super.outlines.overridePythonAttrs (old: {
38+
version = "0.1.13";
39+
src = fetchPypi {
40+
pname = "outlines";
41+
version = "0.1.13";
42+
hash = "sha256-AjPLP/rpy2sBrY08MrfYfj8c973HsooLyCzT0nfAm8o=";
43+
};
44+
});
3645
}
3746
)
3847
];

0 commit comments

Comments
 (0)