feat: execute FlashKDA on RTX 5090

This commit is contained in:
wuyang
2026-07-29 13:36:49 +08:00
parent 1146208b5e
commit 2ef846f751
16 changed files with 1189 additions and 51 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
import snapshot from "./k3-artifact-snapshot.json";
import runtime from "./k3-flashkda-runtime.json";
export { snapshot as k3ArtifactSnapshot };
export { runtime as k3FlashKdaRuntime };
const mlaLayerSet = new Set(snapshot.configuration.mla_layers);
@@ -24,7 +26,7 @@ export const k3ArtifactViews = [
["layers", "01", "LAYER MAP", "93 层配置"],
["tensors", "02", "TENSOR ANATOMY", "497,220 entries"],
["parameters", "03", "PARAMETER AUDIT", "真实权重小切片"],
["reproduction", "04", "REPRODUCTION", "作者值与本机边界"],
["reproduction", "04", "REPRODUCTION", "RTX 5090 执行证据"],
] as const;
export const k3ArtifactEvidence = [