Skip to content

Commit df29f4b

Browse files
committed
nix flakeuhhhhhhhhh test
1 parent 08928d7 commit df29f4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nix/nixpkgs.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ in
2929
# provide packages for uv2pip to include
3030
python312Packages = prev.python312Packages.override {
3131
overrides = pyfinal: pyprev: {
32+
outlines-core = pyfinal.outlines-core.overrideAttrs (_oldAttrs: {
33+
version = "0.2.11";
34+
});
3235
flash-attn = pyfinal.callPackage ../python/flash-attn.nix { };
3336
liger-kernel = pyfinal.callPackage ../python/liger-kernel.nix { };
3437
torchtitan = pyfinal.callPackage ../python/torchtitan.nix { };

0 commit comments

Comments
 (0)