kernel
drbh commited on
Commit
a4f6452
·
1 Parent(s): 2595c46

fix: bump flake for github builder

Browse files
Files changed (2) hide show
  1. flake.lock +10 -6
  2. flake.nix +1 -2
flake.lock CHANGED
@@ -97,14 +97,18 @@
97
  ]
98
  },
99
  "locked": {
100
- "lastModified": 1749576434,
101
- "narHash": "sha256-wSdtZih2fMQ3ne/U7OKIhmP43zCIuRBhJ5zMMz747u0=",
102
- "path": "/home/ubuntu/Projects/kernel-builder",
103
- "type": "path"
 
 
104
  },
105
  "original": {
106
- "path": "/home/ubuntu/Projects/kernel-builder",
107
- "type": "path"
 
 
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 = "path:/home/ubuntu/Projects/kernel-builder";
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 =