drbh
commited on
Commit
·
a4f6452
1
Parent(s):
2595c46
fix: bump flake for github builder
Browse files- flake.lock +10 -6
- flake.nix +1 -2
flake.lock
CHANGED
|
@@ -97,14 +97,18 @@
|
|
| 97 |
]
|
| 98 |
},
|
| 99 |
"locked": {
|
| 100 |
-
"lastModified":
|
| 101 |
-
"narHash": "sha256-
|
| 102 |
-
"
|
| 103 |
-
"
|
|
|
|
|
|
|
| 104 |
},
|
| 105 |
"original": {
|
| 106 |
-
"
|
| 107 |
-
"
|
|
|
|
|
|
|
| 108 |
}
|
| 109 |
},
|
| 110 |
"nixpkgs": {
|
|
|
|
| 97 |
]
|
| 98 |
},
|
| 99 |
"locked": {
|
| 100 |
+
"lastModified": 1749577327,
|
| 101 |
+
"narHash": "sha256-Muo9lpVIlgasP56avMht54WlCO++ILy1O9Fxto9xl0Q=",
|
| 102 |
+
"owner": "huggingface",
|
| 103 |
+
"repo": "kernel-builder",
|
| 104 |
+
"rev": "73d15b5e6f1797e3a9cfef82ed619f3cb9de87f6",
|
| 105 |
+
"type": "github"
|
| 106 |
},
|
| 107 |
"original": {
|
| 108 |
+
"owner": "huggingface",
|
| 109 |
+
"ref": "support-custom-python-libraries-in-dev-shell",
|
| 110 |
+
"repo": "kernel-builder",
|
| 111 |
+
"type": "github"
|
| 112 |
}
|
| 113 |
},
|
| 114 |
"nixpkgs": {
|
flake.nix
CHANGED
|
@@ -2,8 +2,7 @@
|
|
| 2 |
description = "Flake for megablocks_moe kernel";
|
| 3 |
|
| 4 |
inputs = {
|
| 5 |
-
kernel-builder.url = "
|
| 6 |
-
# kernel-builder.url = "github:huggingface/kernel-builder/v0.4.0";
|
| 7 |
};
|
| 8 |
|
| 9 |
outputs =
|
|
|
|
| 2 |
description = "Flake for megablocks_moe kernel";
|
| 3 |
|
| 4 |
inputs = {
|
| 5 |
+
kernel-builder.url = "github:huggingface/kernel-builder/support-custom-python-libraries-in-dev-shell";
|
|
|
|
| 6 |
};
|
| 7 |
|
| 8 |
outputs =
|