We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08928d7 commit df29f4bCopy full SHA for df29f4b
nix/nixpkgs.nix
@@ -29,6 +29,9 @@ in
29
# provide packages for uv2pip to include
30
python312Packages = prev.python312Packages.override {
31
overrides = pyfinal: pyprev: {
32
+ outlines-core = pyfinal.outlines-core.overrideAttrs (_oldAttrs: {
33
+ version = "0.2.11";
34
+ });
35
flash-attn = pyfinal.callPackage ../python/flash-attn.nix { };
36
liger-kernel = pyfinal.callPackage ../python/liger-kernel.nix { };
37
torchtitan = pyfinal.callPackage ../python/torchtitan.nix { };
0 commit comments