Prepare for Torch 2.8
Browse files- flake.lock +13 -13
- flake.nix +1 -1
flake.lock
CHANGED
@@ -73,11 +73,11 @@
|
|
73 |
"nixpkgs": "nixpkgs"
|
74 |
},
|
75 |
"locked": {
|
76 |
-
"lastModified":
|
77 |
-
"narHash": "sha256-
|
78 |
"owner": "huggingface",
|
79 |
"repo": "hf-nix",
|
80 |
-
"rev": "
|
81 |
"type": "github"
|
82 |
},
|
83 |
"original": {
|
@@ -98,33 +98,33 @@
|
|
98 |
]
|
99 |
},
|
100 |
"locked": {
|
101 |
-
"lastModified":
|
102 |
-
"narHash": "sha256-
|
103 |
"owner": "huggingface",
|
104 |
"repo": "kernel-builder",
|
105 |
-
"rev": "
|
106 |
"type": "github"
|
107 |
},
|
108 |
"original": {
|
109 |
"owner": "huggingface",
|
110 |
-
"ref": "
|
111 |
"repo": "kernel-builder",
|
112 |
"type": "github"
|
113 |
}
|
114 |
},
|
115 |
"nixpkgs": {
|
116 |
"locked": {
|
117 |
-
"lastModified":
|
118 |
-
"narHash": "sha256-
|
119 |
-
"owner": "
|
120 |
"repo": "nixpkgs",
|
121 |
-
"rev": "
|
122 |
"type": "github"
|
123 |
},
|
124 |
"original": {
|
125 |
-
"owner": "
|
126 |
-
"ref": "cudatoolkit-12.9-kernel-builder",
|
127 |
"repo": "nixpkgs",
|
|
|
128 |
"type": "github"
|
129 |
}
|
130 |
},
|
|
|
73 |
"nixpkgs": "nixpkgs"
|
74 |
},
|
75 |
"locked": {
|
76 |
+
"lastModified": 1753354560,
|
77 |
+
"narHash": "sha256-vmOfRmr0Qm/IbZTWB2sBn+UFrABSTTA/cTg+m27Yt/E=",
|
78 |
"owner": "huggingface",
|
79 |
"repo": "hf-nix",
|
80 |
+
"rev": "7f2aceda2a2e72cd573bdb25e5c0667fd75f89d3",
|
81 |
"type": "github"
|
82 |
},
|
83 |
"original": {
|
|
|
98 |
]
|
99 |
},
|
100 |
"locked": {
|
101 |
+
"lastModified": 1753602110,
|
102 |
+
"narHash": "sha256-AEt6rSqYqSTgsKZ+2BuGezurpVC2gm+Jpjqg2D54n7E=",
|
103 |
"owner": "huggingface",
|
104 |
"repo": "kernel-builder",
|
105 |
+
"rev": "2021ea0f8d9e63ada986f189d077fc301cc1c3c9",
|
106 |
"type": "github"
|
107 |
},
|
108 |
"original": {
|
109 |
"owner": "huggingface",
|
110 |
+
"ref": "torch-2.8",
|
111 |
"repo": "kernel-builder",
|
112 |
"type": "github"
|
113 |
}
|
114 |
},
|
115 |
"nixpkgs": {
|
116 |
"locked": {
|
117 |
+
"lastModified": 1752785354,
|
118 |
+
"narHash": "sha256-Y33ryUz7MPqKrZwlbQcsYCUz2jAJCacRf8jbs0tYUlA=",
|
119 |
+
"owner": "nixos",
|
120 |
"repo": "nixpkgs",
|
121 |
+
"rev": "d38025438a6ee456758dc03188ca6873a415463b",
|
122 |
"type": "github"
|
123 |
},
|
124 |
"original": {
|
125 |
+
"owner": "nixos",
|
|
|
126 |
"repo": "nixpkgs",
|
127 |
+
"rev": "d38025438a6ee456758dc03188ca6873a415463b",
|
128 |
"type": "github"
|
129 |
}
|
130 |
},
|
flake.nix
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
description = "Flake for quantization kernels";
|
3 |
|
4 |
inputs = {
|
5 |
-
kernel-builder.url = "github:huggingface/kernel-builder/
|
6 |
};
|
7 |
|
8 |
outputs =
|
|
|
2 |
description = "Flake for quantization kernels";
|
3 |
|
4 |
inputs = {
|
5 |
+
kernel-builder.url = "github:huggingface/kernel-builder/torch-2.8";
|
6 |
};
|
7 |
|
8 |
outputs =
|