danieldk HF Staff commited on
Commit
a0e5904
·
1 Parent(s): 1e557c7

Update flake to generate right metadata

Browse files
Files changed (3) hide show
  1. build.toml +1 -4
  2. flake.lock +4 -3
  3. flake.nix +1 -1
build.toml CHANGED
@@ -2,17 +2,14 @@
2
  name = "python-dep"
3
  license = "apache-2.0"
4
  backends = [
5
- "cpu",
6
  "cuda",
7
- "metal",
8
- "rocm",
9
- "xpu",
10
  ]
11
  version = 1
12
  python-depends = ["einops"]
13
 
14
  [general.cuda]
15
  python-depends = ["nvidia-cutlass-dsl"]
 
16
 
17
  [general.hub]
18
  repo-id = "kernels-test/python-dep"
 
2
  name = "python-dep"
3
  license = "apache-2.0"
4
  backends = [
 
5
  "cuda",
 
 
 
6
  ]
7
  version = 1
8
  python-depends = ["einops"]
9
 
10
  [general.cuda]
11
  python-depends = ["nvidia-cutlass-dsl"]
12
+ minver = "12.8"
13
 
14
  [general.hub]
15
  repo-id = "kernels-test/python-dep"
flake.lock CHANGED
@@ -41,15 +41,16 @@
41
  "rust-overlay": "rust-overlay"
42
  },
43
  "locked": {
44
- "lastModified": 1776692659,
45
- "narHash": "sha256-IdEd/8cjS1aScm+aD2R7ywxrZoxmJpiIy3/16dvHf34=",
46
  "owner": "huggingface",
47
  "repo": "kernels",
48
- "rev": "dc5437c5ef9514a1eb20aff6a8f20864972c9ccf",
49
  "type": "github"
50
  },
51
  "original": {
52
  "owner": "huggingface",
 
53
  "repo": "kernels",
54
  "type": "github"
55
  }
 
41
  "rust-overlay": "rust-overlay"
42
  },
43
  "locked": {
44
+ "lastModified": 1776849563,
45
+ "narHash": "sha256-FbIsS9GpSYfgZX/+uMBfo9veE0uiUTNow4lKUAWW/kQ=",
46
  "owner": "huggingface",
47
  "repo": "kernels",
48
+ "rev": "58fe99817860f8bbefc275526df2f3e74065024c",
49
  "type": "github"
50
  },
51
  "original": {
52
  "owner": "huggingface",
53
+ "ref": "kernels-use-kernels-data",
54
  "repo": "kernels",
55
  "type": "github"
56
  }
flake.nix CHANGED
@@ -2,7 +2,7 @@
2
  description = "Flake for versions test kernel";
3
 
4
  inputs = {
5
- kernel-builder.url = "github:huggingface/kernels";
6
  };
7
 
8
  outputs =
 
2
  description = "Flake for versions test kernel";
3
 
4
  inputs = {
5
+ kernel-builder.url = "github:huggingface/kernels/kernels-use-kernels-data";
6
  };
7
 
8
  outputs =