feat: execute FlashKDA on RTX 5090
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user